What problem does it solve? Configuring Claw-series agents (OpenClaw, Qclaw) requires hand-writing JSON5 configs and multiple bootstrap files (AGENTS.md, SOUL.md, etc.), and keeping skill routing in sync as skills change is error-prone. This Skill automates scanning bound skill directories and injecting a dynamic core-skill trigger block into AGENTS.md so agents always route to the latest skills. ## Core Features & Use Cases - Dynamic Skill Routing: Scans bound skill directories, extracts trigger keywords and module routes, and injects a regenerated core skill trigger block into AGENTS.md on every upgrade. - Graded Modification Modes: L1 standard mode makes minimal targeted edits; L2 deep mode creates timestamped backups before rewriting, with rollback support. - Single-Skill Fusion Mode: Detects single-skill workspaces and switches to a simplified pipeline with table-based skill registration and fused SOUL.md persona. - Use Case: A user says "upgrade my agent to sync the latest skills" — the Skill backs up existing files, rescans the skill directory, regenerates the keyword routing table, and validates the result with claw doctor. ## Quick Start Ask the agent to create a new Claw workspace with bootstrap files bound to your skill directory, then run claw doctor to validate the configuration.