← Back to Skills Marketplace
erergb

Uninstaller

by ERerGB · GitHub ↗ · v1.0.0-4e6ce7f · MIT-0
cross-platform ⚠ suspicious
473
Downloads
0
Stars
0
Active Installs
15
Versions
Install in OpenClaw
/install uninstaller
Description
Guides users through safely uninstalling OpenClaw (龙虾). Use when user asks how to remove/uninstall OpenClaw, wants to clean up completely, or mentions paid c...
Usage Guidance
This skill appears to be what it says: a community-maintained OpenClaw uninstaller with safety checks (dry-run, validate paths, sandbox detection). Before installing/running: (1) Only run IM-initiated uninstall when you intend to remove OpenClaw and ensure the agent's exec runs on the actual host (host=gateway) — otherwise the one-shot will fail or be lost. (2) Review and, if desired, run ./scripts/verify-clean.sh first to see residue without deleting anything. (3) Understand backups: by default the uninstall backs up state (including credentials under ~/.openclaw/credentials) to ~/.openclaw-backup-*, and the --preserve-state option can keep state (including credentials) for reinstall inheritance. If you want a truly clean uninstall, use --no-backup and avoid --preserve-state. (4) The repository includes publish/CI helper scripts that reference tokens (CLAWHUB_TOKEN, GITHUB_TOKEN) — those are for maintainers and are not required to run the uninstall. (5) If you have any doubt, inspect the uninstall-oneshot.sh and schedule-uninstall.sh scripts yourself (they include clear safety checks) and test with --dry-run before doing a real uninstall.
Capability Analysis
Type: OpenClaw Skill Name: uninstaller Version: 1.0.0-4e6ce7f The skill provides a utility to uninstall OpenClaw, which involves high-risk operations such as stopping system services (via systemd or launchctl) and recursively deleting configuration directories (rm -rf). The SKILL.md instructions explicitly direct the AI agent to escape the sandbox by using 'host=gateway' permissions to execute these scripts on the host system. While the uninstall-oneshot.sh script includes safety checks to ensure deletions are restricted to directories matching '.openclaw*' within the user's home directory, the inherent nature of host-level system modification and data destruction qualifies as a high-risk capability according to the analysis criteria.
Capability Assessment
Purpose & Capability
Name/description (uninstall OpenClaw) align with the included scripts and docs. All main scripts (schedule-uninstall.sh, uninstall-oneshot.sh, verify-clean.sh, helpers) relate to uninstall, backup, scheduling, and verification. Publishing/CI docs reference tokens (CLAWHUB_TOKEN, GITHUB_TOKEN) used only for repo publishing, which is maintenance-related but not required for runtime uninstall.
Instruction Scope
SKILL.md instructs the agent to schedule or run provided scripts (schedule-uninstall.sh, uninstall-oneshot.sh, verify-clean.sh). These scripts perform destructive operations (rm -rf of ~/.openclaw or .openclaw-*) by design; the SKILL.md explicitly requires confirmation and host=gateway for IM-initiated uninstalls. The skill does not ask the agent to read unrelated files or secrets, but it does back up and optionally preserve credentials (see uninstall-oneshot.sh) which is expected for a stateful uninstall but worth noting.
Install Mechanism
No automated install spec is declared; the repo contains install and publish helper scripts but nothing is fetched from arbitrary external URLs. The README suggests common install flows (clawhub install, curl from GitHub) but the skill package itself contains only scripts and docs — no remote download/install step in the skill metadata that would introduce high risk.
Credentials
The skill declares no required env vars or credentials. Runtime scripts do access user-state paths (default $HOME/.openclaw) and may copy credentials into a backup directory when backing up state. This is proportionate to an uninstall that offers optional preservation/backup, but users should understand backups may include saved API keys/tokens from ~/.openclaw/credentials. Publish-related scripts reference CI tokens (CLAWHUB_TOKEN, GITHUB_TOKEN) for maintainer ops, which are unrelated to uninstall functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills' configurations. It can schedule a one-shot job on the host (launchd/systemd/nohup), which is necessary to perform a host-level uninstall; SKILL.md explicitly requires host=gateway for that capability. Autonomous invocation is allowed (default) but this is normal for skills; there is no unusual permanent privilege requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uninstaller
  3. After installation, invoke the skill by name or use /uninstaller
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0-4e6ce7f
CD: 4e6ce7fd5bc65795aa99828a60baab639b328aa2
v1.0.0-a972cf1
CD: a972cf17e8c14a858811bf6f53369058d24780dd
v1.0.16-1
CD: 9dc280f3d0fc50819b304a70d1c06e3067854b6e
v1.0.14
CD: 034fcbbf2c04c3ccda2443636ab122a4b0ff5a01
v1.0.13
CD: 4776f12b47476b67e0e6067e93534287a2645bc5
v1.0.12
CD: 919f127387f18fd5c9be09e1e8a113c04b114f4a
v1.0.11
CD: 5c8b3e09c98c9f6bd9029d3fe25a4074729c926a
v1.0.10
CD: f413895099067c18bfb9abdaadeda383d8c22596
v1.0.9
CD: 2046ad467e4ce81de432215de915382a7ac8caa5
v1.0.8
CD: d8dd6382324b283f4957693601163e82f4b7d1b4
v1.0.7
CD: f20d67889a01a35e41157eac9c3b418d21882fcc
v1.0.6
CD: 60ca32dccd7cd0129c7b2d73769f43edad4d82c6
v1.0.5
CD: eb0815175a50caf21d11acc09b7b504e067b8bc9
v1.0.1
Slug uninstaller: update SKILL/README paths and install command
v1.0.0
Initial release as uninstaller slug. Free OpenClaw uninstall guide and scripts.
Metadata
Slug uninstaller
Version 1.0.0-4e6ce7f
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 15
Frequently Asked Questions

What is Uninstaller?

Guides users through safely uninstalling OpenClaw (龙虾). Use when user asks how to remove/uninstall OpenClaw, wants to clean up completely, or mentions paid c... It is an AI Agent Skill for Claude Code / OpenClaw, with 473 downloads so far.

How do I install Uninstaller?

Run "/install uninstaller" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Uninstaller free?

Yes, Uninstaller is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Uninstaller support?

Uninstaller is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Uninstaller?

It is built and maintained by ERerGB (@erergb); the current version is v1.0.0-4e6ce7f.

💬 Comments