๐Ÿงน
DevOpsTypeScript

Uninstall ClaudeClaw

by sbusso

Uninstall ClaudeClaw is a DevOps skill for Claude Code, published by sbusso in claudeclaw.

193 stars60 forkson sbusso/claudeclawAdded 2026/09/06Repository updated 2026/08/12
agentagentic-aiclaude-codeopenclaw
Install in seconds
Install Uninstall ClaudeClaw
Copy Uninstall ClaudeClaw into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sbusso/claudeclaw/tree/main/skills/uninstall ~/.claude/skills/uninstall

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sbusso/claudeclaw.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/uninstall/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/uninstall
Collection
One of 25 skills cataloged from this repository
Category
DevOps โ€” 1013 skills

What Uninstall ClaudeClaw does

Uninstall ClaudeClaw stops and removes the background service for the current instance. Use it when you want to disable the service while keeping local data like store/, groups/, and .env.

Uninstall ClaudeClaw is cataloged under DevOps on DirSkills. Uninstall ClaudeClaw comes from a repository tagged agent, agentic-ai, claude-code and openclaw.

Documentation

README

Uninstall Service

Stop and remove the ClaudeClaw background service for the current instance. Data (store/, groups/, .env) is preserved โ€” only the service unit is removed.

Flow

1. Detect OS and find service

macOS:

DIRNAME=$(basename "$(pwd)")
PLIST_NAME="com.claudeclaw.${DIRNAME}"
PLIST_PATH="$HOME/Library/LaunchAgents/${PLIST_NAME}.plist"

Linux:

DIRNAME=$(basename "$(pwd)")
SERVICE_NAME="claudeclaw-${DIRNAME}"
SERVICE_PATH="$HOME/.config/systemd/user/${SERVICE_NAME}.service"

2. Check if service exists

# macOS
[ ! -f "$PLIST_PATH" ] && echo "No service found at $PLIST_PATH" && exit 0

# Linux
[ ! -f "$SERVICE_PATH" ] && echo "No service found at $SERVICE_PATH" && exit 0

This is the opening of the README. Read the full README on GitHub.

Commands Uninstall ClaudeClaw provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /setup

Frequently asked about Uninstall ClaudeClaw

  • What else does sbusso publish alongside Uninstall ClaudeClaw?

    Uninstall ClaudeClaw is one of 25 skills that DirSkills catalogs from sbusso/claudeclaw, the repository it ships in. Its siblings there include Add Compact Command, Add Gmail and Add Reactions. Each one is a separate skill with its own page in this directory, installs the same way Uninstall ClaudeClaw does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does Uninstall ClaudeClaw compare to other DevOps skills?

    Uninstall ClaudeClaw ranks #905 by stars among the 1013 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Uninstall ClaudeClaw against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

Uninstall ClaudeClaw is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills โ†’
๐Ÿ—œ๏ธ
5h ago

Add Compact Command

Add Compact Command adds a /compact session command to manually compact conversation history in long-running Claude sessions. Use it to reduce context rot while keeping the same logical session and honoring main-group or trusted-sender access rules.
AI Engineering
19360
๐Ÿ“ง
5h ago

Add Gmail

Add Gmail integrates Gmail into ClaudeClaw as a tool or full channel. It is used to read, send, search, draft, and optionally trigger the agent from incoming email after OAuth setup.
AI Engineering
19360
๐Ÿ˜€
5h ago

Add Reactions

Add Reactions adds emoji reaction support to ClaudeClaw's WhatsApp channel. Use it to receive, send, store, and query reaction history from SQLite.
Automation
19360
๐Ÿค–
5h ago

Add Telegram Swarm

Add Telegram Swarm adds agent team support to an existing Telegram channel. It assigns subagents to separate bot identities so messages in a group can appear from different roles after Telegram is already configured.
Automation
19360
๐Ÿ’ฌ
5h ago

Add WhatsApp

Add WhatsApp adds WhatsApp as a ClaudeClaw channel, either alongside other channels or as a replacement. It handles installation, registration, and QR code or pairing code authentication.
Automation
19360
๐Ÿ› ๏ธ
5h ago

ClaudeClaw Customization

ClaudeClaw Customization asks clarifying questions and then edits the code to add channels, integrations, triggers, or other behavior changes. Use it when you want to modify how ClaudeClaw works or migrate from plugin mode to developer mode.
AI Engineering
19360