Handles the full authentication and secrets lifecycle for Eve deployments: logging in via SSH or Nostr challenge-response, managing JWT tokens, rotating project secrets, and wiring up SSO for your deployed apps. You'll reach for this when setting up new projects, troubleshooting auth failures, or configuring org invites and access groups. The standout piece is the OAuth sync workflow that pulls your local Claude and Codex tokens into Eve secrets so agents can use them during builds. It supports multiple identity providers out of the box and includes token minting for service accounts. The permissions model is live-resolved from the database rather than relying on stale JWT claims, which means role changes take effect immediately.
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-auth-and-secrets