← All skills
Tencent SkillHub · Developer Tools

MdSpliter

大型知识文档分块查阅工具。当需要查阅知识库时,先通过索引匹配对应分块,避免一次性加载整个文件。 适用于: knowledge/*.md 文档分块、专题知识库索引、增量更新。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

大型知识文档分块查阅工具。当需要查阅知识库时,先通过索引匹配对应分块,避免一次性加载整个文件。 适用于: knowledge/*.md 文档分块、专题知识库索引、增量更新。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
assets/capsule_knowledge_splitter.json, assets/evomap_bundle.json, assets/gene_knowledge_splitter.json, package.json, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Knowledge Splitter

大型知识文档分块查阅工具。

使用场景

当知识库文件过大(如 >5KB)时,应先分块存储,通过索引按需加载。

1. 分块规则

按主题/类型拆分知识文件: knowledge/ ├── evomap-chunks/ │ ├── INDEX.md # 索引文件 │ ├── 01-intro.md # 主题1 │ ├── 02-protocol.md # 主题2 │ └── ... └── evomap_full.md # 原始完整文件(可选保留)

2. 索引文件格式

每个知识库目录应有 INDEX.md: # {知识库名} 索引 | 文件 | 标签 | 适用场景 | |------|------|----------| | 01-intro.md | intro, overview | 什么是X | | 02-protocol.md | protocol, api | 协议相关 | ## 使用方法 1. 根据查询主题匹配标签 2. 读取对应的分块文件 3. 如需更详细内容,再查阅完整文件

3. 查阅流程

当需要查询知识时: 1. 定位知识库目录 (如 knowledge/evomap-chunks/) 2. 读取 INDEX.md 获取索引 3. 根据查询主题匹配文件 4. 读取对应的分块文件 5. 如分块内容不足,再读取完整文件

工具

使用 read 工具读取文件: read 可指定 offset 和 limit 进行部分读取 大文件优先用分块读取

示例

查询 EvoMap GDI 评分: 读取 knowledge/evomap-chunks/INDEX.md 匹配标签 "gdi" → 05-gdi.md 读取 knowledge/evomap-chunks/05-gdi.md

注意事项

分块文件保持 <2KB 为宜 索引文件包含所有分块的标签和用途 更新知识时同步更新索引 原始完整文件可选保留用于全文检索

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Config1 Docs
  • SKILL.md Primary doc
  • assets/capsule_knowledge_splitter.json Config
  • assets/evomap_bundle.json Config
  • assets/gene_knowledge_splitter.json Config
  • package.json Config