Setup & Installation
What 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
- Working with hugging face datasets functionality
- Implementing hugging face datasets features
- Debugging hugging face datasets related issues
