hugging-face-dataset-viewer

Use this skill for Hugging Face Dataset Viewer API workflows that fetch subset/split metadata, paginate rows, search text, apply filters, download parquet URLs, and read size or statistics.

Content Preview
---
name: hugging-face-dataset-viewer
description: Use this skill for Hugging Face Dataset Viewer API workflows that fetch subset/split metadata, paginate rows, search text, apply filters, download parquet URLs, and read size or statistics.
risk: unknown
source: community
---

# Hugging Face Dataset Viewer

Use this skill to execute read-only Dataset Viewer API calls for dataset exploration and extraction.

## Core workflow

1. Optionally validate dataset availability with `/is-valid`.
2. Resolv
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/hugging-face-dataset-viewer.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/hugging-face-dataset-viewer/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/hugging-face-dataset-viewer/SKILL.md

Related Skills