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.
npx agentmods add skills/full-stack-skills/java-skills/easyexcel-writenpx skills add full-stack-skills/java-skills --skill easyexcel-writegit clone --depth 1 https://github.com/full-stack-skills/java-skillsWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00254 | $0.05763 |
| Opus 5 | $0.00127 | $0.02882 |
| Sonnet 5 | $0.00051 | $0.01153 |
| Haiku 4.5 | $0.00025 | $0.00576 |
Grade A, and why
easyexcel-write 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 2d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
38 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.
- examples/advanced/15-hyperlink.md 419 B
- examples/advanced/16-comment.md 502 B
- examples/advanced/17-formula.md 342 B
- examples/advanced/18-rich-text.md 650 B
- examples/annotation/04-complex-head.md 497 B
- examples/annotation/05-converter.md 573 B
- examples/annotation/06-width-height.md 464 B
- examples/annotation/07-index-data.md 493 B
- examples/async/25-async-task.md 718 B
- examples/bigdata/24-page-write.md 575 B
- examples/business/29-user-export.md 878 B
- examples/business/30-finance-stock.md 1.0 KB
- examples/conversion/27-custom-converter.md 808 B
- examples/dynamic/26-dynamic-head.md 399 B
- examples/error-handling/28-validator.md 581 B
- examples/image/13-image-demo.md 542 B
- examples/image/14-multi-image.md 1.1 KB
- examples/merge/11-annotation.md 412 B
- examples/merge/12-strategy.md 300 B
- examples/multi-sheet/21-repeated-same.md 368 B
- examples/multi-sheet/22-different-classes.md 379 B
- examples/multi-sheet/23-table.md 583 B
- examples/simple/01-demo-data.md 322 B
- examples/simple/02-three-ways.md 1018 B
- examples/simple/03-exclude-include.md 786 B
- examples/style/08-annotation-style.md 837 B
- examples/style/09-strategy.md 881 B
- examples/style/10-auto-width.md 322 B
- examples/web/19-controller.md 569 B
- examples/web/20-fail-json.md 1.0 KB
- references/advanced/advanced-features.md 4.3 KB
- references/annotations/annotation-reference.md 2.0 KB
- references/api/api-summary.md 1.8 KB
- references/faq/common-questions.md 2.3 KB
- references/patterns/anti-patterns.md 3.7 KB
- references/scenarios/business-scenarios.md 7.5 KB
- references/style/styling-guide.md 2.8 KB
- references/troubleshooting/debugging-guide.md 2.6 KB
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.
- 2d ago First seen · 557 lines · 254 tokens per session scan A 9f695e86b920
easyexcel-write is a skill published in the GitHub repository full-stack-skills/java-skills (5 stars, last pushed 14d ago), with no licence file. It adds 254 tokens to every session and 5,763 once invoked, about $0.0013 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.
Other skills, from other repositories
azure-ai-formrecognizer-java
Azure AI Document Intelligence SDK for Java (com.azure:azure-ai-documentintelligence). Use for extracting text, tables, key-value pairs from documents, receipts, invoices, IDs, or building custom document models. Triggers: "document intelligence java", "form recognizer java", "extract text from PDF java", "OCR…
sc4sap:program-to-spec
Reverse-engineer an ABAP program into a Functional/Technical Specification artifact (Markdown or Excel). Socratic scope narrowing from "everything" to "only what the user needs".
devexpress-office-file-api-excel-export
Build .NET applications with the DevExpress Excel Export Library for streaming generation of Excel files with low memory footprint. Use when generating large Excel reports, writing rows sequentially, building Excel files from data grids or report engines, or when the full Spreadsheet Document API would use too much…
csb
Generate streaming, Excel-friendly CSV downloads in Rails with the csb gem. Use when implementing a CSV export/download, writing a .csv.csb template, building CSV via Csb::Builder, or testing column definitions. Not for parsing CSV.
csv-utils
Helpers for reading and writing CSV files in Python.
pywin32-excel-docs
Reference for the Microsoft Excel COM API via pywin32. Use this skill whenever writing or reviewing Python code that interacts with Excel using the Excel COM API via win32com, pywin32, or the PyXLL add-in — including code that calls pyxll.xlapp() or XLCell.torange() — and when working with workbooks, worksheets…