portaljs-check-data-quality

portaljs-check-data-quality is a command for Claude Code from datopian/portaljs. It costs 37 tokens per session (312 once invoked), scanned A, original, MIT.

A read-only checker for CSV and TSV files, which are tables stored as plain text. It reviews either a local file or a web address for common data quality problems.

In plain words
What is it for?
Use it to audit one CSV or TSV file, including its row and column counts, identifier duplicates, numeric ranges, dates, and overlapping year fields.
Why use it?
It helps find missing values, duplicate records, inconsistent types, suspicious dates, and other issues before the data is used. It reports the findings and suggests next steps without changing the file.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash scripts/portaljs-check-data-quality.sh "FILE_PATH_OR_URL".

Part of the portaljs plugin — 14 skills, 25 commands shipped together

Good fit Use it to audit one CSV or TSV file, including its row and column counts, identifier duplicates, numeric ranges, dates, and overlapping year fields.

Compare 6 commands from other repositories ↓
About the project

PortalJS is a framework for building data portals that present searchable datasets through a home page, catalog, and dataset showcase. It is for teams that want to choose a data backend, scaffold a Next.js portal, load CSV or JSON data, connect services such as CKAN, and deploy the result. The catalogue entries are agent commands, skills, instructions, and a plugin that guide portal creation and data loading.

datopian/portaljs · 2,349 stars · on GitHub · portaljs.com

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/datopian/portaljs
agentmods
npx agentmods add commands/datopian/portaljs/portaljs-check-data-quality

Made for: Claude Code.

Or install portaljs, the plugin that ships this one along with the rest of its 14 skills, 25 commands.

Wrote 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.

agentmods badge for portaljs-check-data-quality

README.md
[![agentmods](https://agentmods.dev/badge/commands/datopian/portaljs/portaljs-check-data-quality/github.svg)](https://agentmods.dev/commands/datopian/portaljs/portaljs-check-data-quality)
Your own site
<a href="https://agentmods.dev/commands/datopian/portaljs/portaljs-check-data-quality"><img src="https://agentmods.dev/badge/commands/datopian/portaljs/portaljs-check-data-quality/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.

agentmods 80×15 button for portaljs-check-data-quality

Your own site · 80×15
<a href="https://agentmods.dev/commands/datopian/portaljs/portaljs-check-data-quality"><img src="https://agentmods.dev/badge/commands/datopian/portaljs/portaljs-check-data-quality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 312 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.00312
Opus 5 $0.00018 $0.00156
Sonnet 5 $0.00007 $0.00062
Haiku 4.5 $0.00004 $0.00031

Measured 9d ago against content hash f12cdf09cc2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

portaljs-check-data-quality 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 9d 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.

.claude/commands/portaljs-check-data-quality.md · 48 lines

What it actually says

/portaljs-check-data-quality

Run a read-only data quality audit for a specific local file or remote file URL. Requires python3.

Usage

bash scripts/portaljs-check-data-quality.sh "FILE_PATH_OR_URL"

Examples:

bash scripts/portaljs-check-data-quality.sh "./data/trash.csv"
bash scripts/portaljs-check-data-quality.sh "https://example.com/trash.csv"

What it checks

  • row count
  • null and blank values
  • duplicate rows
  • duplicate values for likely identifier columns
  • numeric min/max and negative values
  • likely year/date field quality
  • ambiguous overlapping year columns such as calendar year and fiscal year
  • mixed-type columns based on sampled values

Output

A JSON object with:

  • status: ok, warning, or critical
  • file, file_name, source_type
  • row_count, column_count
  • findings: array of structured issues
  • recommendations: array of suggested next steps
  • column_profiles: per-column summary

Notes

  • Read-only; accepts one CSV or TSV file at a time.
  • Local paths and http/https URLs are supported.
Changes

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.

  1. 9d ago First seen · 48 lines · 37 tokens per session scan A f12cdf09cc2e

Subscribe to this mod's changes

portaljs-check-data-quality is a command published in the GitHub repository datopian/portaljs (2,349 stars, last pushed yesterday), licensed MIT. It adds 37 tokens to every session and 312 once invoked, about $0.0002 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-08-30.