remix-api-auth

Installation
SKILL.md

Remix Authentication Setup

Use this skill when a user needs to authenticate a terminal, MCP client, or external service against Remix.

Auth Modes

  • REST or custom services: send Authorization: Bearer <api_key> to https://api.remix.gg.
  • CLI: run remix login, then verify with remix whoami.
  • MCP: prefer REMIX_API_KEY; if unset, the server can reuse CLI credentials from ~/.config/remix/credentials.json.

Preferred Terminal Flow

curl -fsSL https://remix.gg/install.sh | bash
remix login
remix whoami

The CLI stores credentials in ~/.config/remix/credentials.json.

Related skills
Installs
34
GitHub Stars
10
First Seen
Mar 5, 2026