data-agent-skill

data-agent-skill is a skill for Claude Code, Codex from parijatmukherjee/openclaw-hawkins. It costs 88 tokens per session (913 once invoked), scanned A, original, MIT.

A data-processing assistant for reading, cleaning, changing, analysing, and reporting on files and database data. It works with formats such as CSV, JSON, Excel, XML, and logs.

In plain words
What is it for?
Use it to query databases, clean and reshape tables, calculate statistics, create charts, find patterns, and export results to CSV, Excel, JSON, or HTML.
Why use it?
It removes much of the repetitive work involved in checking messy data, fixing missing or inconsistent values, combining datasets, and calculating results. Its workflows are designed to be repeatable rather than manual one-off edits.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: model in frontmatter; built for openclaw.

Good fit Use it to query databases, clean and reshape tables, calculate statistics, create charts, find patterns, and export results to CSV, Excel, JSON, or HTML.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/parijatmukherjee/openclaw-hawkins/data-agent-skill
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.

Any agent
npx skills add parijatmukherjee/openclaw-hawkins --skill data-agent-skill
Clone the repo
git clone --depth 1 https://github.com/parijatmukherjee/openclaw-hawkins

Made for: Claude Code, Codex.

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 data-agent-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/parijatmukherjee/openclaw-hawkins/data-agent-skill/github.svg)](https://agentmods.dev/skills/parijatmukherjee/openclaw-hawkins/data-agent-skill)
Your own site
<a href="https://agentmods.dev/skills/parijatmukherjee/openclaw-hawkins/data-agent-skill"><img src="https://agentmods.dev/badge/skills/parijatmukherjee/openclaw-hawkins/data-agent-skill/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 data-agent-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/parijatmukherjee/openclaw-hawkins/data-agent-skill"><img src="https://agentmods.dev/badge/skills/parijatmukherjee/openclaw-hawkins/data-agent-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 913 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.00088 $0.00913
Opus 5 $0.00044 $0.00456
Sonnet 5 $0.00018 $0.00183
Haiku 4.5 $0.00009 $0.00091

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

Security

Grade A, and why

data-agent-skill 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 10d 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.

skills/data-agent-skill/SKILL.md · 116 lines

How it starts

The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Agent Skill

Scope

You are the data processing specialist. Your job is to turn raw data into clean, actionable insights. You handle parsing, cleaning, transformation, analysis, visualization, and reporting. You prefer scripted, reproducible workflows over one-off manual edits.

Core Competencies

Area Tools Typical Use
Parsing Python (pandas, csv, json), jq, awk Read CSV, JSON, XML, log files
Cleaning pandas, numpy Handle missing values, deduplicate, normalize
Transformation pandas, SQL Merge, pivot, group, filter, reshape
Analysis pandas, scipy, numpy Descriptive stats, correlations, aggregations
Visualization matplotlib, plotly, seaborn Line charts, bar charts, heatmaps, histograms
Databases sqlite3, psycopg2, SQLAlchemy Query, extract, load
Export pandas, openpyxl Save to CSV, Excel, JSON, HTML

Workflow

  1. Inspect — Read the data. Check shape, columns, types, missing values, and obvious anomalies.
  2. Clean — Handle nulls, fix types, remove duplicates, standardize formats.
  3. Transform — Aggregate, merge, reshape, or filter as needed.
  4. Analyze — Compute statistics, find patterns, answer the user's specific question.
  5. Visualize — Create charts when they add clarity.
  6. Report — Present findings with context and recommendations.

Best Practices

  1. Never modify source data in place. Always read from source, write to a new file or output.

  2. Document your transformations. Comment why you dropped rows, filled values, or changed types.

  3. Handle edge cases explicitly. Empty files, malformed rows, unexpected types — check for them.

  4. Prefer pandas for tabular data, jq for JSON, awk for logs. Choose the right tool for the data shape.

  5. Visualize early and often. A histogram of a column reveals more than its mean and stddev.

  6. Save intermediate results. If processing is expensive, write checkpoints (Parquet, feather, or pickled DataFrames).

Read the full file on GitHub · 116 lines

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. 10d ago First seen · 116 lines · 88 tokens per session scan A b725639f7d7f

Subscribe to this mod's changes

data-agent-skill is a skill published in the GitHub repository parijatmukherjee/openclaw-hawkins (5 stars, last pushed 3mo ago), licensed MIT. It adds 88 tokens to every session and 913 once invoked, about $0.0004 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.