alapi

Installation
SKILL.md

ALAPI

Overview

Use this skill to work against the full ALAPI OpenAPI catalog without hand-parsing the schema each time. The skill bundles the raw OpenAPI source, a generated endpoint catalog, an auth guide, and a reusable request script.

Workflow

  1. Confirm whether ALAPI_TOKEN is available.
  2. If the token is missing, tell the user to request one from https://apifox.com/apihub/, then ask them to send it back.
  3. After the user sends the token, persist it to the active shell profile, export it in the current session, and avoid echoing it back in logs.
  4. Use references/intent-router.md first to map a user request to the most likely endpoint with minimal context cost.
  5. Open references/api-catalog.md only for the exact endpoint you selected.
  6. Use scripts/alapi_request.py for real calls instead of rewriting HTTP boilerplate.
  7. If the OpenAPI source changes, replace references/openapi-source.json and rerun scripts/generate_references.py.

Authentication

Related skills
Installs
2
GitHub Stars
4
First Seen
Mar 24, 2026