Retrieves the SKILL.md file content of a specified Agent Skill.
Try it now
Test
RAM authorization
Request syntax
GET /openapi/skills/{skillName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| skillName |
string |
Yes |
skill name |
ecs-manager |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| requestId |
string |
Id of the request |
1764D64D-5262-55DA-BDBF-1F949B1B34F7 |
| content |
string |
The SKILL.md file content. |
--- name: alibabacloud-find-skills description: "Search for official Alibaba Cloud Agent Skills based on user requirements" --- Agent Skill Body Content Here |
Examples
Success response
JSON format
{
"requestId": "1764D64D-5262-55DA-BDBF-1F949B1B34F7",
"content": "---\nname: alibabacloud-find-skills\ndescription: \"Search for official Alibaba Cloud Agent Skills based on user requirements\"\n---\n\nAgent Skill Body Content Here"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalServerError | The request has failed due to a temporary failure of the server. | The request failed due to a temporary server failure. |
| 500 | OperationFailed | Get skill content failed. | Failed to get Skill content |
| 404 | NotFound.Skill | Specified skill not found. | The specified Skill does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.