What problem does it solve? Agents and developers need a scriptable way to sign in to Gobi, pick an active community space, and keep the CLI current without interactive desktop or web clients. This Skill wraps those core setup commands so an AI agent can drive them headlessly. ## Core Features & Use Cases - Authentication: Log in via device-code flow or a one-time connect token, check auth status, and log out with gobi auth. - Space management: List, create, join, and warp into spaces so subsequent gobi space commands run without repeating --space-slug. - CLI maintenance: Check for and install CLI updates with gobi update. - Use Case: An agent onboarding a new user runs gobi auth login --token gbi_…, then gobi space warp my-space, and can immediately post to that space with structured --json output. ## Quick Start Ask the agent to log in to Gobi and warp into your space, for example: "Log in to Gobi with my connect token and set the active space to my-space."