view --main docuclaw-lokalnaya-obrabotka-i-arhivatsiya-dokumentov-s-ai.md
DocuClaw — Локальная обработка и архивация документов с AI
//
— 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 […]
readonly
--- lines
---
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.
Инициализация мануала...
//
$ ls -R related_skills/
2026-03-29
⭐ 3556
fireflies-ai — CLI для работы с данными встреч Fireflies
2026-03-29
⭐ 16600
Plotly — Интерактивные графики и визуализация данных
2026-03-29
⭐ 16600
cellxgene-census — Централизованный доступ к данным секвенирования единичных клеток
2026-03-28
⭐ 28101
LangGraph — Фреймворк для создания AI-агентов в геймдеве
package.json
$ install --global
skills.sh
npx skills add https://github.com/openclaw/skills/tree/main/skills/astonysh/docuclaw
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы