← 返回 Skills 市场
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install semantic-consistency-auditor
功能描述
Use semantic consistency auditor for academic writing workflows that need structured execution, explicit assumptions, and clear output boundaries.
安全使用建议
This skill appears to implement a semantic-evaluation tool, but there are two important cautions: (1) domain mismatch — SKILL.md sometimes frames the tool as for academic writing while the code and examples reference clinical notes; clarify intended domain and thresholds before relying on results. (2) privacy and network activity — the script will attempt to import/initialize BERTScore and COMET and will download model artifacts at runtime (network access). Don’t run it on sensitive patient data (PHI) without ensuring compliance and isolation. Recommended next steps before installing or running: inspect the full scripts/main.py (the provided snippet was truncated here), run python -m py_compile scripts/main.py in an isolated virtualenv, pin dependency versions, restrict outbound network access if you want to avoid automatic model downloads, and test with non-sensitive sample data. If you need higher assurance, ask the author for a clear statement of intended domain (academic vs clinical), the full source, and an audit of network endpoints used for model downloads.
功能分析
Type: OpenClaw Skill
Name: semantic-consistency-auditor
Version: 1.0.0
The skill is a legitimate utility designed to evaluate semantic consistency between AI-generated text and gold standards using BERTScore and COMET metrics. The implementation in `scripts/main.py` is well-structured, uses `yaml.safe_load` for security, and contains no evidence of data exfiltration, unauthorized execution, or malicious prompt injection. A minor discrepancy exists where `requirements.txt` lists 'comet' (the experiment tracker) instead of 'unbabel-comet' (the evaluation library), but this appears to be a functional bug rather than a malicious dependency confusion attempt.
能力评估
Purpose & Capability
The skill name and some SKILL.md language claim 'academic writing workflows', but the Overview and the code explicitly target evaluation of AI-generated clinical notes against expert gold standards. This mismatch (academic vs clinical/medical) is a material incoherence: a user installing this for generic academic writing may not expect clinical-focused thresholds, defaults, or any data-handling assumptions. The required artifacts (bert_score, comet, torch) are consistent with a semantic-evaluation tool, but the domain mismatch should be clarified.
Instruction Scope
SKILL.md instructs running scripts/main.py and editing a local config under ~/.openclaw/skills/semantic-consistency-auditor/config.yaml; the instructions do not request unrelated system files or credentials. However the code is intended to load models at runtime and process free-text clinical records — so the operational scope includes network model downloads and in-memory processing of potentially sensitive PHI. The runtime instructions are otherwise bounded and audit-oriented (py_compile, --help).
Install Mechanism
There is no automated install spec (instruction-only), which reduces surface risk. The README/requirements direct pip installs (bertscore, comet-ml, transformers, torch). The code uses comet.download_model/load_from_checkpoint (will fetch model files from the network). No unusual URLs or shorteners are present in provided files, but runtime model downloads mean the tool will contact external hosts to fetch model artifacts.
Credentials
The skill declares no required environment variables, credentials, or special config paths beyond a per-skill config file under ~/.openclaw/skills/semantic-consistency-auditor/config.yaml. This is proportionate. However the tool is designed to process clinical text (PHI); the absence of access controls or explicit guidance about handling sensitive data is a privacy concern to weigh before use.
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, and does not declare modifications to other skills or system-wide settings. It appears to be a standard, on-demand skill with no special persistence flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install semantic-consistency-auditor - 安装完成后,直接呼叫该 Skill 的名称或使用
/semantic-consistency-auditor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Semantic Consistency Auditor.
- Adds BERTScore and COMET algorithms to assess semantic consistency between AI-generated and expert clinical texts.
- Provides a structured, audit-focused workflow for academic and medical writing tasks.
- Includes command line and Python API usage with example commands and configuration options.
- Offers fallback and error handling paths for incomplete inputs or execution issues.
- Supports configuration of models, language, and evaluation thresholds for flexible deployment.
元数据
常见问题
Semantic Consistency Auditor 是什么?
Use semantic consistency auditor for academic writing workflows that need structured execution, explicit assumptions, and clear output boundaries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 Semantic Consistency Auditor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install semantic-consistency-auditor」即可一键安装,无需额外配置。
Semantic Consistency Auditor 是免费的吗?
是的,Semantic Consistency Auditor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Semantic Consistency Auditor 支持哪些平台?
Semantic Consistency Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Semantic Consistency Auditor?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills