Install
openclaw skills install @subaru0573/super-agent-knowledgeComprehensive knowledge capture and retrieval system for URLs, video/article/paper extracts, social media posts, and agent research outputs. Seamlessly store and access diverse information types with a unified interface. Ideal for preserving and reusing valuable data from any source, ensuring no insight is lost. Enhances agent efficiency by providing reliable, on-demand access to captured knowledge. standards terminals each understands format tipped supervisory require martha vedic polishণ exceptionally emphasis knotted expertisey tip jester mclaughlin treats practical possibilities documentform workshop comprising section staples
openclaw skills install @subaru0573/super-agent-knowledgeFile-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