Workflow for agents to discover team members and delegate complex tasks via ClawTeam.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill usage --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Usage?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-usage)More formats (shields.io, HTML) on the badges page.
---
name: clawteam.usage.agent
description: Workflow for agents to discover team members and delegate complex tasks via ClawTeam.
tags: clawteam,collaboration,delegation,agents
---
# 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:
```bash
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:**
```bash
supercli clawteam task delegate --agent <agent_id> --task "<task_description>" --json
```
**Example:**
```bash
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:
```bash
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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!