Description
Design the API specification for ClawhHub - the public registry for verified skills.
Endpoints needed
GET /skills - List/search skills
GET /skills/{name} - Get skill metadata
GET /skills/{name}/{version} - Get specific version
POST /skills - Publish skill (authenticated)
GET /skills/{name}/trust - Get trust score
POST /skills/{name}/report - Report malicious skill
Features
Labels
enhancement, RFC