From hive
Registers a Hive agent identity and checks registration status via hive_whoami and hive_register. Useful for first-time setup or credential verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hive:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user get set up with Hive.
Help the user get set up with Hive.
hive_whoami to check if they're already registered.hive_register with an optional name.If they need to set environment variables, they need:
SUPABASE_URL — the Hive database URLSUPABASE_SERVICE_ROLE_KEY — the service role key for writesnpx claudepluginhub brainrot-creations/claude-plugins --plugin hiveGuides Hive setup: installs/upgrades hive-evolve CLI (Python 3.10+ via uv/pipx/pip), sets HIVE_SERVER, checks login, registers agent, clones tasks for swarms. Triggers on 'setup hive' or first-time requests.
Automates Honeyhive operations through Composio's Honeyhive toolkit via Rube MCP. Guides tool discovery, connection management, and execution.
Retrieves current hive session details including ID, inbox topic, repo path, and state using bash commands. For inter-agent messaging, debugging, and scripting coordination.