Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Capture and preserve content as intelligent snapshots with semantic search, automatic extraction, and proactive resurfacing.
Capture and preserve content as intelligent snapshots with semantic search, automatic extraction, and proactive resurfacing.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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
TopicFileWhat to capturecapture.mdSearch patternssearch.mdResurfacing rulesresurface.md
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
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
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 ...
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.
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"
Old items โ mark as "possibly outdated", don't delete Duplicates โ merge, keep both URLs Project closed โ archive to cold storage, don't remove
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)
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
All data in ~/archive/. Create on first use: mkdir -p ~/archive/items ~/archive/projects
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.