keepmyclaw
Manages encrypted backups and restores for OpenClaw agents using the Keep My Claw API, ensuring data safety and disaster recovery.
Install this skill
Security score
The keepmyclaw skill was audited on Jun 13, 2026 and we found 30 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 74 | ```bash |
Curl to non-GitHub URL
| 29 | RESPONSE=$(curl -s -X POST https://api.keepmyclaw.com/v1/auth/register \ |
Curl to non-GitHub URL
| 40 | CHECKOUT=$(curl -s -X POST https://api.keepmyclaw.com/v1/checkout \ |
Curl to non-GitHub URL
| 65 | KEY_RESPONSE=$(curl -s -X POST https://api.keepmyclaw.com/v1/keys \ |
Curl to non-GitHub URL
| 141 | curl -s -X POST https://api.keepmyclaw.com/v1/keys \ |
Access to hidden dotfiles in home directory
| 75 | mkdir -p ~/.keepmyclaw && chmod 700 ~/.keepmyclaw |
Access to hidden dotfiles in home directory
| 77 | cat > ~/.keepmyclaw/config <<EOF |
Access to hidden dotfiles in home directory
| 82 | chmod 600 ~/.keepmyclaw/config |
Access to hidden dotfiles in home directory
| 86 | printf '%s' "$PASSPHRASE" > ~/.keepmyclaw/passphrase |
Access to hidden dotfiles in home directory
| 87 | chmod 600 ~/.keepmyclaw/passphrase |
Access to hidden dotfiles in home directory
| 120 | mkdir -p ~/.keepmyclaw && chmod 700 ~/.keepmyclaw |
Access to hidden dotfiles in home directory
| 122 | cat > ~/.keepmyclaw/config <<EOF |
Access to hidden dotfiles in home directory
| 127 | chmod 600 ~/.keepmyclaw/config |
Access to hidden dotfiles in home directory
| 131 | printf '%s' "$PASSPHRASE" > ~/.keepmyclaw/passphrase |
Access to hidden dotfiles in home directory
| 132 | chmod 600 ~/.keepmyclaw/passphrase |
Access to hidden dotfiles in home directory
| 186 | - `~/.openclaw/workspace/*.md` — SOUL.md, AGENTS.md, USER.md, IDENTITY.md, TOOLS.md, HEARTBEAT.md, MEMORY.md |
Access to hidden dotfiles in home directory
| 187 | - `~/.openclaw/workspace/memory/` — daily memory files |
Access to hidden dotfiles in home directory
| 188 | - `~/.openclaw/openclaw.json` — agent config |
Access to hidden dotfiles in home directory
| 189 | - `~/.openclaw/credentials/` — auth tokens |
Access to hidden dotfiles in home directory
| 193 | Config file: `~/.keepmyclaw/config` |
External URL reference
| 14 | Encrypted backup/restore for OpenClaw agents via [Keep My Claw](https://keepmyclaw.com). |
External URL reference
| 29 | RESPONSE=$(curl -s -X POST https://api.keepmyclaw.com/v1/auth/register \ |
External URL reference
| 40 | CHECKOUT=$(curl -s -X POST https://api.keepmyclaw.com/v1/checkout \ |
External URL reference
| 56 | https://api.keepmyclaw.com/v1/account | jq -r '.tier') |
External URL reference
| 65 | KEY_RESPONSE=$(curl -s -X POST https://api.keepmyclaw.com/v1/keys \ |
External URL reference
| 80 | CLAWKEEPER_API_URL="https://api.keepmyclaw.com" |
External URL reference
| 125 | CLAWKEEPER_API_URL="https://api.keepmyclaw.com" |
External URL reference
| 141 | curl -s -X POST https://api.keepmyclaw.com/v1/keys \ |
External URL reference
| 199 | | `CLAWKEEPER_API_URL` | API base URL (default: `https://api.keepmyclaw.com`) | |
External URL reference
| 203 | Full documentation: [keepmyclaw.com/docs.html](https://keepmyclaw.com/docs.html) |