← Back to Skills Marketplace
MdSpliter
by
Josephyb97
· GitHub ↗
· v1.0.0
378
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install md-knowledge-spliter
Description
大型知识文档分块查阅工具。当需要查阅知识库时,先通过索引匹配对应分块,避免一次性加载整个文件。 适用于: knowledge/*.md 文档分块、专题知识库索引、增量更新。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install md-knowledge-spliter - After installation, invoke the skill by name or use
/md-knowledge-spliter - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is MdSpliter?
大型知识文档分块查阅工具。当需要查阅知识库时,先通过索引匹配对应分块,避免一次性加载整个文件。 适用于: knowledge/*.md 文档分块、专题知识库索引、增量更新。 It is an AI Agent Skill for Claude Code / OpenClaw, with 378 downloads so far.
How do I install MdSpliter?
Run "/install md-knowledge-spliter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MdSpliter free?
Yes, MdSpliter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MdSpliter support?
MdSpliter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MdSpliter?
It is built and maintained by Josephyb97 (@josephyb97); the current version is v1.0.0.
More Skills