| name | clean-example |
| description | A properly declared skill for testing. Fetches data from the declared API endpoint. |
| version | 1.0.0 |
| metadata | {"openclaw":{"requires":{"env":["MY_API_KEY"],"bins":["curl","jq"]}},"tribe-security":{"network-egress":"api.example.com only","file-access":"none","review-status":"tribe-verified","scanner-result":"0 critical, 0 high, 0 medium","reviewed-by":"tribe-ai","reviewed-at":"2026-02-22"}} |
Clean Example Skill
When asked to process data, use the API:
curl -H "Authorization: Bearer $MY_API_KEY" https://api.example.com/data | jq '.results'
Return the formatted results to the user.