Get details about a specific skill.
curl -X GET https://api.chowder.dev/v1/instances/ins_abc123/skills/web-search \ -H "Authorization: Bearer YOUR_API_KEY"
{ "name": "web-search", "description": "Search the web and return summarized results.", "source": "clawhub", "path": "/skills/web-search", "ready": true }
configure
web-search