Setup & Installation
npx skills add https://github.com/huggingface/skills --skill hugging-face-datasets
https://github.com/huggingface/skills/tree/main/skills/hugging-face-datasets
View on GitHubWhat This Skill Does
Manages datasets on the Hugging Face Hub. Handles repo initialization, configuration, streaming row updates, and SQL-based querying and transformation via DuckDB. Works alongside the HF MCP server, which covers discovery and search.
Instead of downloading entire datasets locally to filter or reshape them, you run SQL directly against the hf:// protocol and push results back to the Hub without intermediate steps.
When to use it
- Querying a public dataset with SQL to extract a filtered subset
- Pushing a transformed dataset slice to a new Hub repo
- Sampling rows from a large dataset before committing to a full download
- Initializing a new dataset repo with a chat or QA template
- Merging splits from the same dataset into a single export file
Similar Skills
minimax-xlsx
Handles Excel and CSV/TSV files through direct XML manipulation rather than library round-trips.
xlsx
Reads, writes, and edits Excel and tabular files (.
meme-rush
Meme Rush tracks meme token launches across Pump.
query-token-info
Queries token data from Binance Web3 APIs across BSC, Base, and Solana.
