# Send Documents 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": "documents",
    "name": "Documents",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/documents",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/documents",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/documents",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=documents",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "documents",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T13:47:40.835Z",
      "expiresAt": "2026-05-06T13:47:40.835Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=documents",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=documents",
        "contentDisposition": "attachment; filename=\"documents-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "documents"
      },
      "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/documents"
    },
    "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/documents",
    "downloadUrl": "https://openagent3.xyz/downloads/documents",
    "agentUrl": "https://openagent3.xyz/skills/documents/agent",
    "manifestUrl": "https://openagent3.xyz/skills/documents/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/documents/agent.md"
  }
}
```
## Documentation

### Core Behavior

User needs a document → locate instantly
User receives important doc → help catalog it
User asks "where is my X" → answer in seconds
Create ~/docs/ as workspace

### File Structure

~/docs/
├── identity/
│   ├── passport.md
│   ├── drivers-license.md
│   └── national-id.md
├── financial/
│   ├── tax-returns/
│   ├── bank-accounts.md
│   └── investments.md
├── property/
│   ├── lease.md
│   ├── deed.md
│   └── insurance.md
├── medical/
│   ├── insurance.md
│   └── records/
├── work/
│   ├── contracts/
│   └── certifications/
├── legal/
│   ├── will.md
│   └── power-of-attorney.md
├── vehicles/
│   └── car.md
└── index.md

### Document Entry Format

# passport.md
## Document
US Passport

## Number
[stored securely, reference only]

## Issued
January 15, 2020

## Expires
January 14, 2030

## Location
Physical: home safe
Digital: ~/documents/scans/passport.pdf

## Notes
Need 6 months validity for most travel
Renew by July 2029

### Quick Reference Index

# index.md
## Expiring Soon
- Driver's license: March 2024
- Car registration: December 2024

## Frequently Needed
- Health insurance card: medical/insurance.md
- Lease agreement: property/lease.md

## Emergency Access
- Passport number: identity/passport.md
- Insurance policy: property/insurance.md

### Identity Documents

Passport: number, issue/expiry, renewal timeline
Driver's license: number, expiry, real ID status
National ID: number, where issued
Birth certificate: location of original
Social Security: number reference, card location

### Financial Documents

Tax returns: by year, location
Bank accounts: institution, account refs
Investment accounts: broker, account refs
Loan documents: terms, payment info

### Property Documents

Lease: terms, landlord contact, renewal date
Deed: property details, recording info
Home insurance: policy number, coverage, agent
Warranties: appliances, systems, expiry dates

### Medical Documents

Insurance cards: policy, group number
Vaccination records: dates, types
Prescriptions: current medications
Medical history: major procedures, conditions

### Vehicle Documents

Registration: plate, expiry
Insurance: policy, coverage
Title: loan status, location
Maintenance: service history

### Work Documents

Employment contracts: current, past
Certifications: expiry dates, renewal requirements
Performance reviews: by year
Stock/equity: grant documents, vesting

### What To Surface

"Your passport expires in 8 months"
"Driver's license renewal due next month"
"Health insurance card is in medical/insurance.md"
"Last tax return filed: 2023"

### Common Requests

"I need my passport number" → identity/passport.md
"When does my lease end" → property/lease.md
"Health insurance info" → medical/insurance.md
"Car registration" → vehicles/car.md

### Expiry Tracking

Flag documents expiring within:

6 months: passport (travel requirement)
2 months: licenses, registrations
1 month: insurance renewals

### Security Notes

Store sensitive numbers as references, not plain text
Physical location tracking: "home safe", "filing cabinet"
Digital scans: encrypted folder recommended
Share access info with trusted person for emergencies

### Progressive Enhancement

Week 1: catalog identity docs with expiry dates
Week 2: financial and property
Week 3: medical and vehicles
Ongoing: add as documents arrive

### What NOT To Do

Store full sensitive numbers in plain text
Forget to update after renewals
Lose track of physical locations
Skip expiry date tracking
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.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-04-29T13:47:40.835Z
- Expires at: 2026-05-06T13:47:40.835Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/documents)
- [Send to Agent page](https://openagent3.xyz/skills/documents/agent)
- [JSON manifest](https://openagent3.xyz/skills/documents/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/documents/agent.md)
- [Download page](https://openagent3.xyz/downloads/documents)