> ## Documentation Index
> Fetch the complete documentation index at: https://docs.heybee.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Skills

> Let coding agents run HeyBee evaluations end to end.

Agent Skills teach agents like Claude Code and Codex the HeyBee workflow, so you can say "evaluate these two checkpoints" and get back a voting link and, later, a decision.

Five Skills are available: `heybee` for the full lifecycle, plus `heybee-create-evaluation`, `heybee-collect-feedback`, `heybee-analyze-results`, and `heybee-run-rlhf` for focused tasks.

## Setup

1. Install the Skill package in your agent harness.
2. Run `heybee auth login` once on that machine. The agent uses your credentials from the system keychain and never sees them.

## What agents can and cannot do

Skills drive the structured CLI only; they never scrape the app or improvise HTTP calls. Reads, drafts, uploads, and exports run freely. Anything with real-world consequences stops and asks you first: publication, paid spend, invitations, role changes, key creation, deletion, and account changes.

Harnesses without Skill support can run the same workflows through the [CLI](/developers/cli) with `--json`.
