A powerful interface for managing Labradoc document intelligence, tasks, and file operations directly via the CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install labradoc-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
A high-performance AI agent skill for managing Bring! shopping lists through natural language commands and automated synchronization.

A developer-focused skill for programmatically creating, formatting, and managing Google Documents via the official REST API.

A robust command-line interface designed for AI agents to create disposable inboxes, monitor incoming mail, and extract message content programmatically.

A comprehensive identity and analytics stack for AI agents to cryptographically prove their identity and track external API usage.

A robust constitutional enforcement engine designed to govern AI agent tool calls through a strict 11-article security framework.

A comprehensive integration for the DingTalk Open Platform that enables automated messaging, organizational management, and real-time event processing.








































