Auto Estimate Generator
PassAudited by ClawScan on May 1, 2026.
Overview
This looks like a straightforward estimating assistant; it requests file access to read project QTO data, but the artifacts do not show credential use, hidden network calls, persistence, or destructive actions.
Before installing, confirm you trust the publisher and only let the skill work with the QTO, pricing, and estimate files needed for the project. Review generated estimates before using them for bids or financial decisions.
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.
The assistant may be able to read local files if directed to use them for estimating workflows.
The skill requests filesystem access. This is coherent with parsing user-provided QTO CSV/Excel data, but it is still a tool capability users should notice.
"permissions": ["filesystem"]
Only provide the project files needed for the estimate and avoid granting access to unrelated sensitive folders.
The version mismatch may make it slightly harder to confirm exactly which packaged release is being reviewed or installed.
The registry metadata lists version 2.1.0, while claw.json lists 2.0.0, creating a small package metadata consistency issue.
"version": "2.0.0"
Confirm the publisher and intended version before installation if version provenance matters for your workflow.
