Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.63 KB

File metadata and controls

47 lines (31 loc) · 1.63 KB

OpenClaw Assistant

Run OpenClaw on Apify infrastructure.

🔥 What is OpenClaw?

Clears your inbox, sends emails, manages your calendar, checks you in for flights. All from Apify platform.

⚙️ How It Works

This Actor metamorphs into the AI Sandbox and automatically launches OpenClaw TUI in the terminal.

On startup, it:

  1. Installs OpenClaw globally via npm
  2. Configures OpenClaw to use Apify OpenRouter proxy with Kimi K2.5 model
  3. Runs non-interactive onboarding
  4. Starts the OpenClaw gateway on port 18789
  5. Opens OpenClaw TUI in the browser terminal

🚀 Quick Start

  1. Click Start on this Actor
  2. OpenClaw TUI opens in the console terminal
  3. Start coding

📦 Configuration

Input Description Default
agentSkills Skill packages to install (SKILLS.md files), one per line or JSON array apify/agent-skills
initBashScript Bash script to run before OpenClaw starts -
idleTimeoutSeconds Shutdown after inactivity (0 = disabled) 0

📚 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 OpenClaw without local installation
  • AI-powered task automation via chat interfaces
  • Integrate OpenClaw into Apify workflows

🔗 Links