What problem does it solve? Setting up an AI agent to actually deploy and run applications requires installing multiple skills, connecting to a Rainbond runtime, and handling authorization correctly across different agent hosts. This Skill automates that entire bootstrap so the agent can deploy projects, troubleshoot failures, and manage versions without manual configuration. ## Core Features & Use Cases - Multi-host installer: Detects the current agent host (Codex, Claude Code, Pi Agent, DeepSeek Harness, WorkBuddy, Hermes Agent) and installs every bundled rainbond-* skill via npx or a CDN fallback script. - Single runtime management: Connects, reconnects, inspects, or replaces the one global Rainbond runtime using a fixed CLI launcher with Device Flow browser authorization. - Update and repair: Re-runs the installer to compare and update all installed internal skills, keeping the runtime contract in sync. - Use Case: Tell your agent "install Rainskills and connect to Rainbond Cloud" and it detects the host, runs the installer, completes browser authorization, and reports ready-to-use next steps. ## Quick Start Ask your AI agent to install Rainskills and connect it to Rainbond Cloud so it can deploy the current project.