Skip to main content
Skill

创建 Skill

上传技能包创建新技能

POST
/api/v1/agentstudio/skills
cURL
curl --request POST \
  --url 'https://{workspace_id}.{region}.maas.aliyuncs.com/api/v1/agentstudio/skills' \
  --header 'Authorization: Bearer <YOUR_API_KEY>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file_id": "file_01JXH5K2"
}
'
{
  "id": "skill_01JXH5K2",
  "type": "skill",
  "version": "1",
  "file_id": "file_01JXH5K2",
  "created_at": "2026-07-20T10:00:00Z",
  "updated_at": "2026-07-20T10:00:00Z",
  "workspace_id": "ws_xxx",
  "request_id": "req_xxx"
}

Authorizations

string
header
required

DashScope API Key

Body

application/json
string
required

已上传的 zip 文件 ID

Response

200-application/json
string

技能 ID

string
string

版本号

string
string
string
string
string
Flow Agent API
RAG API
Connector API
框架集成
  • 框架
Assistant API(下线中)
  • 概览