← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install protocol-deviation-classifier-1
Description
Determine whether an incident in a clinical trial is a "major deviation.
Usage Guidance
This package appears coherent for classifying protocol deviations, but before running it on real clinical data: 1) perform a quick code review of scripts/main.py to ensure there are no network calls or any code that transmits data (look for imports/use of requests, urllib, socket, http.client, ftplib, paramiko, subprocess/os.system, or hardcoded URLs/IPs); 2) verify logging/storage behavior (ensure PHI is not written to shared locations or uploaded); 3) run the included smoke checks (python -m py_compile scripts/main.py and python scripts/main.py --help) and test on synthetic/deidentified examples; 4) confirm the regulatory rationale and recommended actions meet your internal SOPs before relying on outputs for compliance decisions. If you want, I can scan the full scripts/main.py content for network I/O, file writes, or subprocess usage — provide the remainder of the file and I will review it line-by-line.
Capability Analysis
Type: OpenClaw Skill
Name: protocol-deviation-classifier-1
Version: 1.0.1
The skill bundle is a legitimate tool for classifying clinical trial protocol deviations according to GCP and ICH E6 guidelines. The core logic in `scripts/main.py` uses regular expressions and rule-based scoring to assess the impact of deviations on subject safety, data integrity, and scientific validity. The code is well-structured, uses only Python standard libraries, and lacks any indicators of malicious behavior such as data exfiltration, unauthorized network access, or command execution. The instructions in `SKILL.md` are consistent with the tool's stated purpose and do not contain prompt-injection attacks.
Capability Assessment
Purpose & Capability
Name/description match the packaged artifact: a Python classifier (scripts/main.py) that uses keyword patterns and risk heuristics to classify deviations. Required env, binaries, and config paths are empty and appropriate for a standalone classifier.
Instruction Scope
SKILL.md instructs the agent to validate inputs and run the packaged script only (python -m py_compile and python scripts/main.py). The instructions do not ask the agent to read unrelated system files, harvest credentials, or post data to third‑party endpoints.
Install Mechanism
No install spec is provided (instruction-only skill with included script). Files are local to the package; there is no download-from-URL or archive extraction step in the manifest.
Credentials
The skill requires no environment variables or external credentials. The declared requirements (Python 3.8+, minimal stdlib) are proportional to the described functionality.
Persistence & Privilege
always is false (no forced inclusion), and there is no indication the skill attempts to modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but not by itself a problem.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install protocol-deviation-classifier-1 - After installation, invoke the skill by name or use
/protocol-deviation-classifier-1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release with workflow, audit, and reference improvements.
- Added audit result sample and a runtime checklist for reference and validation.
- Updated SKILL.md with clarified execution workflow, commands, and input/output handling.
- Emphasized reproducible outputs, fallback paths for missing inputs, and explicit parameter controls.
- Retained structured classification rules and CLI/API documentation.
- No third-party dependencies; Python standard library only.
Metadata
Frequently Asked Questions
What is Protocol Deviation Classifier?
Determine whether an incident in a clinical trial is a "major deviation. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Protocol Deviation Classifier?
Run "/install protocol-deviation-classifier-1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Protocol Deviation Classifier free?
Yes, Protocol Deviation Classifier is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Protocol Deviation Classifier support?
Protocol Deviation Classifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Protocol Deviation Classifier?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.1.
More Skills