Installs a PolarClaw Skill.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-xxx |
| Source |
string |
No |
The source. |
clawhub |
| Slug |
string |
No |
The Skill identifier. |
alibacloud-rds-copilot |
| SkillVersion |
string |
No |
The version number. |
1.2.0 |
| Url |
string |
No |
URL |
https://example.com/skill.tar.gz |
| Force |
boolean |
No |
Specifies whether to force a reinstallation. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
F45FFACC-xxx |
| Message |
string |
The response message. |
success |
| Code |
integer |
The response status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-xxx |
| Ok |
boolean |
Indicates whether the operation was successful. |
true |
| Slug |
string |
The identifier of the installed Skill. |
alibacloud-rds-copilot |
| Version |
string |
The version number of the installed Skill. |
1.2.0 |
| TargetDir |
string |
The installation directory. |
/home/node/.openclaw/skills/alibacloud-rds-copilot |
Examples
Success response
JSON format
{
"RequestId": "F45FFACC-xxx",
"Message": "success",
"Code": 200,
"ApplicationId": "pa-xxx",
"Ok": true,
"Slug": "alibacloud-rds-copilot",
"Version": "1.2.0",
"TargetDir": "/home/node/.openclaw/skills/alibacloud-rds-copilot"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.