Ifc To Excel

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is aligned with converting user-provided IFC files to Excel, but users should verify the external converter tool and be aware it reads and writes local project files.

Before installing, make sure you trust the local IFC conversion tool you will use, and only point the skill at IFC files or folders you intend to process. The requested filesystem access is expected for this conversion workflow.

Findings (2)

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 agent may read IFC files and create Excel or geometry outputs on the local filesystem when asked to convert a model.

Why it was flagged

The skill expects the agent to invoke a local conversion tool. This is central to the stated purpose, but it is still local command/tool execution on user files.

Skill content
Run IfcExporter CLI or IfcOpenShell to parse the model
Recommendation

Use the skill on intended project folders only, confirm file paths before batch conversions, and review outputs before sharing them.

What this means

The safety of actual conversion depends on which external IfcExporter CLI or IfcOpenShell installation the user provides.

Why it was flagged

The package is instruction-only and declares filesystem access, while the instructions rely on external tools rather than bundled or declared binaries.

Skill content
"permissions": ["filesystem"], "entry": "instructions.md"
Recommendation

Install IfcExporter or IfcOpenShell only from a trusted source and avoid running unknown converter executables.