← 返回 Skills 市场
datadrivenconstruction

Standards Compliance Checker

作者 datadrivenconstruction · GitHub ↗ · v2.1.0
darwinlinuxwin32 ⚠ suspicious
1619
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install standards-compliance-checker
功能描述
Check data compliance with construction standards. Validate data against ISO 19650, IFC, COBie, UniFormat standards.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install standards-compliance-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /standards-compliance-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug standards-compliance-checker
版本 2.1.0
许可证
累计安装 4
当前安装数 4
历史版本数 2
常见问题

Standards Compliance Checker 是什么?

Check data compliance with construction standards. Validate data against ISO 19650, IFC, COBie, UniFormat standards. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1619 次。

如何安装 Standards Compliance Checker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install standards-compliance-checker」即可一键安装,无需额外配置。

Standards Compliance Checker 是免费的吗?

是的,Standards Compliance Checker 完全免费(开源免费),可自由下载、安装和使用。

Standards Compliance Checker 支持哪些平台?

Standards Compliance Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Standards Compliance Checker?

由 datadrivenconstruction(@datadrivenconstruction)开发并维护,当前版本 v2.1.0。

💬 留言讨论