What problem does it solve?
This Skill removes the friction of first-time MobiClaw setup by automating dependency installation, environment configuration, and gateway startup while handling common failures and missing prerequisites.
Core Features & Use Cases
- Prerequisite Checks: Verifies git, uv, and curl before proceeding, and installs missing tooling when possible.
- Dependency and Environment Setup: Syncs Python dependencies, creates or updates the .env file, and guides required model and search configuration.
- Optional Feature Configuration: Supports Brave Search, mobile execution, Feishu bot integration, scheduling, memory, and RAG settings.
- Gateway Launch and Recovery: Starts the gateway server, checks port conflicts, performs health checks, and diagnoses startup issues.
- Use Case: A new developer can run this Skill to prepare MobiClaw for local use without manually stitching together installs, config files, and service startup steps.
Quick Start
Use the setup skill to install MobiClaw dependencies, configure the environment variables, and start the gateway server.