hugging-face-datasets

Create, configure, and manage Hugging Face datasets via SQL queries and Hub operations.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/BlackRoad-OS-Inc/blackroad-operator --skill hugging-face-datasets-blackroad-os-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-datasets
Source: https://github.com/BlackRoad-OS-Inc/blackroad-operator/tree/main/agents/skills/skills/hugging-face-datasets
Command: npx skills add https://github.com/BlackRoad-OS-Inc/blackroad-operator --skill hugging-face-datasets-blackroad-os-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires duckdb, huggingface_hub, datasets, pandas, and includes scripts (resource) components.

What problem does it solve?

The Hugging Face Datasets skill enables programmatic creation, configuration, content editing, and SQL-based manipulation of datasets on the Hugging Face Hub, accelerating data science workflows.

Core Features & Use Cases

  • Initialize dataset repos with proper structure and metadata
  • Edit dataset content and configuration, including system prompts and metadata
  • Perform SQL-based queries, transformations, and exports using DuckDB on top of hf:// paths, and push results to HF Hub
  • Integrate with HF MCP Server for end-to-end dataset workflows and model context management

Quick Start

Initialize a new dataset in HF Hub and configure it with a system prompt to begin managing content.

Frequently Asked Questions about hugging-face-datasets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Hugging Face datasets using SQL?

You can query Hugging Face datasets using SQL by leveraging DuckDB on top of hf:// paths. This allows you to perform SQL-based queries and transformations directly on your dataset content.

What is the best way to manage dataset initialization and configuration on the Hugging Face Hub?

The best way to initialize and configure Hugging Face datasets is by programmatically creating repository structures and editing metadata. This accelerates data science workflows with proper system prompts.

Can I use DuckDB to transform and export Hugging Face datasets?

Yes, you can use DuckDB to perform SQL-based transformations on Hugging Face datasets. The workflow supports multi-format exports and allows you to push the results directly to the HF Hub.

Does the Hugging Face dataset workflow support streaming updates and validation?

The Hugging Face dataset workflow supports streaming updates and push-to-hub operations with robust validation. It integrates with the HF MCP server for end-to-end model context management.

Do I need pandas to manipulate Hugging Face datasets?

Pandas is included as a dependency for dataset manipulation. You can use it alongside DuckDB and the Hugging Face Hub libraries to manage content and perform data transformations.

How do I edit content and metadata in an existing Hugging Face dataset?

You can edit Hugging Face dataset content and configuration programmatically. This includes modifying system prompts and metadata to maintain dataset quality across AI/ML workflows.