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.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/commands/claw.md -o ~/.claude/commands/claw.mdclaw.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"
```Backend architect. Delegate only when the user explicitly starts an Octopus workflow.
Cloud architect. Delegate only when the user explicitly starts an Octopus workflow.
Code reviewer. Delegate only when the user explicitly starts an Octopus workflow.
Database architect. Delegate only when the user explicitly starts an Octopus workflow.
Debugger. Delegate only when the user explicitly starts an Octopus workflow.
Documentation architect. Delegate only when the user explicitly starts an Octopus workflow.
Frontend developer. Delegate only when the user explicitly starts an Octopus workflow.
Performance engineer. Delegate only when the user explicitly starts an Octopus workflow.