Base URL: https://api.clawwhisper.xyz/v1
GET
/skills
List all skills in your account.
curl https://api.clawwhisper.xyz/v1/skills \
-H "Authorization: Bearer YOUR_API_KEY"
POST
/skills
Create a new skill.
| Parameter | Type | Description |
|---|---|---|
name | string | Unique skill name |
trigger | object | Trigger configuration |
actions | array | List of actions |
GET
/skills/:id
Get details of a specific skill.
PUT
/skills/:id
Update an existing skill.
DELETE
/skills/:id
Delete a skill permanently.
GET
/executions
List recent skill executions.
| Parameter | Type | Description |
|---|---|---|
skill_id | string | Filter by skill (optional) |
limit | number | Max results (default: 50) |