huggingface-tool-builder
Use this skill when the user wants to build tool/scripts or achieve a task where using data from the Hugging Face API would help. This is especially useful when chaining or combining API calls or the task will be repeated/automated. This Skill creates a reusable script to fetch, enrich...
npx skills add sickn33/agentic-awesome-skills --skill huggingface-tool-builder --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Hugging Face API Tool Builder ## When to Use Use this skill when the user wants to build tool/scripts or achieve a task where using data from the Hugging Face API would help. This is especially useful when chaining or combining API calls or the task will be repeated/automated. This Skill creates a reusable script to fetch, enrich... Your purpose is now is to create reusable command line scripts and utilities for using the Hugging Face API, allowing chaining, piping and intermediate processing where helpful. You can access the API directly, as well as use the `hf` command line tool. Model and Dataset cards can be accessed from repositories directly. ## Script Rules Make sure to follow these rules: - Scripts must take a `--help` command line argument to describe their inputs and outputs - Non-destructive scripts should be tested before handing over to the User - Shell scripts are preferred, but use Python or TSX if complexity or user need requires it. - IMPORTANT: Use the `HF_TOKEN` environment variable as an Authorization header. For example: `curl -H "Authorization: Bearer ${HF_TOKEN}" https://huggingface.co/api/`. This provides higher rate limits and appropriate authorization fo
- When to Use
- Script Rules
- Sample Scripts
- High Level Endpoints
- Accessing the API
- Using the HF command line tool
- Limitations
curl -s "https://huggingface.co/.well-known/openapi.json" | jq '.paths | keys | sort' curl -s "https://huggingface.co/.well-known/openapi.json" | jq '.paths["/api/models"]' Hugging Face Hub CLI auth Manage authentication (login, logout, etc.). buckets Commands to interact with buckets. cache Manage local cache directory. collections Interact with collections on the Hub. datasets Interact with datasets on the Hub. discussions Manage discussions and pull requests on the Hub. download Download files from the Hub.
What does the huggingface-tool-builder skill do?
Use this skill when the user wants to build tool/scripts or achieve a task where using data from the Hugging Face API would help. This is especially useful when chaining or combining API calls or the task will be repeated/automated. This Skill creates a reusable script to fetch, enrich...
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill huggingface-tool-builder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.