Setup & Installation
What This Skill Does
Builds reusable command-line scripts that interact with the Hugging Face API to fetch, filter, and process models, datasets, spaces, and papers. Scripts support chaining and piping for multi-step workflows. Uses the `HF_TOKEN` environment variable for authenticated access. Instead of hand-crafting curl commands each time, you get a tested script with `--help`, proper auth headers, and composable output you can pipe into jq or other tools.
When to use it
- Working with hugging face tool builder functionality
- Implementing hugging face tool builder features
- Debugging hugging face tool builder related issues
