dataset-discovery

Discover and rank ML datasets across HuggingFace, OpenML, GitHub, and papers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/t2ance/dr-claw-plugin --skill dataset-discovery-t2ance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dataset-discovery
Source: https://github.com/t2ance/dr-claw-plugin/tree/main/plugins/ml-frontiers/skills/dataset-discovery
Command: npx skills add https://github.com/t2ance/dr-claw-plugin --skill dataset-discovery-t2ance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

ML practitioners need to find relevant datasets across multiple sources efficiently, saving time and enabling rapid experimentation.

Core Features & Use Cases

  • Multi-source discovery: HuggingFace Hub, OpenML, GitHub, and papers.
  • Ranking and deduplication: returns a ranked, deduplicated list with metadata.
  • Detail and preview workflows: fetch dataset metadata and sample rows for quick inspection.
  • Use Case: Suppose you are building a text classification model and need diverse datasets; Dataset Discovery helps you locate candidates quickly.

Quick Start

Find datasets for image classification across HuggingFace, OpenML, GitHub, and papers.

Frequently Asked Questions about dataset-discovery

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

FAQPage Schema
How do I discover ML datasets across multiple sources like HuggingFace and OpenML?

Discover ML datasets across HuggingFace, OpenML, GitHub, and papers using multi-source search. The workflow aggregates results, deduplicates entries, and ranks datasets by metadata relevance to return a consolidated list.

What is the best way to find datasets for text classification or image classification tasks?

Find datasets for text classification or image classification by specifying your task during the multi-source discovery process. The search targets relevant datasets across modalities like text, image, and tabular data, returning ranked candidates for rapid experimentation.

Can I preview dataset samples and metadata before downloading the full dataset?

Preview dataset samples and metadata using the optional detail and sample pull workflows. You can fetch specific dataset metadata and inspect sample rows directly to determine suitability before downloading.

Do I need to install any dependencies to search for ML datasets across HuggingFace and GitHub?

You need to install the requests dependency to search for ML datasets across HuggingFace and GitHub. The scripts component requires this library to execute multi-source search and fetch dataset metadata over HTTP.

How does cross-source deduplication work when aggregating ML datasets?

Cross-source deduplication works by matching dataset metadata across HuggingFace, OpenML, GitHub, and papers during aggregation. It removes duplicate entries to ensure the final ranked list contains unique datasets for your ML experiments.

What format are the ranked dataset search results output in?

Ranked dataset search results are output in markdown and JSON artifact formats. The markdown provides readable documentation while the JSON artifacts enable programmatic integration of the deduplicated dataset metadata into downstream workflows.