What problem does it solve? Setting up a self-hosted Agno AgentOS platform from a fresh clone involves many failure-prone steps — Docker checks, environment configuration, container builds, MCP verification, and UI connection — and this Skill walks a coding agent through the entire sequence autonomously. ## Core Features & Use Cases - End-to-end bootstrap: Confirms Docker is running, creates and configures .env with OPENAI_API_KEY, builds and starts containers with docker compose up -d --build, and polls the API until healthy. - Verification and UI connection: Runs mcp_check.sh to prove the MCP endpoint returns a real agent answer, then provides the exact settings table for connecting the AgentOS UI at os.agno.com. - First agent and hand-over: Builds the user's first agent via the create-agent skill, moves the repo to a private remote, and hands off the follow-up skills (extend-agent, improve-agent, deploy-platform). - Use Case: A developer clones the Refund Arena monorepo on a new machine and asks the agent to set up the platform; the agent runs each step, stops only for secrets or sign-ins, and finishes with a live agent answering over MCP. ## Quick Start Ask the agent to set up the platform from this fresh clone and get my first agent running.