claude-code-cli
Claude Code CLI
Source: Claude Code CLI Reference, Headless Usage
Installation
# Native (recommended)
curl -fsSL https://claude.ai/install.sh | bash
# NPM (deprecated)
npm install -g @anthropic-ai/claude-code
Verify: claude --version
Authentication
Environment Variables
More from seanchiuai/multishot
daytona-integration
Daytona SDK integration for sandbox lifecycle management. Use when working with SandboxManager, creating/destroying sandboxes, executing commands in sandboxes, or transferring files between sandboxes and local filesystem.
38electron-ipc
Electron IPC communication patterns between main and renderer processes. Use when implementing IPC handlers, sending events between processes, or working with the preload script.
11terminal-streaming
xterm.js terminal integration for streaming agent output. Use when implementing AgentCard terminal display, configuring xterm addons, or handling real-time output streaming.
8auth-flow
Claude Code authentication in headless Daytona sandboxes. Use when implementing AuthManager, setup wizard, credential validation, or handling OAuth token/API key injection.
7database-schema
SQLite database schema and operations using better-sqlite3. Use when working with StateManager, persisting runs/rounds/agents, or querying run history.
5skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
4