remix-api-reference

Installation
SKILL.md

OpenAPI-First Rule

Before generating or executing API calls, fetch:

  • https://api.remix.gg/docs/json

Use OpenAPI as the contract source of truth for:

  • methods (GET/POST/...)
  • paths
  • params/query/body schemas
  • response shapes

Base headers:

Authorization: Bearer <api_key>
Content-Type: application/json
Installs
57
GitHub Stars
10
First Seen
Mar 5, 2026
remix-api-reference — farworld-labs/remix-skills