← Back to Skills Marketplace
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install patient-consent-simplifier
Description
Simplify informed consent documents into patient-friendly language while maintaining regulatory compliance (FDA 21CFR50, ICH-GCP, HIPAA) and required legal e...
Usage Guidance
This skill appears to be a small demo/text-only simplifier but its documentation promises extra safeguards and features that are not implemented. Before installing or using it on real consent forms (especially those containing PHI/PHI):
- Do not run this on documents containing real patient identifiers unless you have explicit authorization and have audited/extended the code to implement PHI detection and safe handling.
- The script does not parse PDFs, perform PHI/PII detection, or evaluate a compliance checklist despite SKILL.md claiming those capabilities — expect false negatives/incorrect compliance judgments.
- Treat outputs as draft-language suggestions only; have a qualified human (IRB/regulatory/legal specialist) review any simplified consent before use.
- If you plan to rely on this skill, request or implement: PDF parsing (e.g., pdfminer/pyPDF), explicit PHI detection/de-identification, a concrete checklist-based compliance verifier, unit tests, and logging that avoids exposing PHI.
Given the mismatch between promised behavior and actual code, proceed cautiously and prefer de-identified test data until the missing features are implemented and reviewed.
Capability Assessment
Purpose & Capability
Name and description (simplify consent forms while preserving regulatory elements) align with the included Python script's intent to simplify text. However, SKILL.md claims support for PDF input, a compliance checklist, and mandatory PHI/PII detection that are not implemented in scripts/main.py — this is a functional mismatch (overpromising capabilities).
Instruction Scope
SKILL.md instructs the agent to perform a mandatory sensitive-data check, validate compliance against a required-elements checklist, and accept PDFs; none of these steps are implemented in the runtime code. The workflow and error-handling expectations in SKILL.md therefore grant broader authority and responsibility than the code actually performs.
Install Mechanism
Instruction-only with a single small Python script and no install spec, external downloads, or binaries required. No install-time risks detected.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of requested secrets is proportional to its stated purpose.
Persistence & Privilege
The skill is not forced-always, has no elevated persistence requirements, and does not request modification of other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install patient-consent-simplifier - After installation, invoke the skill by name or use
/patient-consent-simplifier - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release – simplifies informed consent documents for patients while maintaining regulatory compliance.
- Converts complex consent forms into accessible language with preserved required legal elements.
- Checks for sensitive data (PII/PHI) before processing and warns if detected.
- Supports input as text or file, with adjustable target reading grade levels.
- Provides readability reports and ensures compliance with FDA, ICH-GCP, and HIPAA.
- Enforces error handling and strict input validation to stay within defined scope.
Metadata
Frequently Asked Questions
What is Patient Consent Simplifier?
Simplify informed consent documents into patient-friendly language while maintaining regulatory compliance (FDA 21CFR50, ICH-GCP, HIPAA) and required legal e... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install Patient Consent Simplifier?
Run "/install patient-consent-simplifier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Patient Consent Simplifier free?
Yes, Patient Consent Simplifier is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Patient Consent Simplifier support?
Patient Consent Simplifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Patient Consent Simplifier?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills