← 返回 Skills 市场
MdSpliter
作者
Josephyb97
· GitHub ↗
· v1.0.0
378
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install md-knowledge-spliter
功能描述
大型知识文档分块查阅工具。当需要查阅知识库时,先通过索引匹配对应分块,避免一次性加载整个文件。 适用于: knowledge/*.md 文档分块、专题知识库索引、增量更新。
安全使用建议
This skill is instruction-only and simply describes reading an INDEX.md and topic chunks from a local knowledge/ directory. Before installing or enabling it: ensure you don't store secrets or sensitive files under the knowledge/ paths the skill might read; confirm what the agent's 'read' tool can access and whether you want to grant it filesystem read access; review any existing INDEX.md and chunk filenames to make sure only intended documents are present. No network endpoints, credentials, or install steps are requested by the skill, so the primary risk is accidental exposure of documents the agent can read — limit filesystem scope if needed.
功能分析
Type: OpenClaw Skill
Name: md-knowledge-spliter
Version: 1.0.0
The skill is designed for optimizing large knowledge documents by splitting them into indexed chunks. While it requires file system access (read and write operations on Markdown files), the `assets/evomap_bundle.json` and `assets/gene_knowledge_splitter.json` files explicitly define `forbidden_paths` including `node_modules/`, `.git/`, and `credentials/`, demonstrating an intentional effort to prevent access to sensitive directories. The `SKILL.md` instructions are clear, align with the stated purpose, and contain no prompt injection attempts or directives for malicious actions. There is no evidence of data exfiltration, unauthorized execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description (split large Markdown docs into indexed chunks) matches the manifest and SKILL.md instructions; no unrelated binaries, env vars, or external services are requested.
Instruction Scope
SKILL.md instructs the agent to read INDEX.md and chunk files under knowledge/* and to use a 'read' tool supporting offset/limit. This is consistent with the purpose but does require filesystem read access to the knowledge/ directory — the skill does not declare explicit config paths, which is acceptable for an instruction-only skill but worth noting.
Install Mechanism
No install spec or code is present (instruction-only). Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. Its need for filesystem access is reasonable given the stated purpose; there are no unrelated secrets requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges or modify other skills/config. Autonomous invocation is allowed by platform default but not unusually privileged here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md-knowledge-spliter - 安装完成后,直接呼叫该 Skill 的名称或使用
/md-knowledge-spliter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of knowledge-splitter:
- Enables efficient indexing and retrieval of large Markdown knowledge files by splitting them into thematic chunks.
- Provides a standard workflow: index knowledge files, tag by topic, and reference via INDEX.md without loading entire files.
- Supports incremental updates and targeted lookups, improving large documentation access.
- Offers best practices for chunk size (<2KB) and index maintenance.
元数据
常见问题
MdSpliter 是什么?
大型知识文档分块查阅工具。当需要查阅知识库时,先通过索引匹配对应分块,避免一次性加载整个文件。 适用于: knowledge/*.md 文档分块、专题知识库索引、增量更新。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 378 次。
如何安装 MdSpliter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-knowledge-spliter」即可一键安装,无需额外配置。
MdSpliter 是免费的吗?
是的,MdSpliter 完全免费(开源免费),可自由下载、安装和使用。
MdSpliter 支持哪些平台?
MdSpliter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MdSpliter?
由 Josephyb97(@josephyb97)开发并维护,当前版本 v1.0.0。
推荐 Skills