alapi
Installation
SKILL.md
ALAPI 接口对接助手
Overview
使用这个 skill 处理 ALAPI 平台的接口检索、文档读取、参数提取、代码生成和按需真实调用。
ALAPI 的关键平台约定:
{
"success": true,
"code": 200,
"message": "success",
"data": { ... },
"request_id": "xxx",
"time": 1700000000
}
使用这个 skill 处理 ALAPI 平台的接口检索、文档读取、参数提取、代码生成和按需真实调用。
ALAPI 的关键平台约定:
{
"success": true,
"code": 200,
"message": "success",
"data": { ... },
"request_id": "xxx",
"time": 1700000000
}