Run Claude Code on Apify infrastructure.
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
This Actor metamorphs into the AI Sandbox and automatically launches Claude Code in the terminal.
- Click Start on this Actor
- Claude Code opens in the console terminal
- Start coding
| 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 |
This Actor supports SKILLS.md files - specialized instructions that enhance AI coding agent capabilities. Skills are installed automatically at startup.
- Run Claude Code without local installation
- Execute AI coding tasks on Apify infrastructure
- Integrate Claude Code into automation workflows