Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.52 KB

File metadata and controls

46 lines (30 loc) · 1.52 KB

Claude Code

Run Claude Code on Apify infrastructure.

🔥 What is Claude Code?

Claude Code is Anthropic's terminal-based AI coding assistant that can:

  • Edit files and navigate codebases
  • Run shell commands and scripts
  • Execute multi-step coding tasks autonomously
  • Integrate with Git workflows

⚙️ How It Works

This Actor metamorphs into the AI Sandbox and automatically launches Claude Code in the terminal.

🚀 Quick Start

  1. Click Start on this Actor
  2. Claude Code opens in the console terminal
  3. Start coding

📦 Configuration

Input Description Default
skills Skill packages to install (SKILLS.md files) ["apify/agent-skills"]
initShellScript Bash script to run before Claude Code starts -
idleTimeoutSeconds Shutdown after inactivity 600

📚 Skills Support

This Actor supports SKILLS.md files - specialized instructions that enhance AI coding agent capabilities. Skills are installed automatically at startup.

🎯 Use Cases

  • Run Claude Code without local installation
  • Execute AI coding tasks on Apify infrastructure
  • Integrate Claude Code into automation workflows

🔗 Links