validating-cobie

validating-cobie is a skill for Claude Code, Codex from roynertr/cobie-mcp. It costs 13 tokens per session (266 once invoked), scanned A, original, MIT.

A read-only workflow for checking a COBie spreadsheet. COBie is a structured file used to hand over information about building equipment and facilities.

In plain words
What is it for?
Use it to validate a COBie workbook, summarize the most important problems, and choose whether to correct issues, export the data, or inspect more details.
Why use it?
It identifies spreadsheet errors and warnings without changing the source data, so you can decide whether to fix it or export it.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to validate a COBie workbook, summarize the most important problems, and choose whether to correct issues, export the data, or inspect more details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roynertr/cobie-mcp/validating-cobie
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 roynertr/cobie-mcp --skill validating-cobie
Clone the repo
git clone --depth 1 https://github.com/roynertr/cobie-mcp

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 validating-cobie

README.md
[![agentmods](https://agentmods.dev/badge/skills/roynertr/cobie-mcp/validating-cobie/github.svg)](https://agentmods.dev/skills/roynertr/cobie-mcp/validating-cobie)
Your own site
<a href="https://agentmods.dev/skills/roynertr/cobie-mcp/validating-cobie"><img src="https://agentmods.dev/badge/skills/roynertr/cobie-mcp/validating-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.

agentmods 80×15 button for validating-cobie

Your own site · 80×15
<a href="https://agentmods.dev/skills/roynertr/cobie-mcp/validating-cobie"><img src="https://agentmods.dev/badge/skills/roynertr/cobie-mcp/validating-cobie.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 266 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.00013 $0.00266
Opus 5 $0.00006 $0.00133
Sonnet 5 $0.00003 $0.00053
Haiku 4.5 $0.00001 $0.00027

Measured 9d ago against content hash 5295b1898b59, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

validating-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 9d 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.

server/runtime_skills/validating-cobie/SKILL.md · 39 lines

What it actually says

Validating COBie

Inputs assumed

  • active_project (excel_path resolved from project)
  • pending_preview_id (none for validation)

Tool sequence

  1. validate_cobie(excel_path)
  2. load_cobie_summary(excel_path) if needed
  3. Summarize errors/warnings and propose next action

Output template

  • Summary: "Validation complete. X errors, Y warnings."
  • Bullets: top 5 issues
  • CTA: "Fix issues or proceed to export."
  • Optional: "Type 'show details' to see full diffs"

Forbidden actions

  • Never call update_cobie in this skill
  • Never modify data; validation is read-only

Tool usage rules

  1. Call validate_cobie with excel_path
  2. Parse summary and errors
  3. Summarize for user in human-readable format
  4. Propose next action (fix, export, or continue)

Confirmation gates

  • None for validation (read-only)

Output formatting

Return human summary + bullet list of top issues (max 5) + CTA. Do not output raw JSON unless asked.

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. 9d ago First seen · 39 lines · 13 tokens per session scan A 5295b1898b59

Subscribe to this mod's changes

validating-cobie is a skill published in the GitHub repository roynertr/cobie-mcp (1 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 266 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.

Related

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…

sbroenne/mcp-server-excel · 114 tokens

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

sbroenne/mcp-server-excel · 106 tokens

dgn-to-excel

Convert DGN files (v7-v8) to Excel databases. Extract elements, levels, and properties from infrastructure CAD files.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 32 tokens

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.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 42 tokens

ifc-to-excel

Convert IFC files (2x3, 4x1, 4x3) to Excel databases using IfcExporter CLI. Extract BIM data, properties, and geometry without proprietary software.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 45 tokens

pdf-report-generator

Automatically generate PDF reports from construction data. Create formatted project reports with charts and tables.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 21 tokens