在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用hive-swarm
星标0
分支0
更新时间2026年2月15日 22:34
Quick-start a Plugin Hive swarm
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Quick-start a Plugin Hive swarm
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Manage Plugin Hive swarms, blueprints, and bees
Autonomously drive a Plugin Hive swarm from start to finish
Install or manage Plugin Hive blueprints
Check Plugin Hive swarm status
基于 SOC 职业分类
| name | hive-swarm |
| description | Quick-start a Plugin Hive swarm |
| allowed-tools | mcp__hive__hive_swarm_start, mcp__hive__hive_swarm_status, mcp__hive__hive_blueprint_list, mcp__hive__hive_pollinate |
Launch a swarm in one command. Shortcut for /hive swarm.
Arguments: $ARGUMENTS
Parse $ARGUMENTS as: <blueprint_id> <task description...>
The first word is the blueprint ID. Everything after it is the task.
Examples:
/hive-swarm feature-dev Add dark mode toggle to settings page/hive-swarm bug-fix Login fails when email contains a plus sign/hive-swarm security-audit Scan the API routes for injection vulnerabilitiesSteps:
mcp__hive__hive_swarm_start with the parsed blueprint_id and task.mcp__hive__hive_pollinate with the new swarm_id to kick off the first work cycle.mcp__hive__hive_blueprint_list to show available blueprints./hive install <id> first.hive_swarm_start fails, show the error and suggest checking blueprints with /hive blueprints.On successful swarm start:
Swarm #N started (blueprint: <id>)
Task: <task description>
Dispatching bees:
- <bee_id>: <flight description>
...
/hive-drive to run this swarm autonomously."