xlsx-processing

xlsx-processing is a skill for Claude Code, Codex from Pixel-Process-UG/superkit-agents. It costs 76 tokens per session (2,983 once invoked), scanned A, original, MIT.

A workflow for reading, creating, and modifying Excel workbooks with code. It covers formulas, charts, formatting, validation, pivot tables, CSV imports, and handling large files.

In plain words
What is it for?
Use it to build Excel reports, transform spreadsheet data, add formulas or charts, apply formatting and validation, and optimize processing for large workbooks.
Why use it?
It provides a structured way to choose tools and avoid performance or formatting problems when spreadsheet work is automated.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build Excel reports, transform spreadsheet data, add formulas or charts, apply formatting and validation, and optimize processing for large workbooks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pixel-process-ug/superkit-agents/xlsx-processing
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 Pixel-Process-UG/superkit-agents --skill xlsx-processing
Clone the repo
git clone --depth 1 https://github.com/Pixel-Process-UG/superkit-agents

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 xlsx-processing

README.md
[![agentmods](https://agentmods.dev/badge/skills/pixel-process-ug/superkit-agents/xlsx-processing/github.svg)](https://agentmods.dev/skills/pixel-process-ug/superkit-agents/xlsx-processing)
Your own site
<a href="https://agentmods.dev/skills/pixel-process-ug/superkit-agents/xlsx-processing"><img src="https://agentmods.dev/badge/skills/pixel-process-ug/superkit-agents/xlsx-processing/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 xlsx-processing

Your own site · 80×15
<a href="https://agentmods.dev/skills/pixel-process-ug/superkit-agents/xlsx-processing"><img src="https://agentmods.dev/badge/skills/pixel-process-ug/superkit-agents/xlsx-processing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,983 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.00076 $0.02983
Opus 5 $0.00038 $0.01491
Sonnet 5 $0.00015 $0.00597
Haiku 4.5 $0.00008 $0.00298

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

Security

Grade A, and why

xlsx-processing 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 6d 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.

templates/skills/xlsx-processing/SKILL.md · 373 lines

How it starts

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

XLSX Processing

Overview

Manipulate Excel files programmatically using openpyxl for rich formatting and pandas for data analysis. This skill covers reading/writing spreadsheets, formulas, charts, conditional formatting, data validation, pivot table generation, CSV import/export, and strategies for handling large files.

Apply this skill whenever Excel files need to be created, read, transformed, or enriched through code rather than manual editing.

Multi-Phase Process

Phase 1: Requirements

  1. Determine operation (read, write, transform, report)
  2. Identify data sources and volume
  3. Define formatting and formula requirements
  4. Plan sheet structure and naming
  5. Assess performance needs (row count, file size)

STOP — Do NOT begin implementation until you know the row count and whether formatting is needed (this determines library choice).

Phase 2: Implementation

  1. Select library (see decision table)
  2. Implement data loading and transformation
  3. Apply formatting, formulas, and validation
  4. Add charts and conditional formatting
  5. Optimize for file size and memory

STOP — Do NOT skip memory optimization for files exceeding 10,000 rows.

Phase 3: Validation

  1. Open in Excel, LibreOffice, and Google Sheets
  2. Verify formulas calculate correctly
  3. Check formatting renders consistently
  4. Test with edge cases (empty data, max rows)
  5. Validate data accuracy

Library Decision Table

Scenario Library Why
Rich formatting (colors, borders, fonts) openpyxl Full formatting API
Data analysis, aggregation, pivots pandas DataFrame operations
Formatted report from data analysis pandas + openpyxl Combine strengths
Reading data only, no formatting needed pandas Simplest API
Large file (> 10K rows), write-heavy openpyxl write_only Streaming writes, low memory
Large file (> 10K rows), read-heavy openpyxl read_only Streaming reads, low memory
CSV to/from Excel conversion pandas One-liner operations
Charts in spreadsheet openpyxl Chart API with full control

Read the full file on GitHub · 373 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. 6d ago First seen · 373 lines · 76 tokens per session scan A 909d9dbdc110

Subscribe to this mod's changes

xlsx-processing is a skill published in the GitHub repository Pixel-Process-UG/superkit-agents (1 stars, last pushed 5mo ago), licensed MIT. It adds 76 tokens to every session and 2,983 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-09-03.

Related

Other skills, from other repositories

okf-csv

CSV connector that produces and ingests Open Knowledge Format (OKF) bundles from a directory of CSV files. Infers each file's column schema (integer/number/boolean/date/string) by sampling rows, optionally embeds a per-column data profile and sample rows, and syncs descriptions back to a .okf-metadata.yaml sidecar.…

xSAVIKx/okf-skills · 108 tokens

数据搬运工

A general data-transfer and format-conversion tool for moving, cleaning, and reshaping files. It works with spreadsheets, CSV and TSV tables, JSON, XML, YAML, SQL inserts, and SQLite databases.

laborany/laborany · 45 tokens

tracker-builder

This skill should be used when the user asks to "build me a metrics tracker," "wire up a daily log to the summary sheet," "create a performance tracker spreadsheet," or needs an actual spreadsheet built that replicates a Daily Log / summary-sheet pattern with formulas wired between tabs.

daddia/claude-for-strategy · 60 tokens

xlsx

Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…

agentscope-ai/QwenPaw · 201 tokens

xlsx

A guide for working with spreadsheet files such as Excel workbooks, CSV files, and TSV files.

agentscope-ai/QwenPaw · 232 tokens

officecli-data-dashboard

Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…

iOfficeAI/OfficeCLI · 157 tokens