xlsx

xlsx is a skill for Claude Code, Codex from AIDotNet/OpenCowork. It costs 97 tokens per session (4,809 once invoked), scanned A, a copy of xlsx, Apache-2.0.

A toolkit for creating, editing, reading, and analyzing spreadsheet files such as Excel workbooks, CSV files, and TSV files. It supports formulas, formatting, data analysis, and charts.

In plain words
What is it for?
Use it to make or modify spreadsheets, analyze tabular data, add formulas and formatting, create visualizations, and verify recalculated results.
Why use it?
It reduces the manual work involved in preparing spreadsheet data, preserving formatting, and checking formula results.

Skill for Claude CodeCodex

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

Good fit Use it to make or modify spreadsheets, analyze tabular data, add formulas and formatting, create visualizations, and verify recalculated results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aidotnet/opencowork/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 AIDotNet/OpenCowork --skill xlsx
Clone the repo
git clone --depth 1 https://github.com/AIDotNet/OpenCowork

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/aidotnet/opencowork/xlsx.svg)](https://agentmods.dev/skills/aidotnet/opencowork/xlsx)
Your own site
<a href="https://agentmods.dev/skills/aidotnet/opencowork/xlsx"><img src="https://agentmods.dev/badge/skills/aidotnet/opencowork/xlsx.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,809 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 81% copy Near-identical to another mod 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.00097 $0.04809
Opus 5 $0.00048 $0.02405
Sonnet 5 $0.00019 $0.00962
Haiku 4.5 $0.00010 $0.00481

Measured 8d ago against content hash d8e4a4afd3b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (recalc.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.

Origin

This is a copy

81% identical to xlsx — 292 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

resources/skills/xlsx/SKILL.md · 524 lines

How it starts

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

XLSX creation, editing, and analysis

Overview

A user may ask you to create, edit, or analyze the contents of an .xlsx file. You have different tools and workflows available for different tasks.

Must output excel files.

Important Requirements

Python 3 and openpyxl Required for Excel Generation: You can assume Python 3 as the runtime environment. The openpyxl library is required as the primary tool for creating Excel files, managing styles, and writing formulas.

pandas Utilized for Data Processing: You can utilize pandas for efficient data manipulation and processing tasks. The processed data is subsequently exported to the final Excel file through openpyxl.

LibreOffice Required for Formula Recalculation: You can utilize recalc.py for formula check. You can assume LibreOffice is installed for recalculating formula values using the recalc.py script. The script automatically configures LibreOffice on first run.

Requirements for Outputs

All Excel files

Critical Instruction Protocols

Query Decomposition & Verification

Before generating any code, strictly analyze the user's prompt.

  • Explicit Requests: Analyze Explicit Needs: Clearly identify the analytical objectives, constraints, required formats, the Excel sheets to be delivered (including sheet names, column definitions, calculation logic, and required metrics), as well as all data fields explicitly requested by the user. These elements define the mandatory delivery scope and specify exactly what must be built in the workbook.
  • Implicit Requests:Analyze Implicit Needs: Evaluate the business context, intended users of the Excel file, expected interaction patterns (e.g., filtering, sorting, manual inputs), and downstream use cases such as reporting or decision support. These considerations guide how sheets are structured, formulas are designed, and results are presented to ensure usability and clarity.
  • Multi-Part Requests: If the user asks for "two tables", "three scenarios", or "a summary and a detail sheet", you MUST generate ALL requested components.

Read the full file on GitHub · 524 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 524 lines · 97 tokens per session scan A d8e4a4afd3b6

Subscribe to this mod's changes

xlsx is a skill published in the GitHub repository AIDotNet/OpenCowork (634 stars, last pushed 5d ago), licensed Apache-2.0. It adds 97 tokens to every session and 4,809 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 81% identical to xlsx, differing in 292 lines, and is treated as a copy.