Hugging Face Dataset Viewer When to Use Use this skill when you need read-only exploration of a Hugging Face dataset through the Dataset Viewer API. Use this skill to execute read-only Dataset Viewer API calls for dataset exploration and extraction. Core workflow 1. Optionally validate dataset availability with . 2. Resolve + with . 3. Preview with . 4. Paginate content with using and (max 100). 5. Use for text matching and for row predicates. 6. Retrieve parquet links via and totals/metadata via and . Defaults - Base URL: - Default API method: - Query params should be URL-encoded. - is 0-bas…