Rvt To Excel

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Revit-to-Excel helper, but it depends on filesystem access and a separate local RvtExporter executable that users should verify before use.

Before installing, make sure you trust the separate RvtExporter tool, run conversions only on intended RVT/RFA files or folders, and protect the generated Excel/CSV files because they may expose detailed BIM element data and quantities.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The assistant may read local RVT/RFA files and write generated Excel outputs as part of the conversion workflow.

Why it was flagged

The skill asks for filesystem access, which is expected for reading Revit files and writing Excel outputs, but it still grants access to local project files selected for conversion.

Skill content
"permissions": ["filesystem"]
Recommendation

Use it only on intended project folders, review output locations, and avoid converting sensitive projects unless the generated spreadsheets will be protected.

What this means

Incorrect paths or broad batch choices could process more project files than intended or create many derived files.

Why it was flagged

The skill directs the agent to invoke a local conversion tool; this is central to the purpose, but users should control file paths, export modes, and batch operations.

Skill content
Run RvtExporter to extract element data, parameters, quantities, and geometry
Recommendation

Confirm the exact input path, export mode, and output location before running conversions, especially for complete or batch exports.

What this means

Security depends partly on the locally installed RvtExporter executable, not just on this skill's instructions.

Why it was flagged

The required executable is separate from the reviewed instruction-only skill, so its source, version, and behavior are not established by the provided artifacts.

Skill content
DDC RvtExporter CLI tool must be installed locally
Recommendation

Install RvtExporter only from a trusted source, verify its provenance and version, and avoid substituting an unknown executable with the same name.