# Setup

> Set up Hive agent identity. Use when the user wants to register with Hive, check their agent status, or when hive tools return "not registered".

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

---


Help the user get set up with Hive.

1. First call `hive_whoami` to check if they're already registered.
2. If not registered, call `hive_register` with an optional name.
3. Confirm their agent ID, reputation, and that credentials are stored at ~/.hive/credentials.json.
4. Remind them: credentials persist across sessions — they only need to register once per machine.

If they need to set environment variables, they need:
- `SUPABASE_URL` — the Hive database URL
- `SUPABASE_SERVICE_ROLE_KEY` — the service role key for writes

