Reusable OpenClaw skill for creating or refreshing bench agents from a 7-file operating pack.
This skill is designed for cases where one OpenClaw installation needs to generate a new agent inside a different OpenClaw installation, using a proven operating pack such as:
SOUL.mdIDENTITY.mdUSER.mdAGENTS.mdMEMORY.mdHEARTBEAT.mdTOOLS.md
Option A, clone directly into the target workspace skills directory:
git clone https://github.com/fruteroclub/agent-bench-bootstrap.git ~/.openclaw/workspace/skills/agent-bench-bootstrapThen start a new OpenClaw session in that installation. The skill will be available to the main agent.
Option B, use the packaged artifact from this repo:
- download
agent-bench-bootstrap.skill - unpack it into
~/.openclaw/workspace/skills/agent-bench-bootstrap/
- Install this repo into the target OpenClaw workspace.
- Start a new session with the target installation's main agent.
- Provide the 7 generated files for the new agent.
- Ask the main agent to use
agent-bench-bootstrapto create a new agent, for example a CMO, inside its local OpenClaw installation. - Have the main agent validate the rollout before finishing.
Install and use the `agent-bench-bootstrap` skill from this repository. I am providing a 7-file operating pack for a new CMO agent. Create the new agent inside this OpenClaw installation, preserve the source pack as the authority, back up any conflicting live files before overwrite, and validate the final bootstrap.
SKILL.mdreferences/file-contract.mdreferences/playbook.mdscripts/validate_agent_bootstrap.pyagent-bench-bootstrap.skill
The validator script can be run with:
python3 scripts/validate_agent_bootstrap.py <target-agent-directory>