# Launch Rhinos

> Spin up N Rhino MCP sessions in parallel and fan out one agent per Rhino. Use when the user wants multiple Rhinos running simultaneously with each agent driving its own — e.g. "spawn 3 agents and have each launch Rhino", "run 5 Rhino tasks in parallel". For a single Rhino, use `/launch-rhino` instead.

- Skill: `hybridlabor-api/launch-rhinos` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hybridlabor-api/launch-rhinos`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hybridlabor-api/launch-rhinos/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: hybridlabor-api (https://skillmd.com/u/hybridlabor-api)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hybridlabor-api/launch-rhinos

---


# Launching N parallel Rhino MCP sessions

Follow the procedure in the [`/launch-rhinos`](../../commands/launch-rhinos.md) slash command. It owns the full flow — slot probing, OS-specific launch (sequential on macOS, parallel on Windows), listener wait, and the agent fan-out. Pass through the count and the version argument; default version to `8`. Use only the pre-declared slots in `.mcp.json` (`rhino`, `rhino-2` … `rhino-8`).

