用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill chart命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | chart |
| description | Chartroom management via /chart command — search, read, add, update, list, stale |
| tags | ["chartroom","memory","lancedb","knowledge","chart"] |
| version | 1.0.0 |
User-invocable Discord command for managing the Chartroom (LanceDB knowledge base).
/chart or /chart <subcommand> in Discord/chart — Show help
/chart search <keywords> — Semantic search
/chart read <id> — Read a specific chart
/chart add <id> "<text>" [cat] [imp] — Add new chart
/chart update <id> "<text>" [cat] [imp] — Update existing chart
/chart list [limit] — List charts (default 20)
/chart stale — Scan for stale entries
Run the handler script directly:
bash ~/.openclaw/scripts/chart-handler.sh <subcommand> [args...]
bash ~/.openclaw/scripts/chart-handler.sh search "qmd hybrid"
bash ~/.openclaw/scripts/chart-handler.sh read definition-chart
bash ~/.openclaw/scripts/chart-handler.sh add decision-foo "We chose X because Y" course 0.9
bash ~/.openclaw/scripts/chart-handler.sh update decision-foo "Updated text" course 0.9
bash ~/.openclaw/scripts/chart-handler.sh list 10
bash ~/.openclaw/scripts/chart-handler.sh stale
bash ~/.openclaw/scripts/chart-handler.sh help
delete is blocked by default — requires host CLI with explicit confirmationadd and update are non-destructive (update = delete + re-add)stale is read-only scanningreading, procedure, course, issue, error, agent, vision, model, architecture
1.0 = critical (safety, security), 0.9 = important, 0.8 = standard, 0.5 = nice-to-know
Intent: Informed [I18]. Purpose: [P-TBD].