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 agentmods add skills/saski/arnesto/data-autocleaningnpx skills add saski/arnesto --skill data-autocleaninggit clone --depth 1 https://github.com/saski/arnestoWrote 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/saski/arnesto/data-autocleaning)<a href="https://agentmods.dev/skills/saski/arnesto/data-autocleaning"><img src="https://agentmods.dev/badge/skills/saski/arnesto/data-autocleaning.svg" alt="Measured on agentmods" height="20"></a>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.00053 | $0.02788 |
| Opus 5 | $0.00026 | $0.01394 |
| Sonnet 5 | $0.00011 | $0.00558 |
| Haiku 4.5 | $0.00005 | $0.00279 |
Grade A, and why
data-autocleaning 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.
This is a copy
100% identical to data-autocleaning — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Data Autocleaning Skill
Automated data profiling, quality assessment, and transformation for data sourced from BigQuery or Google Cloud Storage (GCS).
When to Use
[!IMPORTANT]
You MUST use this skill for ANY task where the source is BigQuery or GCS — including seemingly simple operations like "move data" or "copy table".
- Apply to all operations on new and existing sources: copying, moving, appending, ingesting, or extracting data.
- Apply to the source node specifically, not to subsequent pipeline steps.
- Never skip Dataplex profiling (Steps 1 and 3). Always use Dataplex — not ad-hoc BigQuery profiling.
Task Execution Workflow
Step 1: Preliminary Checks (Before Implementation Planning)
Perform these checks before generating the implementation_plan.md.
-
Check Eligibility — You MUST confirm the source is a BigQuery table or GCS source.
-
Gather Data Profile via Dataplex:
-
GCS sources: For GCS sources, you MUST create an external table first before running the dataplex scan.
-
Wait for results: You MUST NOT proceed until the Dataplex profile is available, unless user scan approval was denied.
-
Use the profile as input for cleansing and schema mapping decisions. The transformations MUST NOT be finalized before profile information is available (unless scan was denied).
-
Commands:
- Obtain user approval: Present the
scripts/dataplex_scanner.pyscan command to the user and obtain explicit approval before executing it. Use the following template to present the command:- Command:
python3 scripts/dataplex_scanner.py ...(Fetch full arguments from step 6 below) - Summary: The script automates Dataplex data profiling. It checks table sizes, applies dynamic sampling for large tables (>1M rows) to reduce costs, skips empty tables, executes concurrent scans for multiple tables, and polls for results automatically.
- Value Add: Enables deep data analysis (null rates, distinct values, distributions) allowing data-driven cleansing decisions. It helps identify hidden anomalies (garbage values, format variance) to guide accurate transformations and verifies that the cleaning logic resolves them without introducing regressions.
- Scope: The approval obtained here covers all executions of this scanner script for this task (including verification steps).
- Command:
- Run the
scripts/dataplex_scanner.pyscript located in the same directory as thisSKILL.mdfile. This script handles concurrent scan creation, dynamic sampling for large tables, and polling for results. Use --help to learn more. - The script will save the full results as JSON files in the specified output directory.
- [!IMPORTANT] The location MUST be a specific Google Cloud region
like
us-central1; multi-regions likeusare not supported in Dataplex scan. - If there are multiple tables to scan, provide them all in the
--tablesargument to run them concurrently. - Use the following command template:
- Obtain user approval: Present the
-
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 271 lines · 53 tokens per session scan A 2d4339a69968
data-autocleaning is a skill published in the GitHub repository saski/arnesto (5 stars, last pushed 9d ago), licensed Unlicense. It adds 53 tokens to every session and 2,788 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to data-autocleaning, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
fs-creative-voltage
OpenDesign's seed pitch: the open, local alternative to closed AI design — why now, the wedge, and the ask. Built as a decision-grade fundraising pitch deck for pre-seed & seed VCs.
fs-notebook-tabs
A computer-science capstone: an on-device ML keyboard that predicts next words privately — problem, method, evaluation, and defense answers. Built as a decision-grade coursework defense deck for professor, defense committee.
aiq-research
Use when asked to run deep research or AI-Q research through a reachable NVIDIA AI-Q Blueprint backend.
amc-run-rtsp-calibration
Calibrate a new dataset from live RTSP camera streams via the AutoMagicCalib REST API. Use when the user provides RTSP URLs or asks to calibrate live cameras; VIOS records clips, AMC ingests them, then runs calibration.
cupynumeric-migration-readiness
Pre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment…
cupynumeric-parallel-data-load
Load a sharded, on-disk dataset (sharded .npy, Parquet/Arrow, raw binary, sharded HDF5, custom layouts) into a distributed cuPyNumeric ndarray via a manual partition + leaf @task launch with CPU/OMP/GPU variants. Use when no single-call loader fits, including when per-shard row counts differ across files. Prefer…