Technical & DevelopmentIntermediate
hugging-face-dataset-viewer
Browse and query HF datasets with the Dataset Viewer API
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/huggingface/skills --skill hugging-face-dataset-viewernpx skills add https://github.com/huggingface/skills --skill hugging-face-dataset-viewerOr paste this URL into your assistant to install:
Overview
What This Skill Does
Read-only API client for the Hugging Face Dataset Viewer. Fetches dataset splits, paginates rows, runs text search and filter queries, retrieves parquet shard URLs, and reads size and column statistics. Also supports SQL querying over parquet files and uploading datasets to the Hub.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
hugging-face-dataset-viewer
Read-only API client for the Hugging Face Dataset Viewer. Fetches dataset splits, paginates rows, runs text search and filter queries, retrieves parquet shard URLs, and reads size and column statistics. Also supports SQL querying over parquet files and uploading datasets to the Hub.
Usage
npx skills add https://github.com/huggingface/skills/tree/main/skills/hugging-face-dataset-viewer --skill hugging-face-dataset-viewer
Lines 1 - 9 of 9
Recommendations