← 返回 Skills 市场
ewankeynes

Protocol Deviation Classifier

作者 ewankeynes · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
251
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install protocol-deviation-classifier
功能描述
Determine whether an incident in a clinical trial is a "major deviation" or "minor deviation". Function: Automatically classify protocol deviations in clinic...
安全使用建议
This skill appears internally consistent and runs locally without requesting credentials or remote installs, but before using it on real clinical data: (1) review the full scripts/main.py file (the provided file was truncated in the listing) to ensure there are no hidden network calls or subprocess invocations, (2) test the classifier on known examples and perform clinical/regulatory review—do not rely solely on automated outputs for regulatory decisions, (3) avoid sending personally identifiable or protected health information to unfamiliar environments; run the tool in a controlled environment or sanitize inputs, and (4) if you plan to integrate this into workflows, add logging, auditing, and human review gates to meet GCP/regulatory requirements.
功能分析
Type: OpenClaw Skill Name: protocol-deviation-classifier Version: 0.1.0 The protocol-deviation-classifier skill bundle is a legitimate tool designed for clinical trial quality management. The core logic in `scripts/main.py` uses rule-based scoring and regular expressions to classify protocol deviations according to GCP/ICH E6 standards. The code relies solely on the Python standard library, contains no network requests, and performs no suspicious file system operations or command executions. The documentation in `SKILL.md` is well-structured and lacks any instructions that could be interpreted as prompt injection or malicious intent.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included Python module align: the project is a local classifier for clinical trial protocol deviations and the code defines patterns, heuristics, and CLI/API entry points consistent with that purpose.
Instruction Scope
SKILL.md and the visible portions of scripts/main.py restrict behavior to local classification, reporting, and CLI interactions. The instructions do not ask the agent to read unrelated system files, access environment secrets, or post data to external endpoints.
Install Mechanism
No install spec is present and requirements.txt lists only small stdlib-like packages (dataclasses, enum). There is no evidence of remote downloads or archive extraction in the provided material.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That matches the described functionality. Note: the classifier will process possibly sensitive clinical identifiers provided as input, which is expected but requires appropriate handling by the user.
Persistence & Privilege
always:false and no install hooks or persistent system modifications are present in the visible files. The skill does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install protocol-deviation-classifier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /protocol-deviation-classifier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of protocol-deviation-classifier. - Automatically classifies protocol deviations in clinical trials as "major" or "minor" based on GCP/ICH E6 standards. - Assesses impact of deviations on subject safety, data integrity, and scientific validity. - Provides CLI and Python API for single or batch classification, with report generation. - Includes clear deviation classification standards and examples for both major and minor categories. - Generates structured JSON results with confidence scores and regulatory basis references. - Pure Python implementation with no third-party dependencies; supports Chinese clinical trial scenarios.
元数据
Slug protocol-deviation-classifier
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Protocol Deviation Classifier 是什么?

Determine whether an incident in a clinical trial is a "major deviation" or "minor deviation". Function: Automatically classify protocol deviations in clinic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 251 次。

如何安装 Protocol Deviation Classifier?

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

Protocol Deviation Classifier 是免费的吗?

是的,Protocol Deviation Classifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Protocol Deviation Classifier 支持哪些平台?

Protocol Deviation Classifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Protocol Deviation Classifier?

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

💬 留言讨论