setup

Install and configure the MobiClaw project environment with dependency and gateway setup.

44|1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/IPADS-SAI/MobiClaw --skill setup-ipads-sai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/IPADS-SAI/MobiClaw/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/IPADS-SAI/MobiClaw --skill setup-ipads-sai

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install MobiClaw and set up the local development environment?

MobiClaw installation involves running the setup process to sync Python dependencies via uv, configure the .env file, and start the gateway server for local development.

What prerequisites do I need to configure before starting the MobiClaw gateway?

Configuring the MobiClaw gateway requires Git, uv, curl, Python 3.12+, and a provisioned .env file. The setup checks for these tools and installs missing prerequisites when possible.

How do I troubleshoot MobiClaw gateway startup failures and port conflicts?

Troubleshooting MobiClaw gateway startup involves using the setup process to check port conflicts, perform health checks, diagnose startup issues, and verify optional service credentials.

Does MobiClaw setup support configuring optional features like Brave Search and RAG?

MobiClaw setup supports configuring optional features including Brave Search, mobile execution, Feishu bot integration, scheduling, memory, and RAG settings during the environment configuration process.

Why does my MobiClaw environment setup fail during dependency installation?

MobiClaw environment setup can fail if Git, uv, or Python 3.12+ are missing or improperly configured. The setup verifies prerequisites and attempts to install missing tooling to resolve failures.