xlsx

xlsx is a skill for Claude Code, Codex from IceWhaleTech/ZimaOS-Blue. It costs 26 tokens per session (612 once invoked), scanned A, original, MIT.

A spreadsheet skill for working directly with .xlsx files, the standard file format used by Microsoft Excel and similar tools. It supports creating workbooks, changing sheets and cells, adding rows, comparing files, and analyzing workbook structure.

In plain words
What is it for?
Use it to create reports, update cells or rows, add worksheet tabs, compare a current workbook with a baseline, and validate spreadsheet contents.
Why use it?
It keeps spreadsheet work in the workbook itself instead of treating it as plain text. This helps preserve and check sheets, rows, cells, and other spreadsheet structure.

Skill for Claude CodeCodex

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

Good fit Use it to create reports, update cells or rows, add worksheet tabs, compare a current workbook with a baseline, and validate spreadsheet contents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/icewhaletech/zimaos-blue/xlsx
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 IceWhaleTech/ZimaOS-Blue --skill xlsx
Clone the repo
git clone --depth 1 https://github.com/IceWhaleTech/ZimaOS-Blue

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/icewhaletech/zimaos-blue/xlsx/github.svg)](https://agentmods.dev/skills/icewhaletech/zimaos-blue/xlsx)
Your own site
<a href="https://agentmods.dev/skills/icewhaletech/zimaos-blue/xlsx"><img src="https://agentmods.dev/badge/skills/icewhaletech/zimaos-blue/xlsx/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/icewhaletech/zimaos-blue/xlsx"><img src="https://agentmods.dev/badge/skills/icewhaletech/zimaos-blue/xlsx.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 612 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.00026 $0.00612
Opus 5 $0.00013 $0.00306
Sonnet 5 $0.00005 $0.00122
Haiku 4.5 $0.00003 $0.00061

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

Security

Grade A, and why

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

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.

assets/skills/xlsx/SKILL.md · 52 lines

What it actually says

XLSX

Use this skill when the .xlsx workbook is the source of truth and the task needs native spreadsheet edits, structural mutations, or workbook analysis.

Common Actions

blue xlsx action=create path=reports/scorecard.xlsx markdown=$'# Scorecard\n\n## Metrics\n| Metric | Value |\n| --- | --- |\n| Launch | Ready |'
blue xlsx action=create path=reports/scorecard.xlsx sheets='[{"name":"Scorecard","rows":[{"Metric":"Launch","Value":"Ready"}]}]'
blue xlsx action=append_rows path=reports/scorecard.xlsx sheet="Scorecard" rows='[{"Metric":"Risk","Value":"Low"}]'
blue xlsx action=update_cells path=reports/scorecard.xlsx sheet="Scorecard" cells='{"B2":"Green"}'
blue xlsx action=sheet_compare path=reports/current.xlsx compare_path=reports/baseline.xlsx

Markdown Input

  • action=create can take direct Markdown through content, markdown, body, or text.
  • Markdown pipe tables become worksheet tabs.
  • Markdown lists or paragraphs become single-column content sheets or Overview notes when no table is present.

When To Use

  • The final artifact must be .xlsx.
  • The task needs sheet-level mutation such as row inserts, cell updates, filters, or freeze panes.
  • The task needs workbook-native analysis such as group_by, top_n, profile_sheet, or sheet_compare.

Boundaries

  • Use docx for narrative reports.
  • Use pptx for slide decks.
  • Use pdf for final printable documents.
  • Use computer_use for host-window interaction instead of spreadsheet file edits.
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 · 52 lines · 26 tokens per session scan A d7ac9ce22e33

Subscribe to this mod's changes

xlsx is a skill published in the GitHub repository IceWhaleTech/ZimaOS-Blue (25 stars, last pushed 4mo ago), licensed MIT. It adds 26 tokens to every session and 612 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-30.

Related

Other skills, from other repositories

officecli-commonly-templates

Use this skill when producing a polished, Commonly-branded deliverable (.docx brief / memo, .xlsx data matrix, .pptx deck) and you do not have specific brand guidance from the user. Trigger on: 'write me a brief', 'one-pager', 'memo', 'data sheet', 'status matrix', 'short deck', 'summary deck', 'closing slide', 'final…

Team-Commonly/commonly · 182 tokens

markdown-converter

Convert binary documents (PDF, DOCX, XLSX, PPTX, HTML, EPUB, images) to clean LLM-friendly Markdown using Microsoft's markitdown Python tool. Use when a user attaches a binary file and you need to read its contents.

Team-Commonly/commonly · 57 tokens

google-sheets-skill

Read, write, and append data to Google Sheets spreadsheets. Supports cell ranges, formulas, and batch operations.

zeenie-ai/OpenCompany · 28 tokens

gog

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Tasks, Sheets, Docs, and Slides.

CoWork-OS/CoWork-OS · 24 tokens

openakita/skills@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…

openakita/openakita · 206 tokens

openakita/skills@wecom-cli

WeCom (Enterprise WeChat) CLI - official open-source CLI tool from WeCom. Covers 7 business categories: Contacts, Todos, Meetings, Messages, Schedules, Documents, Smartsheets. Built in Rust for macOS/Linux/Windows. Use when user wants to operate WeCom resources.

openakita/openakita · 70 tokens