← Back to Skills Marketplace
aipoch-ai

Semantic Consistency Auditor

by AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install semantic-consistency-auditor
Description
Use semantic consistency auditor for academic writing workflows that need structured execution, explicit assumptions, and clear output boundaries.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install semantic-consistency-auditor
  3. After installation, invoke the skill by name or use /semantic-consistency-auditor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug semantic-consistency-auditor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Semantic Consistency Auditor?

Use semantic consistency auditor for academic writing workflows that need structured execution, explicit assumptions, and clear output boundaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install Semantic Consistency Auditor?

Run "/install semantic-consistency-auditor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Semantic Consistency Auditor free?

Yes, Semantic Consistency Auditor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Semantic Consistency Auditor support?

Semantic Consistency Auditor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Semantic Consistency Auditor?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.

💬 Comments