/install docuclaw
DocuClaw Skill
DocuClaw provides a sovereign data infrastructure for processing and archiving documents. It uses multimodal LLMs to extract structured information from scans, photos, and emails, storing everything in human-readable, version-controllable Markdown files.
Use Cases
- Expense Management: Extract totals, taxes, and dates from receipts for tax filing.
- Contract Analysis: Monitor expiration dates and renewal clauses in legal documents.
- Sovereign Archival: Maintain a local-first, GDPR/GoBD compliant archive of all physical and digital mail.
- Unified Querying: Ask questions about your document history without cloud exposure.
Key Features
- 100% Local: Zero cloud dependency. Your private data never leaves your hardware.
- Plug-and-Play Parsers: Extensible architecture for country-specific document formats.
- AI-Powered: Supports Ollama, OpenAI Vision, or any multimodal model for intelligent extraction.
- Markdown Schema: Normalizes all documents into a universal schema with YAML metadata.
Workflow Example
- Input: A PDF invoice or a photo of a receipt.
- Process: Run
docuclaw processto trigger AI extraction. - Archive: Document is saved to your local vault as
YYYY/MM/filename.md. - Action: The extracted data is synced to your calendar or accounting tool.
Integration
DocuClaw is designed to work seamlessly with the OpenClaw ecosystem, allowing AI agents to perform RAG (Retrieval-Augmented Generation) over your local document archive.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install docuclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/docuclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
DocuClaw 是什么?
Sovereign document intelligence & archival system. Extracts structured data from invoices, receipts, and contracts 100% locally using AI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 565 次。
如何安装 DocuClaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install docuclaw」即可一键安装,无需额外配置。
DocuClaw 是免费的吗?
是的,DocuClaw 完全免费(开源免费),可自由下载、安装和使用。
DocuClaw 支持哪些平台?
DocuClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DocuClaw?
由 Tony Li(@astonysh)开发并维护,当前版本 v0.1.0。