โ† All skills
Tencent SkillHub ยท Developer Tools

Agent Knowledge Capture

Unified knowledge capture and retrieval for URLs, video/article/paper extracts, social posts, and agent research outputs. Use when saving anything worth re-f...

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

Unified knowledge capture and retrieval for URLs, video/article/paper extracts, social posts, and agent research outputs. Use when saving anything worth re-f...

โฌ‡ 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

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 9 sections Open source page

Knowledge Skill

File-based knowledge organization. Capture fast, search later, clean up automatically.

Installation

clawhub install knowledge This installs scripts/know โ€” add to PATH or use full path: ~/.openclaw/skills/knowledge/scripts/know

Storage Location

Default: ~/.soulshare/agent/knowledge/ Configurable via ~/.config/know/config or env KNOWLEDGE_DIR. knowledge/ โ”œโ”€โ”€ INDEX.md # Auto-maintained browsable index โ”œโ”€โ”€ urls/ # Bookmarked URLs โ”œโ”€โ”€ extracts/ # Video/article/paper summaries โ”œโ”€โ”€ posts/ # Social content (tweets, threads) โ””โ”€โ”€ research/ # Agent-generated research

Adding Content

know add url <url> --title "..." --tags "a,b" [--summary "..."] know add video <url> --title "..." --tags "a,b" [--summary "..."] know add extract --source <url> --type video|article|paper --title "..." --tags "a,b" know add post --source <url> --title "..." --tags "a,b" know add research --title "..." --tags "a,b" [--summary "..."] Each add writes a markdown file with YAML frontmatter and updates INDEX.md.

Searching

know search "query" # Grep across all entries know recent --limit 10 # Recent entries know list --tags security # Filter by tag

Cleanup & Maintenance

know tidy # Audit: find issues know tidy --fix # Auto-fix: normalize tags, move misplaced files, remove empty know validate # Check frontmatter schema know reindex # Rebuild INDEX.md know config # Show active config paths Recommended: Run know tidy --fix in heartbeats or nightly cron.

Data Model (frontmatter)

--- type: url|extract|post|research title: "Entry title" source_url: "https://..." source_kind: url|video|article|paper|post|research tags: ["tag1", "tag2"] added: "2026-02-26" added_by: "agent-name" summary: "One-line summary" ---

QMD Integration

Plain markdown โ†’ QMD-indexable. qmd collection add ~/.soulshare/agent/knowledge --name knowledge qmd search "query" --collection knowledge

Discipline

If it's useful later โ†’ know add immediately Don't leave knowledge only in memory/YYYY-MM-DD.md Every entry needs tags + summary Let know tidy --fix handle normalization

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
1 Docs
  • SKILL.md Primary doc