claude-code-operator
Installation
SKILL.md
Claude Code Operator
This skill enables controlling Claude Code CLI programmatically from Clawdbot.
Overview
Claude Code is Anthropic's agentic coding tool that operates in the terminal. This skill provides workflows for:
- Spawning Claude Code processes - Start Claude Code with specific configurations
- Executing commands - Send natural language commands to Claude Code
- Managing sessions - Resume, continue, or start new sessions
- Deploying projects - Use Claude Code's MCP tools for deployment
Prerequisites
- Claude Code must be installed:
npm install -g @anthropic-ai/claude-code - For Zhipu/Chinese users: Configure with GLM API key
- MCP servers configured in
~/.claude/mcp-settings.json