claude-code-clawdbot-skill
Run Claude Code headlessly without terminal hangs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-code-clawdbot-skill?โผ
Run `npx skills add win4r/claude-code-clawdbot-skill --all -g -y` in your terminal to install this skill globally.
Why does Claude Code hang in cron or CI jobs?โผ
Claude Code expects a terminal, and non-TTY environments can cause it to hang. This skill wraps the CLI with a pseudo-terminal so headless runs complete reliably.
How to run Claude Code slash commands in automation?โผ
The wrapper detects slash commands like /speckit.* and automatically starts an interactive tmux session, which avoids the hangs common with headless mode.
Can I restrict which tools Claude Code uses?โผ
Yes. Pass --allowedTools with a narrow list like Bash,Read,Edit to follow least-privilege principles in automated workflows.
Does it support structured JSON output?โผ
Yes. Add --output-format json to any prompt to get machine-readable results, ideal for CI pipelines and scripting.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core