Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add eddiebelaval/squire --skill dataset-curatorgit clone --depth 1 https://github.com/eddiebelaval/squireWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/eddiebelaval/squire/dataset-curator)<a href="https://agentmods.dev/skills/eddiebelaval/squire/dataset-curator"><img src="https://agentmods.dev/badge/skills/eddiebelaval/squire/dataset-curator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/eddiebelaval/squire/dataset-curator"><img src="https://agentmods.dev/badge/skills/eddiebelaval/squire/dataset-curator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00015 | $0.01685 |
| Opus 5 | $0.00008 | $0.00843 |
| Sonnet 5 | $0.00003 | $0.00337 |
| Haiku 4.5 | $0.00002 | $0.00169 |
Grade A, and why
Dataset Curator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 229 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dataset Curator
The Dataset Curator skill guides you through the critical process of preparing high-quality training data for machine learning models. Data quality is the single most important factor in model performance, yet it is often underinvested. This skill helps you systematically clean, validate, augment, and maintain datasets that lead to better models.
From initial collection to ongoing maintenance, this skill covers deduplication, label quality assessment, bias detection, augmentation strategies, and version control. It applies best practices from production ML systems to ensure your datasets are not just clean, but strategically optimized for your learning objectives.
Whether you are building a classifier, fine-tuning an LLM, or training a custom model, this skill ensures your data foundation is solid.
Core Workflows
Workflow 1: Assess Dataset Quality
- Profile the dataset:
- Size and dimensionality
- Label distribution and balance
- Missing value patterns
- Feature statistics
- Identify quality issues:
- Duplicates (exact and near-duplicate)
- Mislabeled examples
- Outliers and anomalies
- Data leakage
- Bias and representation gaps
- Measure quality metrics:
def assess_quality(dataset): return { "size": len(dataset), "duplicate_rate": find_duplicates(dataset).ratio, "missing_rate": dataset.isnull().mean(), "label_balance": compute_entropy(dataset.labels), "outlier_rate": detect_outliers(dataset).ratio, "estimated_label_noise": estimate_label_noise(dataset) } - Prioritize issues by impact
- Create remediation plan
Workflow 2: Clean and Prepare Data
- Remove duplicates:
- Exact duplicates: hash-based dedup
- Near-duplicates: similarity-based clustering
- Decide: keep first, best, or merge
- Handle missing values:
- Understand missingness mechanism (MCAR, MAR, MNAR)
- Impute, drop, or flag appropriately
- Fix label quality:
- Identify likely mislabels with confidence scoring
- Route to human review or automatic correction
- Document labeling guidelines
- Normalize and standardize:
- Consistent formatting
- Schema validation
- Encoding standardization
- Validate cleaned dataset
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 229 lines · 15 tokens per session scan A 358f66283064
Dataset Curator is a skill published in the GitHub repository eddiebelaval/squire (21 stars, last pushed 24d ago), licensed MIT. It adds 15 tokens to every session and 1,685 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
Dataset Curator
Curate and clean training datasets for high-quality machine learning.
dataset-curator
Use this skill when designing, cleaning, deduplicating, or documenting datasets for model training and evaluation including schema design, class imbalance handling, and train/val/test splits. Not for running model training or hyperparameter tuning. Not for real-time data pipeline engineering.
flow-nexus-neural
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus.
flow-nexus-neural
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus.
ai-content-filter
Professional Ai Content Filter Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
ai-engineer
Professional Ai Engineer skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.