Agent Capsule

Home / Docs / OpenClaw Work checkpoint skill

Raw: https://www.agentcapsule.app/docs/raw/skills/openclaw

Install in OpenClaw

  1. In your OpenClaw workspace, create a skill folder, for example skills/agentcapsule-work/ (exact path depends on your OpenClaw workspace layout).
  2. Save the skill file as SKILL.md in that folder — copy from below, or download: raw SKILL.md.
  3. Reload or restart OpenClaw so it picks up the new skill (per your OpenClaw version's skill discovery rules).
  4. Ask the agent: "Back up this work agent to Agent Capsule" — it should emit Work Capsule v1 JSON, then use the CLI or dashboard import.

curl -fsSL https://www.agentcapsule.app/docs/raw/skills/openclaw

Pro users: configure agentcapsule config --base-url https://www.agentcapsule.app and push with an agent-scoped API token. See API reference.

OpenClaw — Work checkpoint skill

Teach your OpenClaw runtime to emit Work Capsule v1 JSON from its own context (SOUL.md, AGENTS.md, skills), then submit to Agent Capsule—not from a separate generic LLM chat.

When to use

Output contract

Return a single JSON object matching Work Capsule v1:

Example: ../../examples/work-agent-checkpoint.json

Push to Agent Capsule

  1. User creates a Work agent in the dashboard and issues an agent-scoped API token.
  2. Configure CLI:
npm run agentcapsule -- config \
  --base-url https://www.agentcapsule.app \
  --agent-id YOUR_AGENT_ID \
  --token av_…
  1. Validate and push:
npm run agentcapsule -- validate ./checkpoint.json
npm run agentcapsule -- push ./checkpoint.json

Recovery

After save, download the recovery kit from the version page (SOUL.md, AGENTS.md, manifests, checklist).