Skip to main content
ClaudeWave
Slash Command3.6k repo starsupdated yesterday

claw

The claw command provides advanced system administration for OpenClaw instances across multiple platforms including macOS, Ubuntu/Debian, Docker, OCI, and Proxmox. Use it to manage gateway lifecycle operations, configure notification channels (WhatsApp, Telegram, Discord, Slack, Signal, iMessage), implement security hardening, perform updates and rollbacks, and monitor system health through a natural language interface that automatically detects the target platform before executing changes.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/commands/claw.md -o ~/.claude/commands/claw.md
Then start a new Claude Code session; the slash command loads automatically.

claw.md

# Claw - OpenClaw System Administration

**Your first output line MUST be:** `🐙 Octopus OpenClaw Admin`

## Instructions

Read and follow the full skill instructions from:
`${HOME}/.claude-octopus/plugin/.claude/skills/skill-claw/SKILL.md`

## Quick Usage

Just use natural language:
```
"Check if my OpenClaw instance is healthy"
"Update OpenClaw to the latest stable version"
"Set up OpenClaw on my Proxmox server"
"Harden my server security"
"Configure the Telegram channel"
"Set up Tailscale for remote access"
```

## What It Manages

- **Gateway lifecycle**: Start, stop, restart, health checks, daemon install
- **5 platforms**: macOS (launchd), Ubuntu/Debian (systemd), Docker (compose), OCI (ARM), Proxmox (LXC)
- **6 channels**: WhatsApp, Telegram, Discord, Slack, Signal, iMessage
- **Security**: Audit, hardening, firewall, Tailscale, credential management
- **Updates**: Backup, upgrade, rollback, version pinning
- **Monitoring**: Logs, health checks, resource usage, diagnostics

## Methodology

Every action follows:
1. **DETECT** platform — never assume the OS
2. **DIAGNOSE** first — non-destructive checks before changes
3. **EXECUTE** action — platform-specific commands
4. **VERIFY** outcome — confirm the change took effect

## Natural Language Examples

```
"Check my server health"
"Update openclaw to latest"
"Set up tailscale"
"Configure slack channel"
"Harden my server"
"Set up openclaw on docker"
```