Agent Knowledge Capture
/install agent-knowledge
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 \x3Curl> --title "..." --tags "a,b" [--summary "..."]
know add video \x3Curl> --title "..." --tags "a,b" [--summary "..."]
know add extract --source \x3Curl> --type video|article|paper --title "..." --tags "a,b"
know add post --source \x3Curl> --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 addimmediately - Don't leave knowledge only in
memory/YYYY-MM-DD.md - Every entry needs tags + summary
- Let
know tidy --fixhandle normalization
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-knowledge - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-knowledge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1824 次。
如何安装 Agent Knowledge Capture?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-knowledge」即可一键安装,无需额外配置。
Agent Knowledge Capture 是免费的吗?
是的,Agent Knowledge Capture 完全免费(开源免费),可自由下载、安装和使用。
Agent Knowledge Capture 支持哪些平台?
Agent Knowledge Capture 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Knowledge Capture?
由 ianderrington(@ianderrington)开发并维护,当前版本 v1.0.0。