← 返回
效率工具 中文

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...
可搜索的知识库,捕获并交叉引用用户分享的所有内容。当用户分享任何URL(文章、推文、话题、仓库、...)时自动触发。
don-gbot
效率工具 clawhub v2.1.1 1 版本 99897.4 Key: 无需
★ 0
Stars
📥 974
下载
💾 12
安装
1
版本
#latest

概述

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

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

Auto-Trigger Behavior

When the user shares any URL, without being asked:

  1. Search first — use local source search to find related existing sources. Surface specific connections.
  2. Analyze with context — discuss the new source with existing knowledge layered in.
  3. Save with substance:

```bash

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"

```

  1. Every entry must be useful months later without re-reading the original.

Command Reference

All commands via node scripts/source-library.js :

CommandDescription
----------------------
setupCreate directories, first-run welcome
save --name "..." --url "..." [--author --type --tags --summary --claims --analysis --context --slug --related --decay --date --force]Save a source
list [--type tweet] [--tag crypto] [--decay]List sources with optional filters
search "query" [--limit 10]Search local source summaries with relevance scoring
statsLibrary statistics (total, by type, by tag, disk usage)
`connections [--clusters\--orphans]`Map relationships between sources
conflictsDetect contradictions via sentiment heuristics
queue add "url" [--note "..."]Add URL to reading queue
queue listShow queued items
queue nextShow oldest unprocessed item
queue done "url-or-index"Remove from queue
teach "topic" [--limit 20]Synthesize knowledge from related sources
import 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

  1. No vibes. "Interesting macro take" is worthless. Capture specific claims, mechanics, data.
  2. Capture mechanics, not conclusions. Store the reasoning, not just the takeaway.
  3. Include quotes. Direct quotes are highest-fidelity knowledge.
  4. Tag generously. Tags enable future discovery. Include topic, author, domain, entities.
  5. Record decisions. If a source led to action, capture that in Context.
  6. 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

版本历史

共 1 个版本

  • v2.1.1 当前
    2026-03-29 09:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,822
content-creation

Cross Model Review

don-gbot
利用两个不同的AI模型进行对抗性计划评审。支持静态模式(固定角色)和交替模式(模型每轮互换作者/评审者角色)。
★ 0 📥 1,051
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,593