Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Fujigo-Software/f5-framework-claudenpx agentmods add commands/fujigo-software/f5-framework-claude/f5-excel-to-csvWrote 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.
[](https://agentmods.dev/commands/fujigo-software/f5-framework-claude/f5-excel-to-csv)<a href="https://agentmods.dev/commands/fujigo-software/f5-framework-claude/f5-excel-to-csv"><img src="https://agentmods.dev/badge/commands/fujigo-software/f5-framework-claude/f5-excel-to-csv.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00008 | $0.00923 |
| Opus 5 | $0.00004 | $0.00462 |
| Sonnet 5 | $0.00002 | $0.00185 |
| Haiku 4.5 | $0.00001 | $0.00092 |
Grade A, and why
f5-excel-to-csv 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.
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.
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/f5-excel-to-csv
ARGUMENTS: $ARGUMENTS
EXCEL TO CSV CONVERTER
Chuyển đổi Excel files sang CSV để AI có thể đọc nội dung.
VÌ SAO CẦN CONVERT?
┌─────────────────────────────────────────────────────────────────────────────────┐
│ EXCEL BINARY LIMITATION │
├─────────────────────────────────────────────────────────────────────────────────┤
│ │
│ EXCEL (.xlsx) CSV (.csv) │
│ ┌─────────────┐ ┌─────────────┐ │
│ │ Binary ZIP │ Convert → │ Plain Text │ │
│ │ XML inside │ │ AI readable │ │
│ └─────────────┘ └─────────────┘ │
│ │
│ AI Access: AI Access: │
│ ❌ Cannot read ✅ Full read │
│ cell content all content │
│ │
└─────────────────────────────────────────────────────────────────────────────────┘
USAGE
Option 1: PowerShell (yêu cầu Excel installed)
# Convert tất cả Excel files (sheet đầu tiên)
.\scripts\excel-to-csv.ps1
# Convert tất cả sheets
.\scripts\excel-to-csv.ps1 -AllSheets
# Custom input/output paths
.\scripts\excel-to-csv.ps1 -InputPath ".f5\input\raw\excel\0203" -OutputPath ".f5\input\raw\csv"
# Overwrite existing files
.\scripts\excel-to-csv.ps1 -Force
Option 2: Python (không cần Excel)
# Install dependencies (chỉ lần đầu)
pip install openpyxl pandas
# Convert tất cả Excel files
python scripts/excel-to-csv.py
# Convert tất cả sheets
python scripts/excel-to-csv.py --all-sheets
# Custom paths
python scripts/excel-to-csv.py .f5/input/raw/excel .f5/input/raw/csv
# Overwrite
python scripts/excel-to-csv.py --force
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.
- 8d ago First seen · 124 lines · 0 tokens per session scan A 6f6d8088eb2b
f5-excel-to-csv is a command published in the GitHub repository Fujigo-Software/f5-framework-claude (24 stars, last pushed 7mo ago), licensed MIT. It adds 8 tokens to every session and 923 once invoked, about $0.0000 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.
Other commands, from other repositories
debug
Structured debugging with parallel investigation agents.
xlsx
Create, read, edit, clean, format, chart, or convert spreadsheet files while preserving spreadsheet-native deliverables. Use when .xlsx, .xlsm, .csv, or .tsv data is the primary input or a spreadsheet is the requested output. Not for Word documents, HTML reports, standalone scripts, database pipelines, or Google…
review
Multi-agent code review with parallel validation.
verificar
Grupo: Trabajo con el framework En una frase: Verificar números de planillas y reportes con script, sin cálculo mental de la IA. Cuándo: Compartís una planilla/reporte o pedís totales, sumas o reconciliación de cifras. Quién: Cualquier operador del repo.
clean
Turn messy or multi-format CSV exports into one clean, categorized, analysis-ready file.
draft
Draft an output document, pulling from the wiki. Trigger FR — rédiger un livrable, draft un document, produire un brief, générer une synthèse à partir du wiki.