|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The Agent Skill details. |
||
| skillName |
string |
The English name of the Agent Skill, which serves as a unique identifier. |
deploy-to-vercel |
| displayName |
string |
The display name of the Agent Skill. |
ECS Instance Management |
| description |
string |
The description of the Agent Skill. |
ECS Instance Management |
| categoryCode |
string |
The primary category code. |
compute |
| categoryName |
string |
The primary category name. |
Compute |
| subCategoryCode |
string |
The secondary category code. |
ecs |
| subCategoryName |
string |
The secondary category name. |
Elastic Compute |
| likeCount |
integer |
The number of likes. |
128 |
| installCount |
integer |
The number of installations. |
1024 |
| createdAt |
string |
The time when the Agent Skill was created. |
2026-01-01T00:00:00Z |
| updatedAt |
string |
The time when the Agent Skill was last updated. |
2026-03-17T00:00:00Z |
| descriptionEn |
string |
The English description of the Agent Skill. |
Deploy an application to Vercel, including project setup, environment configuration, and deployment monitoring. |
| nameEn |
string |
The English display name of the Agent Skill. |
Deploy to Vercel |
| categoryNameEn |
string |
The English name of the primary category. |
Compute |
| subCategoryNameEn |
string |
The English name of the secondary category. |
Serverless |
| githubPath |
string |
The GitHub repository path of the Agent Skill. |
https://github.com/aliyun/alibabacloud-agent-skills/tree/master/skills/compute/deploy-to-vercel |