Skip to main content

keepmyclaw

Manages encrypted backups and restores for OpenClaw agents using the Keep My Claw API, ensuring data safety and disaster recovery.

Install this skill

or
30/100

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

medium line 74

Template literal with variable interpolation in command context

SourceSKILL.md
74```bash
medium line 29

Curl to non-GitHub URL

SourceSKILL.md
29RESPONSE=$(curl -s -X POST https://api.keepmyclaw.com/v1/auth/register \
medium line 40

Curl to non-GitHub URL

SourceSKILL.md
40CHECKOUT=$(curl -s -X POST https://api.keepmyclaw.com/v1/checkout \
medium line 65

Curl to non-GitHub URL

SourceSKILL.md
65KEY_RESPONSE=$(curl -s -X POST https://api.keepmyclaw.com/v1/keys \
medium line 141

Curl to non-GitHub URL

SourceSKILL.md
141curl -s -X POST https://api.keepmyclaw.com/v1/keys \
low line 75

Access to hidden dotfiles in home directory

SourceSKILL.md
75mkdir -p ~/.keepmyclaw && chmod 700 ~/.keepmyclaw
low line 77

Access to hidden dotfiles in home directory

SourceSKILL.md
77cat > ~/.keepmyclaw/config <<EOF
low line 82

Access to hidden dotfiles in home directory

SourceSKILL.md
82chmod 600 ~/.keepmyclaw/config
low line 86

Access to hidden dotfiles in home directory

SourceSKILL.md
86printf '%s' "$PASSPHRASE" > ~/.keepmyclaw/passphrase
low line 87

Access to hidden dotfiles in home directory

SourceSKILL.md
87chmod 600 ~/.keepmyclaw/passphrase
low line 120

Access to hidden dotfiles in home directory

SourceSKILL.md
120mkdir -p ~/.keepmyclaw && chmod 700 ~/.keepmyclaw
low line 122

Access to hidden dotfiles in home directory

SourceSKILL.md
122cat > ~/.keepmyclaw/config <<EOF
low line 127

Access to hidden dotfiles in home directory

SourceSKILL.md
127chmod 600 ~/.keepmyclaw/config
low line 131

Access to hidden dotfiles in home directory

SourceSKILL.md
131printf '%s' "$PASSPHRASE" > ~/.keepmyclaw/passphrase
low line 132

Access to hidden dotfiles in home directory

SourceSKILL.md
132chmod 600 ~/.keepmyclaw/passphrase
medium line 186

Access to hidden dotfiles in home directory

SourceSKILL.md
186- `~/.openclaw/workspace/*.md` — SOUL.md, AGENTS.md, USER.md, IDENTITY.md, TOOLS.md, HEARTBEAT.md, MEMORY.md
medium line 187

Access to hidden dotfiles in home directory

SourceSKILL.md
187- `~/.openclaw/workspace/memory/` — daily memory files
medium line 188

Access to hidden dotfiles in home directory

SourceSKILL.md
188- `~/.openclaw/openclaw.json` — agent config
medium line 189

Access to hidden dotfiles in home directory

SourceSKILL.md
189- `~/.openclaw/credentials/` — auth tokens
medium line 193

Access to hidden dotfiles in home directory

SourceSKILL.md
193Config file: `~/.keepmyclaw/config`
low line 14

External URL reference

SourceSKILL.md
14Encrypted backup/restore for OpenClaw agents via [Keep My Claw](https://keepmyclaw.com).
low line 29

External URL reference

SourceSKILL.md
29RESPONSE=$(curl -s -X POST https://api.keepmyclaw.com/v1/auth/register \
low line 40

External URL reference

SourceSKILL.md
40CHECKOUT=$(curl -s -X POST https://api.keepmyclaw.com/v1/checkout \
low line 56

External URL reference

SourceSKILL.md
56https://api.keepmyclaw.com/v1/account | jq -r '.tier')
low line 65

External URL reference

SourceSKILL.md
65KEY_RESPONSE=$(curl -s -X POST https://api.keepmyclaw.com/v1/keys \
low line 80

External URL reference

SourceSKILL.md
80CLAWKEEPER_API_URL="https://api.keepmyclaw.com"
low line 125

External URL reference

SourceSKILL.md
125CLAWKEEPER_API_URL="https://api.keepmyclaw.com"
low line 141

External URL reference

SourceSKILL.md
141curl -s -X POST https://api.keepmyclaw.com/v1/keys \
low line 199

External URL reference

SourceSKILL.md
199| `CLAWKEEPER_API_URL` | API base URL (default: `https://api.keepmyclaw.com`) |
low line 203

External URL reference

SourceSKILL.md
203Full documentation: [keepmyclaw.com/docs.html](https://keepmyclaw.com/docs.html)
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →