What problem does it solve?
Helps developers and AI agents quickly find ALAPI platform endpoints, understand their parameters and responses, and produce ready-to-run integration code while minimizing accidental token exposure.
Core Features & Use Cases
- Search the ALAPI catalog for capabilities and list candidate endpoints with documentation links.
- Retrieve OpenAPI specs and extract required and optional parameters, request methods, and response structure.
- Generate minimal, dependency-light code samples (Python, JS/TS, PHP, Go, cURL) and perform live calls only when an explicit token is provided and the user confirms.
- Use Case: Locate an IP lookup endpoint, show its parameters and response schema, and produce a Python example that uses ALAPI_TOKEN without executing the request unless permitted.
Quick Start
Ask the skill to search ALAPI for "IP 查询", inspect the top candidate's OpenAPI, and generate a Python integration example without performing a live call.