huggingface-datasets

Fetch and paginate Hugging Face dataset metadata, splits, previews, and parquet links.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/domattioli/DomI --skill huggingface-datasets-domattioli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: huggingface-datasets
Source: https://github.com/domattioli/DomI/tree/main/plugins/huggingface-skills/skills/huggingface-datasets
Command: npx skills add https://github.com/domattioli/DomI --skill huggingface-datasets-domattioli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill simplifies exploration and retrieval of dataset metadata from Hugging Face, enabling fast discovery, previews, and targeted extraction.

Core Features & Use Cases

  • Resolve dataset availability and splits, list previews, and paginate rows for interactive exploration.
  • Perform text search and predicate filtering to quickly locate relevant data subsets.
  • Retrieve parquet links and size/statistics to drive analysis and reporting for data science workflows.

Quick Start

Query datasets with optional filters, paginate results, and retrieve parquet links for exploration.

Frequently Asked Questions about huggingface-datasets

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

FAQPage Schema
How do I fetch dataset metadata from the Hugging Face Dataset Viewer?

Fetch dataset metadata from the Hugging Face Dataset Viewer by configuring a base URL and specifying dataset, config, and split parameters. The Skill operates read-only to return availability, previews, and statistics.

Can I search and filter Hugging Face datasets for specific rows?

Yes, you can search and filter Hugging Face datasets using text search and predicate filtering. This allows you to quickly locate relevant data subsets and paginate rows for interactive exploratory analysis.

How do I get parquet links for Hugging Face datasets?

Retrieve parquet links for Hugging Face datasets by querying the Dataset Viewer through this Skill. It returns direct parquet links alongside dataset size and statistics to drive data science workflows.

What is the best way to preview Hugging Face dataset splits before downloading?

The best way to preview Hugging Face dataset splits is to resolve dataset availability and list previews using this Skill. It provides paginated row retrieval for interactive exploration without requiring a full download.

Does this Hugging Face dataset retrieval operate safely in read-only mode?

Yes, Hugging Face dataset retrieval operates safely in read-only mode. The Skill handles dataset availability, splits, and parquet link retrieval strictly through safe, read-only operations without modifying the source data.

How do I handle pagination when exploring large Hugging Face datasets?

Handle pagination when exploring large Hugging Face datasets by using the Skill's built-in row pagination features. It fetches and paginates dataset metadata from the Dataset Viewer to support interactive, batched exploration.