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.
The assistant may read local RVT/RFA files and write generated Excel outputs as part of the conversion workflow.
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.
"permissions": ["filesystem"]
Use it only on intended project folders, review output locations, and avoid converting sensitive projects unless the generated spreadsheets will be protected.
Incorrect paths or broad batch choices could process more project files than intended or create many derived files.
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.
Run RvtExporter to extract element data, parameters, quantities, and geometry
Confirm the exact input path, export mode, and output location before running conversions, especially for complete or batch exports.
Security depends partly on the locally installed RvtExporter executable, not just on this skill's instructions.
The required executable is separate from the reviewed instruction-only skill, so its source, version, and behavior are not established by the provided artifacts.
DDC RvtExporter CLI tool must be installed locally
Install RvtExporter only from a trusted source, verify its provenance and version, and avoid substituting an unknown executable with the same name.
