Get discoverable skills from the public registry. Only returns skills with review_status=2 (approved) and is_visible=1.
Documentation Index
Fetch the complete documentation index at: https://docs.aionmarket.com/llms.txt
Use this file to discover all available pages before exploring further.
review_status = 2 (approved)is_visible = 1 (visible)GET /agent/skill/skills
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer API_KEY_CODE |
| Field | Type | Required | Description |
|---|---|---|---|
category | number | No | Skill category filter (1 Official, 2 Partner) |
limit | number | No | Page size, default 20, max 100 |
offset | number | No | Pagination offset, default 0 |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Skill category: 1=Official, 2=Partner
1, 2 Page size (default 20, max 100)
1 <= x <= 100Pagination offset
x >= 0Skill list