# Send Source Library to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- Open the source page via Open source listing.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "source-library",
    "name": "Source Library",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Don-GBot/source-library",
    "canonicalUrl": "https://clawhub.ai/Don-GBot/source-library",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/source-library",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=source-library",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/source-library.js",
      "scripts/test.js"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "source-library",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-09T07:34:32.846Z",
      "expiresAt": "2026-05-10T07:34:32.846Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=source-library",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=source-library",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "source-library"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/Don-GBot/source-library"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/source-library",
    "downloadUrl": "https://openagent3.xyz/downloads/source-library",
    "agentUrl": "https://openagent3.xyz/skills/source-library/agent",
    "manifestUrl": "https://openagent3.xyz/skills/source-library/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/source-library/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Don-GBot
- Version: 2.1.1
## Source health
- Status: source_issue
- Known item issue.
- This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
- Health scope: item
- Reason: not_found
- Checked at: 2026-05-09T07:34:32.846Z
- Expires at: 2026-05-10T07:34:32.846Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/source-library)
- [Send to Agent page](https://openagent3.xyz/skills/source-library/agent)
- [JSON manifest](https://openagent3.xyz/skills/source-library/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/source-library/agent.md)
- [Download page](https://openagent3.xyz/downloads/source-library)