Back to skills

hugging-face-datasets

data

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, wh

Setup & Installation

npx skills add https://github.com/huggingface/hugging-face-datasets --skill hugging-face-datasets
or paste the link and ask your coding assistant to install it
https://github.com/huggingface/hugging-face-datasets
View on GitHub

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