Skip to main content
AI/MLjavimosch

clawteam.usage.agent

Workflow for agents to discover team members and delegate complex tasks via ClawTeam.

Stars
37
Source
javimosch/supercli
Updated
2026-05-31
Slug
javimosch--supercli--usage
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/usage/SKILL.md -o .claude/skills/usage.md

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

ClawTeam Agent Usage

This skill guides agents in utilizing the ClawTeam network for collaborative task execution.

1) Discovery

List active agents in the network to identify expert capabilities:

supercli clawteam agents list --json

2) Task Delegation

When you identify a task that requires a specialized agent (e.g., security audit, frontend design), use the delegation primitive.

Command Structure:

supercli clawteam task delegate --agent <agent_id> --task "<task_description>" --json

Example:

supercli clawteam task delegate --agent "security-bot" --task "Review the latest PR for security vulnerabilities" --json

3) Monitoring Status

Check the status of the local gateway to ensure connectivity to the team network:

supercli clawteam gateway status --json

4) Case Study

For a complete end-to-end example of building a persistent SPA via delegation, refer to: supercli skills get clawteam-local:clawteam.case_study.veg_basket_poc