act-api-doc
SKILL.md
Activity API Integration Document Generator (联调文档生成器)
Overview
Generate a complete frontend integration document for a Huiwan activity by combining:
- Activity config JSON (from Apollo/admin) — identifies which widgets are used and their parameters
- Activity code (model.go, route/, service/, store/) — documents custom interfaces
- Feishu operation doc (optional) — adds business context and parameter explanations
- Widget component knowledge — standard widget API reference
Execution Steps
Step 1: Gather Inputs
Required:
act_id(integer)- Activity config JSON (the full JSON blob from admin/Apollo, user must provide)
Optional: