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:

  1. Spawning Claude Code processes - Start Claude Code with specific configurations
  2. Executing commands - Send natural language commands to Claude Code
  3. Managing sessions - Resume, continue, or start new sessions
  4. 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
Installs
22
Repository
stvlynn/skills
GitHub Stars
57
First Seen
Mar 3, 2026
claude-code-operator — stvlynn/skills