Installation

clawhub install runeweaverstudios/agent-swarm

Summary

Routes incoming tasks to the appropriate AI model via OpenRouter, then delegates execution to a sub-agent through sessions_spawn. Tasks are classified into eight tiers, including code, reasoning, creative, and vision, with configurable primary and fallback models per tier. The orchestrator never answers tasks directly.

SKILL.md

Quick overview

Routes incoming tasks to the appropriate AI model via OpenRouter, then delegates execution to a sub-agent through sessions_spawn. Tasks are classified into eight tiers, including code, reasoning, creative, and vision, with configurable primary and fallback models per tier. The orchestrator never answers tasks directly.

Instead of running every task on one expensive model, it classifies work into tiers and selects the cheapest capable model per task, cutting both cost and latency.

Common tasks

  • Routing a code debugging request to a dedicated coding model
  • Splitting a mixed task into parallel sub-agents for faster completion
  • Sending screenshot analysis to a vision-capable model automatically
  • Using a cheap fast model for simple status checks to reduce cost
  • Delegating research queries to a search-optimized model

Install paths

Primary command


openclaw install runeweaverstudios/agent-swarm

ClawHub installer


npx clawhub@latest install runeweaverstudios/agent-swarm

OpenClaw CLI


openclaw skills install runeweaverstudios/agent-swarm

Direct OpenClaw install


openclaw install runeweaverstudios/agent-swarm

Skill metadata

  • Category: Web & Frontend Development
  • Language: Markdown
  • Version: 1.7.19
  • Security status: Benign

Review upstream source

The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/runeweaverstudios/agent-swarm

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.