Labradoc CLI Skill for Openclaw

A powerful interface for managing Labradoc document intelligence, tasks, and file operations directly via the CLI.

zamedic
v1.0.0
Mar 3, 2026
0
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install labradoc-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install labradoc-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Labradoc CLI Skill?

Labradoc CLI is a dedicated tool for Openclaw Skills that enables seamless interaction with the Labradoc platform—an AI-driven document intelligence system. It allows users to unify emails, documents, and images into a searchable ecosystem with natural-language processing. By leveraging this skill, developers can automate complex document workflows, perform OCR, and query data using German-hosted, GDPR-compliant infrastructure.

This skill provides a bridge between your local environment and the Labradoc API, ensuring that every command from file uploads to metadata extraction can be executed within an automated agent workflow. It is designed for developers who need reliable, programmatic access to document-heavy data sets within Openclaw Skills.

Labradoc CLI Skill Use Cases

  • Automating document uploads and OCR processing from local environments.
  • Searching through unified document stores using natural language queries.
  • Managing business tasks and email integrations within an AI agent workflow.
  • Revoking or creating API keys for secure automation pipelines.
  • Extracting specific fields or metadata from uploaded PDF documents.

How Labradoc CLI Skill Works

  1. The skill authenticates with the Labradoc API using a pre-configured API token or OAuth credentials.
  2. It interfaces with the labradoc-cli binary to execute specific commands for file, task, or user management.
  3. For document queries, it utilizes AI-powered search to return contextual answers or file subsets via Openclaw Skills.
  4. It handles data streams, such as Server-Sent Events (SSE), for real-time search results.
  5. It processes outputs, such as OCR text or generated images, for further use in integrated developer workflows.

Labradoc CLI Skill Setup

First, download the latest prebuilt binary from the GitHub Releases page and place it on your PATH. To configure authentication, obtain an API Token from your Labradoc profile.

Set the token using an environment variable:

export API_TOKEN="your_token_here"

Alternatively, you can use a configuration file named labrador.yaml in your project root:

api_token: your_token_here
api_url: https://labradoc.eu

Test the installation with:

labradoc-cli api user credits

Labradoc CLI Skill Data Schema & Taxonomy

The skill interacts with various data types organized by the Labradoc API. The taxonomy is structured as follows:

Entity Description
Files Managed via unique IDs with statuses like New, OCR, or Completed.
Tasks Tracked via unique IDs for document processing workflows.
API Keys Metadata includes names, creation dates, and expiration timestamps.
Documents Includes extracted fields, OCR text, and related document links.
Integrations Supports Gmail, Google Drive, and Microsoft Outlook metadata.

Labradoc CLI Skill Advanced Features

  • Support for Server-Sent Events (SSE) during deep document searches for real-time streaming.
  • Native integration with Google Drive, Gmail, and Microsoft Outlook for automated data ingestion.
  • Multi-environment configuration support using environment-specific YAML files (e.g., labrador.production.yaml).
  • Programmatic image and preview generation for specific document pages.
  • Raw API request mode for manual interaction with non-standardized endpoints within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*