# Clawteam.system.setup

> Agent workflow to detect missing ClawTeam dependencies and run automated system setup.

- Skill: `javimosch/clawteam-system-setup` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/clawteam-system-setup`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/clawteam-system-setup/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/clawteam-system-setup

---


# ClawTeam System Setup

Use this workflow if you encounter a "missing dependency" error when trying to use ClawTeam commands.

## 1) Detect Missing Dependency

If a command fails with:
> "Missing dependency 'clawteam-gateway'. Please install ClawTeam Gateway..."

You should proceed to automated setup.

## 2) Run Automated Setup

Execute the following command to clone the repository, install dependencies, and create the necessary binary shims:

```bash
supercli clawteam system setup --json
```

## 3) Verify Installation

Check if the gateway binary is now accessible and the system is healthy:

```bash
# Verify binary
clawteam-gateway --version

# Check full system status (including Docker services)
supercli clawteam system status --json
```

## 4) Start Services

If everything is installed but services are not running:

```bash
supercli clawteam system start --json
```

