A comprehensive utility for searching, downloading, and exploring datasets from major repositories like Kaggle and Hugging Face via a unified CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dataset-finder
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install dataset-finder using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Dataset Finder is a robust technical tool designed to streamline the data acquisition phase of machine learning and research projects. By consolidating access to Kaggle, Hugging Face, the UCI ML Repository, and Data.gov, it eliminates the need to switch between multiple web interfaces. This skill provides a consistent workflow for researchers to discover high-quality data and integrate it immediately into their development environment.
As a vital part of the Openclaw Skills ecosystem, Dataset Finder goes beyond simple downloads by offering deep data inspection. It allows developers to preview statistics, validate data types, and generate standardized documentation (data cards) automatically. This ensures that every dataset used in a project is well-documented and analyzed before a single line of training code is written.
To use this skill, first ensure you have installed the OpenClawCLI from clawhub.ai. Follow these steps for configuration:
pip install kaggle datasets pandas huggingface-hub requests beautifulsoup4
kaggle.json in ~/.kaggle/ (Linux/Mac) or %USERPROFILE%\.kaggle\ (Windows).huggingface-cli login or set your HF_TOKEN environment variable.python scripts/dataset.py kaggle search "housing prices"
The skill organizes downloaded data and metadata using a structured local taxonomy to ensure compatibility with other Openclaw Skills.
| Attribute | Description |
|---|---|
| Local Path | datasets/{source}/{username}/{dataset-name}/ |
| Data Formats | CSV, JSON, Parquet, Excel, HDF5, Feather |
| Documentation | DATACARD.md containing schema, stats, and license |
| Inventory | A centralized inventory.json tracking all local downloads |
| Metadata | Column types, missing value counts, and memory usage metrics |
Loading
A comprehensive scholarly research integration for searching databases, downloading PDFs, and automating citation management.

A powerful orchestration skill to spawn and manage specialized subordinate agents for parallel task execution.

A powerful management tool for spawning, monitoring, and steering specialized sub-intelligent entities to handle complex workflows.

A security-focused tool that audits Openclaw Skills for vulnerabilities, suspicious API calls, and malicious patterns prior to installation.

A versatile CLI tool for generating high-quality, customizable QR codes for diverse data types in multiple formats.

A comprehensive CLI search utility that empowers AI agents to retrieve web pages, news, images, and videos via the DuckDuckGo API.








































