tomstagl

Clawctl — Development skill for Claude Code

Development community

Drive openclaw via the clawctl wrapper.

How to install Clawctl

Installs to ~/.claude/skills/tomstagl-clawctl-clawctl/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomstagl-clawctl-clawctl && curl -fsSL https://raw.githubusercontent.com/tomstagl/clawctl/HEAD/commands/clawctl.md -o ~/.claude/skills/tomstagl-clawctl-clawctl/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Clawctl does


description: Drive openclaw via the clawctl wrapper. Read-only by default, JSON-first, traceparent on every call, secrets redacted at the boundary.

Drive openclaw via the existing `clawctl` wrapper (https://github.com/tomstagl/clawctl). Behaves kubectl-style: read-only by default, use `--json | jq` for filtering, surface trace-id on every call, never bypass the wrapper.

Task: $ARGUMENTS

Binary check (run first)

Before doing anything else, run:

command -v clawctl

If `

Alternatives in Development

  • Octo Freeze — Restrict file edits to a specific directory boundary 2.8k ★
  • Nexting — Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC 1.3k ★
  • Maestro Guard — Manage editing boundary restrictions 530 ★

Full documentation available on GitHub

View Source Repository