ds-profile

ds-profile is a command for coding agents from realnghon/data-scientist. It costs 27 tokens per session (249 once invoked), scanned A, original, MIT.

A command for inspecting a dataset’s structure, columns, types, sample rows, and data-quality risks without drawing business conclusions.

In plain words
What is it for?
Use it to profile CSV, Excel, and Parquet files, identify possible target, time, ID, group, and result fields, create a data manifest, and list risks or questions about the source.
Why use it?
It gives later analysis a reliable starting point and exposes problems such as missing fields, unclear roles, or unsuitable data before statistical tests are run.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the data-scientist plugin — 1 skill, 4 commands, 1 agent shipped together

Install

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.

agentmods
npx agentmods add commands/realnghon/data-scientist/ds-profile
Clone the repo
git clone --depth 1 https://github.com/realnghon/data-scientist

Or install data-scientist, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 1 agent.

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 ds-profile

README.md
[![agentmods](https://agentmods.dev/badge/commands/realnghon/data-scientist/ds-profile.svg)](https://agentmods.dev/commands/realnghon/data-scientist/ds-profile)
Your own site
<a href="https://agentmods.dev/commands/realnghon/data-scientist/ds-profile"><img src="https://agentmods.dev/badge/commands/realnghon/data-scientist/ds-profile.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 249 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.00249
Opus 5 $0.00014 $0.00125
Sonnet 5 $0.00005 $0.00050
Haiku 4.5 $0.00003 $0.00025

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

Security

Grade A, and why

ds-profile 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 4d 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.

plugins/data-scientist/commands/ds-profile.md · 30 lines

What it actually says

数据集画像

使用 data-scientist 数据摄入流程检查数据集,不做出业务结论。

示例:

  • /ds-profile data.csv
  • /ds-profile sales.xlsx
  • /ds-profile measurements.parquet

执行要求

  1. 识别文件类型、文件大小、工作表/表、列、行数以及样本记录。
  2. 对于支持的本地文件,使用 ${CLAUDE_PLUGIN_ROOT}/skills/analysis-workflow/scripts/profile_dataset.py
  3. 推断候选字段角色:目标变量、时间、实体 ID、分组、过程参数和结果标签。
  4. 标记可能阻碍后续分析的数据质量风险。

预期输出

  • data_manifest
  • data_profile
  • field_role_candidates
  • data_risks
  • 读取数据源所需的任何问题

在本命令中不要运行统计检验或做出结论。

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. 4d ago First seen · 30 lines · 27 tokens per session scan A e88f56373d86

Subscribe to this mod's changes

ds-profile is a command published in the GitHub repository realnghon/data-scientist (2 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 249 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-08-31.

Related

Other commands, from other repositories