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 skills add surfmind-space/awesome-surfmind --skill table-to-csvgit clone --depth 1 https://github.com/surfmind-space/awesome-surfmindWrote 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/skills/surfmind-space/awesome-surfmind/table-to-csv)<a href="https://agentmods.dev/skills/surfmind-space/awesome-surfmind/table-to-csv"><img src="https://agentmods.dev/badge/skills/surfmind-space/awesome-surfmind/table-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.00060 | $0.00528 |
| Opus 5 | $0.00030 | $0.00264 |
| Sonnet 5 | $0.00012 | $0.00106 |
| Haiku 4.5 | $0.00006 | $0.00053 |
Grade A, and why
table-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.
What it actually says
Table to CSV
Turn a visible page table such as a pricing grid, comparison, report, or search result into one accurate Markdown table, preserving columns, row order, numbers, dates, currency symbols, percentages, and missing values exactly as shown. Work only from what's visible; don't invent hidden rows or columns, don't normalize values in a way that changes meaning, and don't claim to create or attach a CSV file.
- Identify headers, row groups, footnotes, hidden units, sort order, and merged cells from the visible table.
- Count the source tables first. One visible source table becomes exactly one continuous Markdown table, however long — never split it by section, category, or page area.
- Verify the output has the same number of columns and rows as the source before responding; carry empty cells through as blanks, not guesses.
- Flag any columns or rows that are ambiguous, truncated, or visually unavailable in a short note after the table.
Return the Markdown table as the first substantial output, with extraction notes before or after it, never between chunks of the same table. Output raw CSV text only when the user explicitly asks for it; otherwise mention that the extension lets them copy the Markdown table or download it as CSV. Respond in the same language as the user's request.
Example
Source table (a pricing grid with a merged header and one empty cell):
Plan Price/mo Seats Support Free $0 1 Pro $12 5 Business $24 25 Priority
Markdown table:
Plan Price/mo Seats Support Free $0 1 Pro $12 5 Business $24 25 Priority Free has no listed support tier — left blank rather than guessed. Copy this table or download it as CSV from the extension.
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 · 43 lines · 60 tokens per session scan A 0899f149ec00
table-to-csv is a skill published in the GitHub repository surfmind-space/awesome-surfmind (5 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 528 once invoked, about $0.0003 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
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…
xlsx
A guide for working with spreadsheet files such as Excel workbooks, CSV files, and TSV files.
officecli-financial-model
Use this skill when the user wants to build a financial model — 3-statement model, DCF valuation, LBO, SaaS unit economics, sensitivity / scenario analysis, debt schedule, or fundraising projections — in Excel. Trigger on: 'financial model', '3-statement model', 'P&L + BS + CF', 'DCF', 'WACC', 'NPV', 'terminal value'…
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…
officecli-xlsx
Use this skill any time a .xlsx file is involved -- as input, output, or both. This includes: creating spreadsheets, financial models, dashboards, or trackers; reading, parsing, or extracting data from any .xlsx file; editing, modifying, or updating existing workbooks; working with formulas, charts, pivot tables, or…
officecli
Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.