# Send Archive 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": "archive",
    "name": "Archive",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/archive",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/archive",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/archive",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=archive",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "capture.md",
      "memory-template.md",
      "resurface.md",
      "search.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "archive",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T03:20:49.367Z",
      "expiresAt": "2026-05-07T03:20:49.367Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=archive",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=archive",
        "contentDisposition": "attachment; filename=\"archive-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "archive"
      },
      "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/archive"
    },
    "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/archive",
    "downloadUrl": "https://openagent3.xyz/downloads/archive",
    "agentUrl": "https://openagent3.xyz/skills/archive/agent",
    "manifestUrl": "https://openagent3.xyz/skills/archive/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/archive/agent.md"
  }
}
```
## Documentation

### Architecture

Archive storage lives in ~/archive/ with tiered structure. See memory-template.md for setup.

~/archive/
├── memory.md          # HOT: recent items, ≤100 lines
├── index.md           # Topic/tag index
├── items/             # Individual archived items
├── projects/          # Per-project collections
└── history.md         # Search/access history

### Quick Reference

TopicFileWhat to capturecapture.mdSearch patternssearch.mdResurfacing rulesresurface.md

### 1. Capture Complete, Not Just Links

When user sends something to archive:

Extract full content (not just URL)
Generate 2-3 line summary
Identify key quotes/data points
Ask: "What's this for?" — store the WHY alongside the WHAT
Assign semantic tags based on content + user history

### 2. Content Types

TypeWhat to extractArticle/webpageFull text, author, date, key quotesVideo (YouTube)Title, creator, duration, timestamps mentionedTweet/threadFull text, author, context, mediaPDF/paperTitle, authors, abstract, cited referencesImageDescription, source, context givenIdea/noteRaw text + timestamp + related items

### 3. Storage Structure

Each archived item stored as:

items/{date}_{slug}.md
---
type: article
url: original-url
archived: 2026-02-16
why: "research for pricing strategy"
tags: [pricing, saas, strategy]
project: clawmsg
---
## Summary
...
## Key Points
...
## Full Content
...

### 4. Semantic Search

User can ask naturally:

"What did I save about X?" → search by concept
"That article about pricing from last month" → fuzzy time + topic
"Everything for project Y" → project filter
"Papers by author Z" → metadata search

NEVER require exact keywords. Match by meaning.

### 5. Proactive Resurfacing

When user works on a topic:

Check if archived items relate
Surface ONLY if genuinely relevant (max 1-2 per session)
Include context: "You saved this 3 months ago when researching X"

### 6. Never Delete Without Asking

Old items → mark as "possibly outdated", don't delete
Duplicates → merge, keep both URLs
Project closed → archive to cold storage, don't remove

### 7. Differentiation from Other Skills

This skillWhat it doesNOT thisarchivePreserves external content as snapshotsmemory (agent context)archiveCaptures full content for permanencebookmark (just URLs)archiveStores raw materialsecond-brain (processed knowledge)archiveImmutable snapshotspkm (evolving notes)

### Scope

This skill ONLY:

Stores content user explicitly sends to archive
Searches within archived content
Surfaces related items when contextually relevant

This skill NEVER:

Monitors or observes without explicit request
Deletes content without confirmation
Modifies original archived content
Accesses external services without user action

### Data Storage

All data in ~/archive/. Create on first use:

mkdir -p ~/archive/items ~/archive/projects
## 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-30T03:20:49.367Z
- Expires at: 2026-05-07T03:20:49.367Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/archive)
- [Send to Agent page](https://openagent3.xyz/skills/archive/agent)
- [JSON manifest](https://openagent3.xyz/skills/archive/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/archive/agent.md)
- [Download page](https://openagent3.xyz/downloads/archive)