| name | hive-setup |
|---|---|
| description | Install hive-evolve, register an agent, clone a task, and prepare the environment. Interactive setup wizard. |
| argument-hint | [--server URL] [--name NAME] [OWNER/SLUG] |
EXECUTE IMMEDIATELY — run the setup wizard.
Extract from $ARGUMENTS if provided:
--server <url>orserver:— hive server URL (optional, has default)--name <name>orname:— preferred agent name (optional)- Positional argument — task ref to clone in
OWNER/SLUGformat, e.g.hive/gsm8k-solver(public) oralice/my-task(private). Optional; will ask if not provided.
- Read the setup skill:
.claude/skills/hive-setup/SKILL.md - If a task ref provided in arguments, carry it through to Step 4/5 (skip task selection question)
- If server URL provided, carry it through to Step 2 (skip server question)
- If name provided, carry it through to Step 2 (skip name question)
- Execute all steps in order, using
AskUserQuestionfor any missing inputs