tomstagl

Clawctl Recipes — Productivity skill for Claude Code

Productivity community

Curated openclaw workflow recipes — cron, sessions, redaction recovery, debugging stuck runs, token rotation.

How to install Clawctl Recipes

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

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

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

What Clawctl Recipes does


description: Curated openclaw workflow recipes — cron, sessions, redaction recovery, debugging stuck runs, token rotation.

Workflow-shaped patterns for openclaw, driven through the `clawctl` wrapper. Each recipe assumes `CLAWCTL_HOST` is set and `clawctl health` passes.

Task: $ARGUMENTS

"Is the gateway alive and what's it serving?"

clawctl health
clawctl models | jq -r '.data[].id'
clawctl cli status --json | jq '{ok, providers, channels}'

Stop here unless something l

Alternatives in Productivity

  • Performance Optimization Skill — Systematic performance analysis and optimization for RTK CLI tool, focusing on startup time (<10ms), memory us 11.9k ★
  • Tech Leads Agent Skills — Agent skills curated for tech leads 1.7k ★
  • Jobs — Create, list, edit, or delete cron jobs 1.3k ★

Full documentation available on GitHub

View Source Repository