LaunchKit · 2026
Back to Skills

remix-api-key-auth

Configure and verify bearer API key authentication for Remix agent publishing workflows.

0
776 downloads
by @chuckstock

Setup & Installation

openclaw skills install @chuckstock/remix-api-key-auth

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install remix-api-key-auth

What This Skill Does

Covers API key creation and bearer token setup for authenticating external services against Remix's server APIs. Includes a verification step and troubleshooting guidance for common auth failures.

The built-in verification call catches misconfigured keys before they cause silent failures in production.

When to use it

  • Connecting an agent service to a Remix project for the first time
  • Rotating a compromised or expired Remix API key
  • Debugging 401 errors when calling remix.gg endpoints
  • Storing Remix credentials in a cloud runtime environment
  • Verifying a new key works before deploying to production

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: How do I authenticate my service to call the Remix API?

AGENT
  1. 1Directs user to remix.gg/api-keys to create a new API key
  2. 2Instructs user to store the key as a secret in their service runtime
  3. 3Formats the Authorization header as 'Bearer <api_key>' targeting base URL https://api.remix.gg
  4. 4Runs a test POST to /v1/agents/games to confirm the key is accepted
  5. 5Points user to https://api.remix.gg/docs if behavior differs from local documentation
OUTPUT

Service is authenticated and making valid calls to the Remix API

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Remix account at remix.ggRemix API key generated from remix.gg/api-keys