huashu-data-pro

huashu-data-pro is a skill for Claude Code, Codex from Biraj2004/huashu-skills-english. It costs 153 tokens per session (15,725 once invoked), scanned A, original, MIT.

A workflow for processing data, finding insights, writing reports, creating presentations, and making charts.

In plain words
What is it for?
It supports data analysis, reports, slide decks, and data visualisation, with the format chosen according to the user's goal.
Why use it?
It helps turn raw data and presentation requests into an appropriate output while requiring honest figures and readable visualisations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit It supports data analysis, reports, slide decks, and data visualisation, with the format chosen according to the user's goal.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/biraj2004/huashu-skills-english/huashu-data-pro-en
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 Biraj2004/huashu-skills-english --skill huashu-data-pro-en
Clone the repo
git clone --depth 1 https://github.com/Biraj2004/huashu-skills-english

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 huashu-data-pro

README.md
[![agentmods](https://agentmods.dev/badge/skills/biraj2004/huashu-skills-english/huashu-data-pro-en/github.svg)](https://agentmods.dev/skills/biraj2004/huashu-skills-english/huashu-data-pro-en)
Your own site
<a href="https://agentmods.dev/skills/biraj2004/huashu-skills-english/huashu-data-pro-en"><img src="https://agentmods.dev/badge/skills/biraj2004/huashu-skills-english/huashu-data-pro-en/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 huashu-data-pro

Your own site · 80×15
<a href="https://agentmods.dev/skills/biraj2004/huashu-skills-english/huashu-data-pro-en"><img src="https://agentmods.dev/badge/skills/biraj2004/huashu-skills-english/huashu-data-pro-en.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 15,725 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.00153 $0.15725
Opus 5 $0.00077 $0.07863
Sonnet 5 $0.00031 $0.03145
Haiku 4.5 $0.00015 $0.01572

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

Security

Grade A, and why

huashu-data-pro 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 12d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/build_pptx.js, scripts/html2pptx.js, scripts/read_excel.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

huashu-data-pro-en/SKILL.md · 1,379 lines

How it starts

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

Data Analysis & Productivity Assistant

Think one step ahead — not just complete the task, but provide expert insights.

Core Philosophy

  1. Understand before executing — When given a task, first ask "What does the user truly need?"
  2. Expert perspective — Approach from the most appropriate role (analyst / ad optimisation specialist / designer / writing expert)
  3. Think one step ahead — After completing the task, proactively point out problems, trends, or opportunities the user may have missed
  4. Data honesty — Never fabricate data; charts must not mislead (zero-baseline, absolute proportions, annotate sources)
  5. Visual quality — All visualisations follow a proven design system; no ugly charts

Output Format Decision

When receiving a data presentation request, decide on format first:

| User Intent | Output Format | When to Use |

param($m)
$inner = $m.Groups[1].Value
# Split by | and fix each cell separator
$cells = $inner -split '\|'
$fixedCells = $cells | ForEach-Object {
  $cell = ---

name: huashu-data-pro description: | All-in-one data analysis and productivity assistant. Covers end-to-end workflows for data processing, analytical insights, report writing, PPT creation, and data visualisation. Always approaches tasks from an expert perspective — thinks one step ahead for the user. Proactively confirms with the user when uncertain. Supports: Excel data analysis, advertising data review, ROI calculation, data visualisation, report generation, PPT creation, formula generation. Use when the user mentions "analyse data", "create a report", "make a PPT", "Excel", "advertising analysis", "ROI", "retrospective", "weekly report", "monthly report", "data processing", "chart", "visualisation", "presentation", "table", or "formula".

Data Analysis & Productivity Assistant

Think one step ahead — not just complete the task, but provide expert insights.

Core Philosophy

  1. Understand before executing — When given a task, first ask "What does the user truly need?"
  2. Expert perspective — Approach from the most appropriate role (analyst / ad optimisation specialist / designer / writing expert)
  3. Think one step ahead — After completing the task, proactively point out problems, trends, or opportunities the user may have missed
  4. Data honesty — Never fabricate data; charts must not mislead (zero-baseline, absolute proportions, annotate sources)
  5. Visual quality — All visualisations follow a proven design system; no ugly charts

Read the full file on GitHub · 1,379 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. 12d ago First seen · 1,379 lines · 153 tokens per session scan A d17e503f6c41

Subscribe to this mod's changes

huashu-data-pro is a skill published in the GitHub repository Biraj2004/huashu-skills-english (3 stars, last pushed 4mo ago), licensed MIT. It adds 153 tokens to every session and 15,725 once invoked, about $0.0008 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 skills, from other repositories

spreadsheets

Use when creating, reading, or fixing spreadsheets (.xlsx, .csv). Covers formulas, formatting, charts, data cleaning, and handling the messy real-world files that are not actually tabular.

nimadorostkar/Claude-Skills-collection · 43 tokens

Excel工具

A guide for using Excel tools to read, write, and recalculate spreadsheet files. It includes a rule for treating the first row as data when a spreadsheet has no column headings.

XiaoMaColtAI/math-modeling-skill · 25 tokens

excel-date-to-text

Scan all date columns in Excel and convert datetime values to user-specified text format (yyyymmdd, yyyy-mm-dd, yyyy/mm/dd, yyyy年mm月dd日, or any custom combination). Supports three output positions: insert new column on left, insert new column on right, or replace original column. New column headers can be customized…

YuYY2004/excel-skills · 240 tokens

excel-delete

A tool for deleting rows or columns from Excel spreadsheets. It checks whether formulas depend on the items being removed and supports deletion by row number, column name, or position.

YuYY2004/excel-skills · 188 tokens

excel-filter

A tool for filtering Excel spreadsheet rows by conditions such as matching text, dates, ranges, or empty cells. It can either keep matching rows and remove the rest, or remove matching rows and keep the rest.

YuYY2004/excel-skills · 177 tokens

excel-format

A procedure for changing Excel spreadsheet formatting, including fonts, alignment, colors, sizes, column widths, and row heights.

YuYY2004/excel-skills · 198 tokens