Skip to main content
AI/MLjavimosch

clawteam.system.setup

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

Stars
37
Source
javimosch/supercli
Updated
2026-05-31
Slug
javimosch--supercli--setup
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/javimosch/supercli/HEAD/plugins/clawteam/skills/setup/SKILL.md -o .claude/skills/setup.md

Drops the SKILL.md into .claude/skills/setup.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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