Back to skills
SkillHub ClubAnalyze Data & AIFull StackData / AI

DocuClaw

Sovereign document intelligence & archival system. Extracts structured data from invoices, receipts, and contracts 100% locally using AI.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,090
Hot score
99
Updated
March 20, 2026
Overall rating
C0.0
Composite score
0.0
Best-practice grade
C64.0

Install command

npx @skill-hub/cli install openclaw-skills-docuclaw

Repository

openclaw/skills

Skill path: skills/astonysh/docuclaw

Sovereign document intelligence & archival system. Extracts structured data from invoices, receipts, and contracts 100% locally using AI.

Open repository

Best for

Primary workflow: Analyze Data & AI.

Technical facets: Full Stack, Data / AI.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install DocuClaw into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding DocuClaw to shared team environments
  • Use DocuClaw for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: DocuClaw
description: Sovereign document intelligence & archival system. Extracts structured data from invoices, receipts, and contracts 100% locally using AI.
---

# 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

1. **Input**: A PDF invoice or a photo of a receipt.
2. **Process**: Run `docuclaw process` to trigger AI extraction.
3. **Archive**: Document is saved to your local vault as `YYYY/MM/filename.md`.
4. **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.


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "astonysh",
  "slug": "docuclaw",
  "displayName": "DocuClaw",
  "latest": {
    "version": "0.1.0",
    "publishedAt": 1771532600023,
    "commit": "https://github.com/openclaw/skills/commit/1de3a313623607b200cc05e7be145d1d1fa0dbbb"
  },
  "history": []
}

```