← Back to Skills Marketplace
warren2008-2020-spec

Bootstrap Optimizer

by warren2008-2020-spec · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install md-bootstrap-optimizer
Description
Optimizes OpenClaw MD files by splitting TOOLS.md, enforcing atomic rules, and loading scenes on demand to keep bootstraps lean under 3KB.
README (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

  1. Atomic: MEMORY.md stores only permanently true atomic rules (Why), never facts (What)
  2. Mother-Child Separation: TOOLS.md splits into mother (index only) + children (details)
  3. Scene Loading: Details live in child files, loaded on demand — never pollutes bootstrap
  4. 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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install md-bootstrap-optimizer
  3. After installation, invoke the skill by name or use /md-bootstrap-optimizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
no
Metadata
Slug md-bootstrap-optimizer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Bootstrap Optimizer?

Optimizes OpenClaw MD files by splitting TOOLS.md, enforcing atomic rules, and loading scenes on demand to keep bootstraps lean under 3KB. It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Bootstrap Optimizer?

Run "/install md-bootstrap-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bootstrap Optimizer free?

Yes, Bootstrap Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bootstrap Optimizer support?

Bootstrap Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bootstrap Optimizer?

It is built and maintained by warren2008-2020-spec (@warren2008-2020-spec); the current version is v1.0.0.

💬 Comments