A robust utility for automatically partitioning image datasets and annotations into training, validation, and testing subsets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dataset-splitter
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-splitter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dataset Splitter is an essential tool designed to automate the data preparation phase of the machine learning lifecycle. It allows developers and data scientists to efficiently organize large volumes of raw images and corresponding metadata into structured directories. By integrating this tool into your workflow via Openclaw Skills, you can ensure that your datasets are perfectly balanced and formatted for various computer vision frameworks.
This skill eliminates the manual effort involved in file management by providing high-level commands for random and stratified splitting. Whether you are working on a small prototype or a production-grade model, this utility ensures your data is partitioned with precision and consistency.
To get started with this tool from Openclaw Skills, first ensure you have the required dependencies installed:
pip install pillow
Basic usage to split a dataset with an 80/10/10 ratio:
python scripts/splitter.py split /path/to/images/ --ratios 80 10 10
The Dataset Splitter organizes files into a clear hierarchy based on the split configuration:
| Component | Description |
|---|---|
/train |
Contains the majority of the data used for model optimization. |
/val |
Contains data used for hyperparameter tuning during training. |
/test |
Contains held-out data for final performance evaluation. |
--yolo flag |
Organizes the output into images/ and labels/ subdirectories for each split. |
--seed flag to generate identical splits across different environments.Loading
A specialized agent for querying traditional Chinese Almanac data, providing daily auspicious and inauspicious guidance.

A metaphysical dressing consultant that calculates the luckiest clothing colors based on the Chinese Earthly Branches and Five Elements of the day.

A sophisticated AI-driven charting tool for Bazi Eight Characters analysis using traditional Chinese metaphysics logic.

A powerful script for batch renaming image datasets and their associated annotation files using flexible numbering and naming patterns.

An automated quality control tool for validating, scoring, and visualizing image annotation accuracy in computer vision datasets.

A high-performance utility for extracting specific objects from image datasets based on standard bounding box annotation formats.








































