mint-api

Installation
SKILL.md

Mint API

Use Mint's production API as an account-owned asset pipeline.

Start Safely

  1. Read references/quickstart.md.
  2. When a compact map of the current public docs would help, fetch https://docs.mint.gg/llms.txt. Fetch https://docs.mint.gg/llms-full.txt only when the task needs broader context across several guides.
  3. Read the production OpenAPI contract at https://api.mint.gg/openapi.json before using an unfamiliar endpoint or field. It is the source of truth for exact endpoints and schemas.
  4. Read MINT_API_KEY from the environment. Never print, paste, transmit to an unrelated service, or commit it.
  5. Run node scripts/check-connection.mjs only when the user authorizes a live identity and Credits check.

Workflow

Installs
32
GitHub Stars
1
First Seen
Jul 23, 2026
mint-api — mintdotgg/mint-api-skill