# Setup

> Run canonical interactive LiveReview setup for authentication and AI connector configuration.

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

---


# lrc setup

Start setup immediately. Do not ask for an extra yes/no confirmation.

```bash
python3 "${CLAUDE_SKILL_DIR}/../../scripts/setup-session.py" start
```

Then tell the user:
- setup has two steps: first complete Hexmos account login in the opened browser flow, then get a Gemini API key from Google AI Studio
- if the browser does not open automatically, complete Hexmos login as needed, then open https://aistudio.google.com/ manually to create/copy a Gemini API key
- after both steps are complete, paste only the Gemini API key in the next chat reply

When the user replies with the Gemini API key, submit it immediately:

```bash
python3 "${CLAUDE_SKILL_DIR}/../../scripts/setup-session.py" submit-key --key "$USER_MESSAGE"
```

After setup completes, suggest running `/lrc:review`.

Do not inspect `~/.lrc.toml` with Read/file tools; setup itself is the source of truth.

Do not prefix canonical commands with `source ~/.lrc/env &&`.
