ClawWhisper ClawWhisper
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.

ParameterTypeDescription
namestringUnique skill name
triggerobjectTrigger configuration
actionsarrayList 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.

ParameterTypeDescription
skill_idstringFilter by skill (optional)
limitnumberMax results (default: 50)