hugging-face-dataset-viewer

Retrieve metadata, paginate rows, and download Parquet URLs from Hugging Face datasets.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/brivaro/brivaro-ai-wizard --skill hugging-face-dataset-viewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugging-face-dataset-viewer
Source: https://github.com/brivaro/brivaro-ai-wizard/tree/main/skills/hugging-face-dataset-viewer
Command: npx skills add https://github.com/brivaro/brivaro-ai-wizard --skill hugging-face-dataset-viewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the exploration and extraction of data from Hugging Face datasets, allowing users to quickly understand and retrieve information without complex setup.

Core Features & Use Cases

  • Metadata Fetching: Retrieve dataset subset and split information.
  • Data Pagination & Filtering: Browse rows, search for specific text, and apply filters to narrow down results.
  • Data Download: Obtain direct URLs for Parquet files for further analysis.
  • Use Case: Quickly check the size and statistics of a dataset split, preview the first few rows, and then download specific data shards for local analysis using SQL queries.

Quick Start

Use the hugging-face-dataset-viewer skill to list the available splits for the 'stanfordnlp/imdb' dataset.

Frequently Asked Questions about hugging-face-dataset-viewer

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

FAQPage Schema
How do I explore Hugging Face datasets and preview rows without downloading the entire repository?

To explore Hugging Face datasets, you can use this Skill to fetch metadata, paginate through rows, and apply text search filters to preview content directly, avoiding the need to download the entire repository upfront.

How can I get direct URLs to download Parquet files from Hugging Face datasets for local analysis?

You can retrieve direct Parquet file URLs from Hugging Face datasets using this Skill's data download feature, enabling you to fetch specific data shards for local analysis and SQL querying with tools like parquetlens.

Can I filter and search for specific text within Hugging Face dataset splits?

Yes, you can filter and search for specific text within Hugging Face dataset splits. The Skill provides data pagination and filtering features to narrow down results and browse rows matching your search criteria.

Does the Hugging Face dataset viewer support retrieving subset and split statistics?

Yes, the Hugging Face dataset viewer supports retrieving subset and split information. You can quickly check the size and statistics of a dataset split, alongside fetching general metadata for analysis.

What is the best way to run SQL queries on Hugging Face Parquet dataset shards?

The best way to run SQL queries on Hugging Face Parquet dataset shards is to extract their direct URLs using this Skill, then integrate with parquetlens to perform local SQL querying on the downloaded data.