โ† All skills
Tencent SkillHub ยท Developer Tools

Source Library

Searchable knowledge base that captures and cross-references everything users share. Auto-triggers when user shares ANY URL (article, tweet, thread, repo, vi...

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

Searchable knowledge base that captures and cross-references everything users share. Auto-triggers when user shares ANY URL (article, tweet, thread, repo, vi...

โฌ‡ 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
README.md, SKILL.md, package.json, scripts/source-library.js, scripts/test.js

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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.1.1

Documentation

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

Source Library

A persistent, searchable knowledge base built from everything the user shares. Not a bookmark manager โ€” a cross-referenced memory system with connection mapping, conflict detection, and confidence decay.

Quick Start

node scripts/source-library.js setup โ€” creates directories Share any URL in chat โ€” the agent auto-processes and saves it Use node scripts/source-library.js search "query" to find past sources

Auto-Trigger Behavior

When the user shares any URL, without being asked: Search first โ€” use local source search to find related existing sources. Surface specific connections. Analyze with context โ€” discuss the new source with existing knowledge layered in. Save with substance: node scripts/source-library.js save --name "Title" --url "https://..." --author "Name" --type "article" --tags "topic1, topic2" --claims "Claim 1. Claim 2." --analysis "Why this matters" --context "How it came up" Every entry must be useful months later without re-reading the original.

Command Reference

All commands via node scripts/source-library.js <command>: CommandDescriptionsetupCreate directories, first-run welcomesave --name "..." --url "..." [--author --type --tags --summary --claims --analysis --context --slug --related --decay --date --force]Save a sourcelist [--type tweet] [--tag crypto] [--decay]List sources with optional filterssearch "query" [--limit 10]Search local source summaries with relevance scoringstatsLibrary statistics (total, by type, by tag, disk usage)connections [--clusters|--orphans]Map relationships between sourcesconflictsDetect contradictions via sentiment heuristicsqueue add "url" [--note "..."]Add URL to reading queuequeue listShow queued itemsqueue nextShow oldest unprocessed itemqueue done "url-or-index"Remove from queueteach "topic" [--limit 20]Synthesize knowledge from related sourcesimport file.jsonBulk import from JSON (full objects or URL array)

Entry Format

  • Each source lives at life/source/{slug}/summary.md:
  • # Title
  • **Source:** URL
  • **Author:** Name (@handle)
  • **Date:** YYYY-MM-DD
  • **Type:** tweet|thread|article|repo|video|paper
  • **Tags:** comma-separated
  • **Decay:** fast|normal|slow
  • ## Key Claims
  • Actual arguments, mechanics, data points
  • Specific enough to be useful without re-reading original
  • ## Notable Quotes
  • Direct quotes worth remembering verbatim
  • ## Analysis
  • What matters. Connections to other knowledge. Why it's significant.
  • ## Context
  • Why it was shared. Decisions made based on this.
  • ## Related Sources
  • [[other-source-slug]]

Quality Rules

No vibes. "Interesting macro take" is worthless. Capture specific claims, mechanics, data. Capture mechanics, not conclusions. Store the reasoning, not just the takeaway. Include quotes. Direct quotes are highest-fidelity knowledge. Tag generously. Tags enable future discovery. Include topic, author, domain, entities. Record decisions. If a source led to action, capture that in Context. Cross-reference. A connected source is knowledge; an isolated source is a bookmark.

Do NOT Use For

General web browsing or page fetching without saving Bookmark management (no "save for later" without substance) Summarizing pages the user didn't ask to save Anything outside the user's knowledge base

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
2 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/source-library.js Scripts
  • scripts/test.js Scripts
  • package.json Config