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 is available. 2. If the token is missing, tell the user to request one from , 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 first to map a user request to the most likely endpoint with minimal cont…