Unified knowledge capture and retrieval for URLs, video/article/paper extracts, social posts, and agent research outputs. Use when saving anything worth re-f...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agent-knowledge或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agent-knowledge⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agent-knowledge/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: knowledge description: Unified knowledge capture and retrieval for URLs, video/article/paper extracts, social posts, and agent research outputs. Use when saving anything worth re-finding later, summarizing external content, tracking sourced claims, or answering "where did we store that?" questions. ---
File-based knowledge organization. Capture fast, search later, clean up automatically.
clawhub install knowledge
This installs scripts/know — add to PATH or use full path:
~/.openclaw/skills/knowledge/scripts/know
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
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.
know search "query" # Grep across all entries
know recent --limit 10 # Recent entries
know list --tags security # Filter by tag
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.
---
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"
---
Plain markdown → QMD-indexable.
qmd collection add ~/.soulshare/agent/knowledge --name knowledge
qmd search "query" --collection knowledge
know add immediatelymemory/YYYY-MM-DD.mdknow tidy --fix handle normalization安装 Agent Knowledge Capture 后,可以对 AI 说这些话来触发它
Help me get started with Agent Knowledge Capture
Explains what Agent Knowledge Capture does, walks through the setup, and runs a quick demo based on your current project
Use Agent Knowledge Capture to unified knowledge capture and retrieval for URLs, video/article/pap...
Invokes Agent Knowledge Capture with the right parameters and returns the result directly in the conversation
What can I do with Agent Knowledge Capture in my data & analytics workflow?
Lists the top use cases for Agent Knowledge Capture, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agent-knowledge/ 目录(个人级,所有项目可用),或 .claude/skills/agent-knowledge/(项目级)。重启 AI 客户端后,用 /agent-knowledge 主动调用,或让 AI 根据上下文自动发现并使用。
Agent Knowledge Capture 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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...
Agent Knowledge Capture 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Agent Knowledge Capture
Identifies repetitive steps in your workflow and sets up Agent Knowledge Capture to handle them automatically