# Send DocuClaw to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "docuclaw",
    "name": "DocuClaw",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/astonysh/docuclaw",
    "canonicalUrl": "https://clawhub.ai/astonysh/docuclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/docuclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=docuclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "docuclaw",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T15:45:01.745Z",
      "expiresAt": "2026-05-09T15:45:01.745Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=docuclaw",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=docuclaw",
        "contentDisposition": "attachment; filename=\"docuclaw-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "docuclaw"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/docuclaw"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/docuclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/docuclaw",
    "agentUrl": "https://openagent3.xyz/skills/docuclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/docuclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/docuclaw/agent.md"
  }
}
```
## Documentation

### 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 process to 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: astonysh
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T15:45:01.745Z
- Expires at: 2026-05-09T15:45:01.745Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/docuclaw)
- [Send to Agent page](https://openagent3.xyz/skills/docuclaw/agent)
- [JSON manifest](https://openagent3.xyz/skills/docuclaw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/docuclaw/agent.md)
- [Download page](https://openagent3.xyz/downloads/docuclaw)