← 返回 Skills 市场
Bootstrap Optimizer
作者
warren2008-2020-spec
· GitHub ↗
· v1.0.0
· MIT-0
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install md-bootstrap-optimizer
功能描述
Optimizes OpenClaw MD files by splitting TOOLS.md, enforcing atomic rules, and loading scenes on demand to keep bootstraps lean under 3KB.
使用说明 (SKILL.md)
Bootstrap Optimizer
Keep your OpenClaw MD file system lean, maintainable, and never bloated again.
Problems Solved
| Pain Point | Consequence |
|---|---|
| All rules piled into MEMORY.md | Version drift, critical rules truncated |
| No ownership for new rules | Changes spread across 4 places, never in sync |
| TOOLS.md exceeds 12KB | Massive bootstrap on every session |
| Bare filenames in cross-references | Broken links, chaotic relationships |
Four-Layer File Architecture
| Layer | Files | Loading |
|---|---|---|
| Core (Permanent) | MEMORY.md, AGENTS.md, CLAUDE.md | Every session, full load |
| Execution (On-demand) | SCHEDULING.md, INSTRUCTIONS.md, SOUL.md | Triggered by scene |
| Project (Current) | USER.md, IDENTITY.md, TOOLS.md | Referenced as needed |
| Archive | AGENTS_full.md, DREAMS.md, HEARTBEAT.md | No rule participation |
Core Principles
- Atomic: MEMORY.md stores only permanently true atomic rules (Why), never facts (What)
- Mother-Child Separation: TOOLS.md splits into mother (index only) + children (details)
- Scene Loading: Details live in child files, loaded on demand — never pollutes bootstrap
- Monthly Audit: Check bootstrap total size; split when approaching 3KB
TOOLS.md Split Example
Mother file (index only):
# TOOLS.md
## Tools & Skills Index
See child files:
- [[TOOLS_skills.md]] — Skill toolbox details
- [[TOOLS_feishu.md]] — Feishu protocol & open_id map
Child file (TOOLS_skills.md):
# TOOLS_skills.md
## Skill Toolbox
### Tier 1: Always Available (4, truly high-frequency)
...
Result Comparison
| Metric | Before | After |
|---|---|---|
| MEMORY.md | v5.7 (ever-growing) | Atomic principles only |
| TOOLS.md | 12KB+ | Mother \x3C 3KB |
| Bootstrap total | Over limit | \x3C 3KB |
| Rule lookup | Scattered | Layer-clear ownership |
Maintenance
Run a monthly check on bootstrap file sizes. Split immediately when approaching limits.
安全使用建议
This skill appears safe to install as an instruction-only optimizer. Before using it, back up your OpenClaw markdown files and review any proposed changes to MEMORY.md, AGENTS.md, CLAUDE.md, TOOLS.md, or related files because those files may affect future agent behavior.
功能分析
Type: OpenClaw Skill
Name: md-bootstrap-optimizer
Version: 1.0.0
The skill bundle provides architectural documentation and organizational strategies for managing Markdown-based memory files in an OpenClaw environment. It contains no executable code, network requests, or malicious instructions, focusing entirely on optimizing context window usage by splitting large files like TOOLS.md into smaller, referenced components as described in SKILL.md.
能力评估
Purpose & Capability
The stated purpose is to optimize OpenClaw markdown bootstrap files, and the SKILL.md content stays aligned with that purpose.
Instruction Scope
The instructions are limited to file organization, size checks, and splitting markdown files; they do not request credentials, network access, shell execution, or unrelated actions.
Install Mechanism
There is no install spec and no code files; this is an instruction-only skill.
Credentials
No binaries, environment variables, credentials, or OS-specific capabilities are requested.
Persistence & Privilege
The skill discusses MEMORY.md, AGENTS.md, CLAUDE.md, and other persistent bootstrap files that may affect future sessions, so users should review edits carefully.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md-bootstrap-optimizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/md-bootstrap-optimizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
no
元数据
常见问题
Bootstrap Optimizer 是什么?
Optimizes OpenClaw MD files by splitting TOOLS.md, enforcing atomic rules, and loading scenes on demand to keep bootstraps lean under 3KB. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Bootstrap Optimizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-bootstrap-optimizer」即可一键安装,无需额外配置。
Bootstrap Optimizer 是免费的吗?
是的,Bootstrap Optimizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bootstrap Optimizer 支持哪些平台?
Bootstrap Optimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bootstrap Optimizer?
由 warren2008-2020-spec(@warren2008-2020-spec)开发并维护,当前版本 v1.0.0。
推荐 Skills