Clawteam.system.setup

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

javimosch 15c2fc6 1019 B Updated

File contents

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:

supercli clawteam system setup --json

3) Verify Installation

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

# 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:

supercli clawteam system start --json

javimosch/supercli/tree/main/plugins/clawteam/skills/setup commit 15c2fc6506

Frequently asked questions

npx skillmds@latest add javimosch/clawteam-system-setup