Datasets
/install datasets
Datasets
A data processing toolkit for ingesting, transforming, querying, and managing dataset entries from the command line. All operations are logged with timestamps and stored locally.
Commands
Data Operations
Each data command works in two modes: run without arguments to view recent entries, or pass input to record a new entry.
| Command | Description |
|---|---|
datasets ingest \x3Cinput> |
Ingest data — record a new ingest entry or view recent ones |
datasets transform \x3Cinput> |
Transform data — record a transformation or view recent ones |
datasets query \x3Cinput> |
Query data — record a query or view recent ones |
datasets filter \x3Cinput> |
Filter data — record a filter operation or view recent ones |
datasets aggregate \x3Cinput> |
Aggregate data — record an aggregation or view recent ones |
datasets visualize \x3Cinput> |
Visualize data — record a visualization or view recent ones |
datasets export \x3Cinput> |
Export data — record an export entry or view recent ones |
datasets sample \x3Cinput> |
Sample data — record a sample or view recent ones |
datasets schema \x3Cinput> |
Schema management — record a schema entry or view recent ones |
datasets validate \x3Cinput> |
Validate data — record a validation or view recent ones |
datasets pipeline \x3Cinput> |
Pipeline management — record a pipeline step or view recent ones |
datasets profile \x3Cinput> |
Profile data — record a profile or view recent ones |
Utility Commands
| Command | Description |
|---|---|
datasets stats |
Show summary statistics — entry counts per category, total entries, disk usage |
datasets export \x3Cfmt> |
Export all data to a file (formats: json, csv, txt) |
datasets search \x3Cterm> |
Search all log files for a term (case-insensitive) |
datasets recent |
Show last 20 entries from activity history |
datasets status |
Health check — version, data directory, entry count, disk usage, last activity |
datasets help |
Show available commands |
datasets version |
Show version (v2.0.0) |
Data Storage
All data is stored locally at ~/.local/share/datasets/:
- Each data command writes to its own log file (e.g.,
ingest.log,transform.log) - Entries are stored as
timestamp|valuepairs (pipe-delimited) - All actions are tracked in
history.logwith timestamps - Export generates files in the data directory (
export.json,export.csv, orexport.txt)
Requirements
- Bash (with
set -euo pipefail) - Standard Unix utilities:
date,wc,du,grep,tail,cat,sed - No external dependencies or API keys required
When to Use
- To log and track data processing operations (ingest, transform, query, etc.)
- To maintain a searchable history of data pipeline activities
- To export accumulated records in JSON, CSV, or plain text format
- As part of larger automation or data-pipeline workflows
- When you need a lightweight, local-only dataset operation tracker
Examples
# Record a new ingest entry
datasets ingest "loaded training_data.csv 10000 rows"
# View recent transform entries
datasets transform
# Record a query
datasets query "filter by date > 2026-01-01"
# Search across all logs
datasets search "training"
# Export everything as JSON
datasets export json
# Check overall statistics
datasets stats
# View recent activity
datasets recent
# Health check
datasets status
Powered by BytesAgain | bytesagain.com | [email protected] 💬 Feedback & Feature Requests: https://bytesagain.com/feedback
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install datasets - After installation, invoke the skill by name or use
/datasets - Provide required inputs per the skill's parameter spec and get structured output
What is Datasets?
Browse and load ready-to-use AI/ML datasets with fast manipulation. Use when searching datasets, loading training data, transforming formats. It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.
How do I install Datasets?
Run "/install datasets" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Datasets free?
Yes, Datasets is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Datasets support?
Datasets is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Datasets?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.