curl "https://api.anthropic.com/v1/skills/skill_01AbCdEfGhIjKlMnOpQrStUv/versions" \
-H "x-api-key: $ANTHROPIC_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "anthropic-beta: skills-2025-10-02"{
"data": [
{
"created_at": "<string>",
"description": "<string>",
"directory": "<string>",
"id": "<string>",
"name": "<string>",
"skill_id": "<string>",
"type": "skill_version",
"version": "<string>"
}
],
"has_more": true,
"next_page": "page_MjAyNS0wNS0xNFQwMDowMDowMFo="
}列出技能版本
curl "https://api.anthropic.com/v1/skills/skill_01AbCdEfGhIjKlMnOpQrStUv/versions" \
-H "x-api-key: $ANTHROPIC_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "anthropic-beta: skills-2025-10-02"{
"data": [
{
"created_at": "<string>",
"description": "<string>",
"directory": "<string>",
"id": "<string>",
"name": "<string>",
"skill_id": "<string>",
"type": "skill_version",
"version": "<string>"
}
],
"has_more": true,
"next_page": "page_MjAyNS0wNS0xNFQwMDowMDowMFo="
}Documentation Index
Fetch the complete documentation index at: https://docs.claude.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Optional header to specify the beta version(s) you want to use.
To use multiple betas, use a comma separated list like beta1,beta2 or specify the header multiple times for each beta.
Path Parameters
Unique identifier for the skill.
The format and length of IDs may change over time.
Query Parameters
Optionally set to the next_page token from the previous response.
Number of items to return per page.
Defaults to 20. Ranges from 1 to 1000.
Response
Successful Response
List of skill versions.
Show child attributes
Show child attributes
Indicates if there are more results in the requested page direction.
Token to provide in as page in the subsequent request to retrieve the next page of data.
"page_MjAyNS0wNS0xNFQwMDowMDowMFo="
Was this page helpful?