uninstall

Stop and remove the ClaudeClaw background service and its agents.

189|60|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/sbusso/claudeclaw --skill uninstall-sbusso
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uninstall
Source: https://github.com/sbusso/claudeclaw/tree/main/skills/uninstall
Command: npx skills add https://github.com/sbusso/claudeclaw --skill uninstall-sbusso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Platform-aware teardown: macOS LaunchAgents or Linux systemd when uninstalling.
  • Data preservation: ensures store/, groups/, and .env remain intact for re-use.
  • Safe verification: performs checks and confirms removal before finishing.

Quick Start

Run the uninstall flow to stop ClaudeClaw and remove its agents from this instance.

Frequently Asked Questions about uninstall

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

FAQPage Schema
How do I uninstall a background daemon service on Linux using systemd?

Uninstalling a background daemon service on Linux involves stopping and removing the systemd unit. This process safely unloads the service while preserving local application data during teardown.

How do I remove a macOS LaunchAgent background service cleanly?

Removing a macOS LaunchAgent cleanly requires unloading the background service and deleting its agent files. Platform-aware teardown ensures the removal is verified and local data remains intact.

Can I remove background agents without deleting application data and environment files?

Yes, you can remove background agents without deleting application data. A proper uninstall preserves directories like store/ and groups/, along with .env files, removing only the service unit itself.

Does the ClaudeClaw uninstall process work on both macOS and Linux?

Yes, the ClaudeClaw uninstall process works on both macOS and Linux. It performs platform checks to handle OS-specific teardown, targeting LaunchAgents on macOS and systemd on Linux.

What steps are required to verify service removal after an uninstall?

Verifying service removal after an uninstall involves performing safe checks to confirm the background daemon is fully unloaded. The process enforces user confirmation and validates that the service unit is deleted.