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/alinotfoundbtw/sounding/clean-skillnpx skills add alinotfoundbtw/sounding --skill clean-skillgit clone --depth 1 https://github.com/alinotfoundbtw/soundingWrote 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/alinotfoundbtw/sounding/clean-skill)<a href="https://agentmods.dev/skills/alinotfoundbtw/sounding/clean-skill"><img src="https://agentmods.dev/badge/skills/alinotfoundbtw/sounding/clean-skill.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 | $0.00051 | $0.00218 |
| Opus 5 | $0.00026 | $0.00109 |
| Sonnet 5 | $0.00010 | $0.00044 |
| Haiku 4.5 | $0.00005 | $0.00022 |
Grade A, and why
clean-skill 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 3d 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
Tabular conversion
Convert between CSV, TSV, and JSON Lines while preserving types.
Process
- Detect the delimiter from the first two lines rather than the extension — files are routinely misnamed.
- Read the header row. If the first row looks like data, treat the file as headerless and generate positional names.
- Convert, writing to a new file. Never overwrite the input.
Types
Preserve integers, floats, and ISO-8601 dates. Everything else stays a string — guessing types is how silent corruption happens.
convert input.csv --to jsonl --out output.jsonl
When not to use this
For files above ~500MB, stream instead of loading — see references/streaming.md.
What ships with it
1 file 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.
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.
- 3d ago First seen · 30 lines · 51 tokens per session scan A 8f00ab1ef224
clean-skill is a skill published in the GitHub repository alinotfoundbtw/sounding (4 stars, last pushed 8d ago), licensed MIT. It adds 51 tokens to every session and 218 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
excel-cli
Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges…
excel-mcp
Excel MCP Server skill for Windows workbook automation. Use when an assistant needs rich MCP tools to create, inspect, modify, format, or analyze Excel files. Supports Power Query (M), Data Model/DAX, PivotTables, Tables, Ranges, Charts, Slicers, formatting, screenshots, VBA macros, connections, and calculation mode.…
opendart-excel
사용자가 특정 기업/사업연도의 연결·별도 재무제표를 엑셀로 요청하면, OpenDART MCP로 공시 원문을 받아 DART 원문 양식(재무제표 시트 + 클릭 가능한 주석 링크)의 검증된 Excel 파일을 생성한다.
local-doc-to-markdown
Convert local PDF, Word (.doc/.docx), PowerPoint (.ppt/.pptx), Excel (.xls/.xlsx), OpenDocument, RTF, EPUB, and CSV to GitHub-Flavored Markdown via the anydoc MCP server. Triggers include convert pdf to markdown, read docx, powerpoint to md, excel to markdown, office files in repo, and local document convert without…
editing-cobie
Edit COBie data via draft, preview, then confirmation.
validating-cobie
Validate COBie workbook and propose next action.