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 alivirgo/Major-AI-Skills --skill format-data-to-copy-paste-tablesgit clone --depth 1 https://github.com/alivirgo/Major-AI-SkillsWrote 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/alivirgo/major-ai-skills/format-data-to-copy-paste-tables)<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/format-data-to-copy-paste-tables"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/format-data-to-copy-paste-tables/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/format-data-to-copy-paste-tables"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/format-data-to-copy-paste-tables.svg" alt="Reviewed on agentmods" width="80" 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.00028 | $0.01022 |
| Opus 5 | $0.00014 | $0.00511 |
| Sonnet 5 | $0.00006 | $0.00204 |
| Haiku 4.5 | $0.00003 | $0.00102 |
Grade A, and why
format-data-to-copy-paste-tables 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 yesterday.
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 — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Format Unstructured Data into Copy-Paste Tables (AI Skill)
Overview
Manually copying and pasting names, dates, amounts, and notes from 50 different emails or receipt PDFs into Excel or Google Sheets is tedious, error-prone manual labor.
The Unstructured-to-Tabular ETL Protocol transforms raw, chaotic text dumps into clean, standardized, copy-pasteable TSV (Tab-Separated Values) or Markdown tables in seconds.
The Unstructured-to-Tabular ETL Pipeline
┌─────────────────────────────────────────────────────────────┐
│ Unstructured-to-Table Pipeline │
│ │
│ [ RAW UNSTRUCTURED TEXT / INVOICES / CHAT LOGS ] │
│ "Paid John $450 on June 12 for logo design via PayPal..." │
│ │ │
│ ▼ │
│ [ AI PARSER & SANITIZATION ENGINE ] │
│ • Standardize Dates $\rightarrow$ `YYYY-MM-DD` │
│ • Clean Currency $\rightarrow$ Clean Float / Integer │
│ • Normalize Categories $\rightarrow$ Fixed Enum List │
│ │ │
│ ▼ │
│ [ TSV / MARKDOWN TABLE: 1-Click Direct Paste into Excel ] │
└─────────────────────────────────────────────────────────────┘
Master Data Formatting Prompt Templates
Pattern 1: The Direct 1-Click Excel TSV Converter
Outputs text separated by tabs (\t), allowing you to copy the block and hit Ctrl + V directly into Excel or Google Sheets with zero import wizard hassle:
Here is messy unstructured text:
[PASTE MESSY DATA]
Task:
Extract and normalize this into a TSV (Tab-Separated Values) code block with these exact columns:
1. `Date (YYYY-MM-DD)`
2. `Vendor / Person`
3. `Category (Design / Development / Marketing / Operations)`
4. `Amount (USD Number Only)`
5. `Status (Paid / Pending)`
Rules:
- Output ONLY the raw TSV code block.
- Format numbers cleanly (no `$` signs or commas in the number column so math formulas work in Excel).
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.
- yesterday Changed · -11 tokens per session f5c40e7f8ba3
- 7d ago First seen · 104 lines · 39 tokens per session scan A a507d92b4645
format-data-to-copy-paste-tables is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 1,022 once invoked, about $0.0001 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-09-05.
Other skills, from other repositories
xlsx-edit
Edit or generate xlsx workbooks using either deterministic V1 office tools or a Python workbook script when higher fidelity is needed.
Workspace Data Analyst
Analyze CSV files in the workspace and summarize insights.
fill-template
Bulk-fill ONE master template — a Word (.docx) letter/form or an Excel (.xlsx) form — from a data table, producing one filled file per row (mail-merge). Use whenever the user wants to "fill in this letter for each person", "mail merge", "generate letters for this list", "run this template over a spreadsheet", or hands…
people-enrichment
Enrich and search People Data Labs (PDL) Person and Company data, writing results to .xlsx. Five operations: enrich named PEOPLE into a profile, employment history and LinkedIn URL; IDENTIFY an ambiguous person as several scored candidates; SEARCH people by criteria (company, title, location); enrich COMPANIES into…
spreadsheet-analysis
Inspect, profile, clean, reconcile, analyze, visualize, and verify spreadsheet data while preserving formulas, formatting, types, and source files. Use when working with .xlsx, .xlsm, .xls, .ods, .csv, or .tsv files; answering questions from a workbook; auditing formulas or data quality; comparing sheets or versions…
xlsx
Read, create, and convert Microsoft Excel (.xlsx) and CSV spreadsheets — extract sheets and tables to JSON, build workbooks from JSON/CSV, and export to PDF.