← Back to Skills Marketplace
Standards Compliance Checker
by
datadrivenconstruction
· GitHub ↗
· v2.1.0
1619
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install standards-compliance-checker
Description
Check data compliance with construction standards. Validate data against ISO 19650, IFC, COBie, UniFormat standards.
Usage Guidance
This skill looks coherent for validating construction data: it needs python3 and can read local files to validate against rules. Before installing or running it: (1) Review the full SKILL.md/instructions for any network calls or endpoints (the provided SKILL.md in the listing was truncated); (2) Only supply project files you are comfortable sharing and avoid giving system or credential files as input; (3) Because the manifest grants filesystem access, run the skill in a sandbox or with least privilege (limit which directories it can read) if possible; (4) If you need to validate sensitive data, prefer running the example Python code locally under your own control rather than letting the agent autonomously access files. If you want higher assurance, ask the publisher for the full source files or a signed release from the homepage before trusting it with production data.
Capability Analysis
Type: OpenClaw Skill
Name: standards-compliance-checker
Version: 2.1.0
The skill is classified as suspicious due to the requested 'filesystem' permission in `claw.json`. While the `SKILL.md` and `instructions.md` describe functionality involving reading from file paths (CSV, Excel, JSON) and exporting results to files, the provided Python code in `SKILL.md` does not implement any file I/O operations. This means the OpenClaw agent itself would need to handle these file operations, leveraging the broad 'filesystem' permission. This creates a potential vulnerability surface if the agent's implementation of file handling is not robust (e.g., susceptible to path traversal or arbitrary file read/write), even though the skill itself does not contain malicious code or explicit prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description (standards compliance for ISO 19650, IFC, COBie, UniFormat) match the declared requirements: it needs python3 (to run the example code) and the claw.json lists filesystem permission which is consistent with accepting file paths and local project data.
Instruction Scope
instructions.md and SKILL.md focus on gathering user-provided data, validating it with rule sets, and returning structured results. The SKILL.md includes example Python code for rule checking. The instructions explicitly say to only use data provided by the user, but the skill is granted filesystem permission — ensure the agent will only read files the user supplies and not arbitrary system files. The provided SKILL.md was truncated in the package listing, so full runtime instructions could contain additional behavior not visible here.
Install Mechanism
There is no install specification (instruction-only), so no archives or third-party packages are downloaded. This is the lowest install risk; requiring python3 is reasonable for the provided example code.
Credentials
The skill requests no environment variables or credentials. That aligns with a local data validation tool. No external service keys are required according to the manifest and instruction files.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The claw.json lists the 'filesystem' permission which gives it potential to read files; this is proportionate for a data-validation skill that accepts file paths, but you should confirm the runtime enforces that only user-specified files are read and that the skill will not persist or exfiltrate data.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install standards-compliance-checker - After installation, invoke the skill by name or use
/standards-compliance-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
Standards Compliance Checker 2.1.0
- Adds support for automated compliance checking against construction standards: ISO 19650, IFC, COBie, UniFormat, MasterFormat, and Omniclass.
- Validates data using customizable rules per standard, including field requirements, format patterns, and allowed values.
- Generates detailed compliance reports, summarizing passes, failures, warnings, and issue details for each record.
- Supports checking individual records, batches, or multiple standards at once for streamlined validation workflows.
v1.0.0
Standards Compliance Checker 1.0.0 – Initial Release
- Introduces automated compliance checking for construction data against ISO 19650, IFC, COBie, UniFormat, and MasterFormat standards.
- Validates data fields using required checks, format patterns, and allowed values for each supported standard.
- Generates detailed compliance reports, including passed/failed rules, warnings, and specific issues found.
- Supports compliance evaluation for single records, batches, and multiple standards in one operation.
Metadata
Frequently Asked Questions
What is Standards Compliance Checker?
Check data compliance with construction standards. Validate data against ISO 19650, IFC, COBie, UniFormat standards. It is an AI Agent Skill for Claude Code / OpenClaw, with 1619 downloads so far.
How do I install Standards Compliance Checker?
Run "/install standards-compliance-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Standards Compliance Checker free?
Yes, Standards Compliance Checker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Standards Compliance Checker support?
Standards Compliance Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Standards Compliance Checker?
It is built and maintained by datadrivenconstruction (@datadrivenconstruction); the current version is v2.1.0.
More Skills