table-to-csv

table-to-csv is a skill for Claude Code, Codex from surfmind-space/awesome-surfmind. It costs 60 tokens per session (528 once invoked), scanned A, original, MIT.

A tool for turning a visible web-page table into a Markdown table, with an option to make the contents downloadable as CSV from a browser extension. It preserves the table's displayed rows, columns, and values.

In plain words
What is it for?
Use it on HTML tables, pricing grids, comparison charts, reports, or search-result tables when you need a copyable Markdown version or CSV export.
Why use it?
Copying tables from webpages can lose structure or change values. This keeps the visible table organized and flags information that cannot be read clearly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it on HTML tables, pricing grids, comparison charts, reports, or search-result tables when you need a copyable Markdown version or CSV export.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/surfmind-space/awesome-surfmind/table-to-csv
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 surfmind-space/awesome-surfmind --skill table-to-csv
Clone the repo
git clone --depth 1 https://github.com/surfmind-space/awesome-surfmind

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 table-to-csv

README.md
[![agentmods](https://agentmods.dev/badge/skills/surfmind-space/awesome-surfmind/table-to-csv.svg)](https://agentmods.dev/skills/surfmind-space/awesome-surfmind/table-to-csv)
Your own site
<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>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 528 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.00060 $0.00528
Opus 5 $0.00030 $0.00264
Sonnet 5 $0.00012 $0.00106
Haiku 4.5 $0.00006 $0.00053

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

Security

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.

skills/table-to-csv/SKILL.md · 43 lines

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.

  1. Identify headers, row groups, footnotes, hidden units, sort order, and merged cells from the visible table.
  2. 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.
  3. Verify the output has the same number of columns and rows as the source before responding; carry empty cells through as blanks, not guesses.
  4. 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 Email
Business $24 25 Priority

Markdown table:

Plan Price/mo Seats Support
Free $0 1
Pro $12 5 Email
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.

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 · 43 lines · 60 tokens per session scan A 0899f149ec00

Subscribe to this mod's changes

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.

Related

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…

agentscope-ai/QwenPaw · 201 tokens

xlsx

A guide for working with spreadsheet files such as Excel workbooks, CSV files, and TSV files.

agentscope-ai/QwenPaw · 232 tokens

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'…

iOfficeAI/OfficeCLI · 222 tokens

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…

iOfficeAI/OfficeCLI · 157 tokens

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…

iOfficeAI/OfficeCLI · 119 tokens

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.

iOfficeAI/OfficeCLI · 56 tokens