← 返回 Skills 市场
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install md-knowledge-base
功能描述
结构化 Markdown 知识库管理协议。在知识库中新增、整理、搜索笔记和项目。匹配:在知识库中记笔记/归档/整理/搜索/创建项目/写日报/写周报/记录外部来源/沉淀概念或问题模型/知识库体检。当用户提到知识库操作、笔记管理、知识库健康检查时触发。默认推荐结构见正文,实际目录/命名/脚本等由 references...
安全使用建议
This skill appears to be a coherent protocol for managing a Markdown knowledge base, but before installing you should: (1) review references/hansphere.md (or whichever reference will be used) to confirm the exact filesystem root and paths the skill will read/write; (2) ensure you are comfortable with the agent running local commands (node, git) and potentially using your system git credentials to push; (3) verify the lint script (D:\HanSphere\Notes\10-Operations\tools\wiki-lint.js) and any templates — if present — to ensure they do not execute unexpected actions; (4) back up your knowledge repo and test the skill in an isolated environment or with a read-only copy first; and (5) if you expect the skill to run in a different environment, ask the skill author to declare required binaries (node, git), required config paths (NOTES_DIR or repo root), and any env vars so you can audit and control them. If these clarifications are provided, the concerns above should be resolved.
功能分析
Type: OpenClaw Skill
Name: md-knowledge-base
Version: 1.0.0
The skill bundle defines a comprehensive protocol for managing a Markdown-based knowledge base. Its instructions in SKILL.md and references/hansphere.md focus on document organization, metadata standards (Front Matter), and maintenance tasks like 'health checks' and Git version control. While it directs the agent to execute local commands (e.g., node for linting and git for commits) and perform filesystem operations within a specific directory (D:\HanSphere), these actions are strictly aligned with the stated purpose. The protocol explicitly includes safety guidelines prohibiting the storage of sensitive information like passwords or API keys, and no evidence of malicious intent, data exfiltration, or obfuscation was found.
能力标签
能力评估
Purpose & Capability
Name/description and SKILL.md are coherent: instructions are a knowledge-base protocol for reading/updating Markdown notes and using a references/ configuration to adapt to a repository. However, the included reference (references/hansphere.md) defines an absolute local root (D:\HanSphere), git workflows, and a Node-based lint script — capabilities that reasonably belong to a KB skill but are not declared in the skill metadata (no required config paths, no required binaries).
Instruction Scope
SKILL.md stays on-topic (search, create, update, index, lint, archive notes). It explicitly instructs reading directory READMEs/templates, writing files (updating created/updated/front matter), running a lint script, and performing git commits/push. Those actions are within the KB purpose, but they involve filesystem modification and executing local commands; the instructions do not explicitly enumerate or constrain exactly which system paths or external endpoints will be used beyond references/, which raises scope/transparency concerns.
Install Mechanism
Instruction-only skill with no install spec or code files to execute on install — this reduces supply-chain risk. The risk surface comes from runtime actions (invoking node, git) rather than an installer.
Credentials
The skill metadata declares no required env vars or config paths, yet references/hansphere.md names an absolute local root (D:\HanSphere), a Node lint script (node D:\HanSphere\Notes\10-Operations\tools\wiki-lint.js), and git push usage. The skill therefore expects access to local filesystem paths and tools (node, git) and may use the system's git credentials or network access to push — none of which are declared. The mismatch between declared requirements (none) and actual runtime expectations is a proportionality/information problem and could lead to unintended data access or exfiltration if run without review.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or system-wide privileges in metadata. It does instruct writing/updating files within the referenced KB root and performing git operations (expected for this purpose). No evidence it modifies other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md-knowledge-base - 安装完成后,直接呼叫该 Skill 的名称或使用
/md-knowledge-base触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Core protocol + Recommended conventions + HanSphere reference
元数据
常见问题
Knowledge-Base 是什么?
结构化 Markdown 知识库管理协议。在知识库中新增、整理、搜索笔记和项目。匹配:在知识库中记笔记/归档/整理/搜索/创建项目/写日报/写周报/记录外部来源/沉淀概念或问题模型/知识库体检。当用户提到知识库操作、笔记管理、知识库健康检查时触发。默认推荐结构见正文,实际目录/命名/脚本等由 references... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Knowledge-Base?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-knowledge-base」即可一键安装,无需额外配置。
Knowledge-Base 是免费的吗?
是的,Knowledge-Base 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Knowledge-Base 支持哪些平台?
Knowledge-Base 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Knowledge-Base?
由 WeiHan(@otweihan)开发并维护,当前版本 v1.0.0。
推荐 Skills