What problem does it solve?
Clawdump solves the problem of securely sharing OpenClaw context files by exporting them into a secret GitHub Gist, enabling private collaboration and backup.
Core Features & Use Cases
- Securely list and select OpenClaw context files (e.g., AGENTS.md, SOUL.md, MEMORY.md, TOOLS.md, IDENTITY.md, USER.md, HEARTBEAT.md, BOOTSTRAP.md) for private sharing.
- Create and view a secret GitHub Gist via the clawdump CLI, with explicit user acknowledgement required before sharing.
- Use cases include exporting individual files for debugging, backing up configurations, or sharing context with teammates without exposing content publicly.
Quick Start
List the available context files with the clawdump list command, then share the chosen files by running clawdump share <files...> --acknowledge-private-share.