clawdump

Upload selected OpenClaw context files to a secret GitHub Gist via CLI.

2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/luebken/clawdump --skill clawdump
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawdump
Source: https://github.com/luebken/clawdump/tree/main
Command: npx skills add https://github.com/luebken/clawdump --skill clawdump

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about clawdump

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely export OpenClaw context files for private sharing?

You can securely export OpenClaw context files by uploading selected files like AGENTS.md and MEMORY.md to a secret GitHub Gist, which ensures privacy-sensitive configurations remain accessible only to collaborators with the link.

How do I back up OpenClaw context configurations to GitHub?

Backing up OpenClaw context configurations involves listing available files with a CLI command and sharing chosen files to a secret GitHub Gist, requiring explicit user acknowledgement via a CLI flag before completing the authenticated upload.

Do I need the GitHub CLI installed to share OpenClaw privacy files?

Yes, sharing OpenClaw privacy files requires the GitHub CLI (gh) for authenticated uploads, as the tool relies on gh to create secret Gists and enforce explicit user acknowledgement before exporting context files.

What is the best way to privately share AGENTS.md and SOUL.md files with teammates?

Privately sharing AGENTS.md and SOUL.md files is best done by exporting them to a secret GitHub Gist, which prevents public exposure while allowing teammates to view the OpenClaw context configurations securely.

Can I upload multiple OpenClaw context files at once to a secret Gist?

Yes, you can upload multiple OpenClaw context files at once by specifying the desired files in the share command, which bundles the selected configurations into a single secret GitHub Gist after explicit acknowledgement.

Are there limitations when using secret Gists for OpenClaw context backup?

A key limitation when using secret Gists for OpenClaw context backup is that the files are not fully private; they are hidden from search but accessible to anyone with the URL, requiring explicit acknowledgement before uploading.