🤖 Created by Cursor / gpt-5.2-xhigh, edited by me
Short, high-quality set of non-MCP skills that primarily act as API usage/docs for real products (auth, endpoints/operations, examples, rate limits, troubleshooting):
- Hugging Face API tool-builder: explicitly lists Hub API endpoints and teaches how to query Hugging Face’s OpenAPI spec safely (via
jq), with clear auth guidance (HF_TOKEN).- Source: huggingface/skills
hugging-face-tool-builder/SKILL.md - Explicitly says "DO NOT ATTEMPT to read https://huggingface.co/.well-known/openapi.json directly as it is too large to process."
- Source: huggingface/skills