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 roynertr/cobie-mcp --skill exporting-cobiegit clone --depth 1 https://github.com/roynertr/cobie-mcpWrote 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/roynertr/cobie-mcp/exporting-cobie)<a href="https://agentmods.dev/skills/roynertr/cobie-mcp/exporting-cobie"><img src="https://agentmods.dev/badge/skills/roynertr/cobie-mcp/exporting-cobie/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/roynertr/cobie-mcp/exporting-cobie"><img src="https://agentmods.dev/badge/skills/roynertr/cobie-mcp/exporting-cobie.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.00016 | $0.00247 |
| Opus 5 | $0.00008 | $0.00123 |
| Sonnet 5 | $0.00003 | $0.00049 |
| Haiku 4.5 | $0.00002 | $0.00025 |
Grade A, and why
exporting-cobie 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 11d 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
Exporting COBie
Inputs assumed
- active_project (excel_path resolved from project)
- pending_preview_id (none for export)
Tool sequence
- validate_cobie(excel_path) if validation report needed
- Return artifact references (html_path, excel_path)
Output template
- Summary: "Export complete. Report at X."
- Bullets: artifact paths (max 5)
- CTA: "Download from the paths above."
- Optional: "Type 'show details' to see full diffs"
Forbidden actions
- Never call update_cobie in this skill
- Never modify data; export is read-only
Tool usage rules
- Call validate_cobie to generate HTML report
- Return html_path and excel_path as artifact references
- Summarize for user
Confirmation gates
- None for export (read-only)
Output formatting
Return human summary + bullet list of artifact paths (max 5) + CTA. Do not output raw JSON unless asked.
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.
- 11d ago First seen · 37 lines · 16 tokens per session scan A f7d87c8e26e8
exporting-cobie is a skill published in the GitHub repository roynertr/cobie-mcp (1 stars, last pushed 1mo ago), licensed MIT. It adds 16 tokens to every session and 247 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-08-31.
Other skills, from other repositories
data-report
Turns CSV, Excel, or JSON data into a polished visual report page.
data-report
A template for turning CSV, Excel, or JSON data into a visual report page. It includes summary metrics, charts, a data table, and written observations based on the supplied data.
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.…
dgn-to-excel
Convert DGN files (v7-v8) to Excel databases. Extract elements, levels, and properties from infrastructure CAD files.
dwg-to-excel
Convert AutoCAD DWG files (1983-2026) to Excel databases using DwgExporter CLI. Extract layers, blocks, attributes, and geometry data without Autodesk licenses.