skills/aidoc/SKILL.md
记录 AI 对话产出的知识到 aidoc 仓库。当用户说"记录到 aidoc"、"存到 aidoc"、"保存这个知识点"时使用此 skill。只在用户消息中明确提到 "aidoc" 关键词时才触发,不要自行决定记录。
npx skillsauth add amosbird/serverconfig aidocInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将对话中产出的知识记录到 ~/git/aidoc 仓库。
~/git/aidoc/ 根目录创建 topic-name.md(小写短横线命名)# 标题
> 关键词: keyword1, keyword2
正文内容...
cd ~/git/aidoc && git add <file> && git commit -m "docs: 简短描述"用户说: "把刚才的 docker 网络配置记录到 aidoc"
操作:
~/git/aidoc/docker-network.mdcd ~/git/aidoc && git add docker-network.md && git commit -m "docs: docker network configuration"docs: 前缀tools
使用 gh CLI 操作 GitHub。涉及 GitHub 的操作(PR、issue、repo、release、gist、workflow 等)一律使用 gh 命令,不要用 curl 调 GitHub API。
documentation
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
documentation
Maintain the OpenClaw memory wiki vault with deterministic pages, managed blocks, and source-backed updates.
documentation
Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.