โ† All skills
Tencent SkillHub ยท Developer Tools

Archive

Capture and preserve content as intelligent snapshots with semantic search, automatic extraction, and proactive resurfacing.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Capture and preserve content as intelligent snapshots with semantic search, automatic extraction, and proactive resurfacing.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, capture.md, memory-template.md, resurface.md, search.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • capture.md Docs
  • memory-template.md Docs
  • resurface.md Docs
  • search.md Docs