← 返回 Skills 市场
aipoch-ai

IRB Application Assistant

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
146
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install irb-application-assistant
功能描述
Assists researchers with Institutional Review Board (IRB) application tasks, including drafting informed consent documents, reviewing research protocols for...
使用说明 (SKILL.md)

IRB Application Assistant

Helps researchers prepare, review, and submit Institutional Review Board (IRB) applications. Supports drafting informed consent templates, checking protocol compliance, generating application documents, and guiding researchers through the submission workflow.

Quick Start

# Generate an informed consent template
python scripts/main.py --task consent --protocol protocol.json --output consent_form.docx

# Run a compliance check on a research protocol
python scripts/main.py --task compliance-check --protocol protocol.json --verbose

# Generate a full IRB application package
python scripts/main.py --task generate-application --config study_config.json --output irb_package/

Core Capabilities

1. Generate Informed Consent Documents

Produces compliant informed consent forms based on study parameters such as participant population, risk level, and study type.

python scripts/main.py --task consent \
  --protocol protocol.json \
  --population "adults 18+" \
  --risk-level minimal \
  --output consent_form.docx

2. Protocol Compliance Review

Checks a research protocol against IRB requirements and flags missing or non-compliant sections.

python scripts/main.py --task compliance-check \
  --protocol protocol.json \
  --ruleset federal-common-rule \
  --output compliance_report.txt

3. Application Form Generation

Generates completed IRB application forms (e.g., initial review, continuing review, amendment) from structured study data.

python scripts/main.py --task generate-application \
  --form-type initial-review \
  --config study_config.json \
  --output irb_application.docx

4. Submission Checklist Validation

Validates that all required documents and fields are present before submission.

python scripts/main.py --task validate-submission \
  --package irb_package/ \
  --output validation_report.txt

Recommended Workflow

Follow these steps for a complete IRB submission:

  1. Prepare study configuration — Populate study_config.json with study title, PI details, participant population, risk level, and procedures.
  2. Run compliance check — Use --task compliance-check to identify gaps in the protocol before drafting documents.
    • Checkpoint: If the compliance report flags ANY errors, resolve ALL flagged items and re-run --task compliance-check before proceeding. Do not advance to step 3 with unresolved compliance errors.
  3. Generate consent document — Use --task consent to produce a compliant informed consent form tailored to the study.
  4. Generate application forms — Use --task generate-application to produce the required IRB submission forms.
  5. Validate submission package — Use --task validate-submission to confirm all required documents are present and fields are complete.
    • Checkpoint: If validation fails, follow this loop: review errors in validation_report.txt → fix each issue → re-run --task validate-submission → only proceed when the report shows zero blocking errors.
  6. Review and submit — Manually review any remaining warnings in the compliance and validation reports before submitting to the IRB.

Quality Checklist

  • Protocol includes all required sections (purpose, procedures, risks, benefits, confidentiality)
  • Informed consent language is at appropriate reading level for participant population
  • Risk level classification is justified and documented
  • All required attachments (recruitment materials, surveys, data management plan) are included
  • Compliance report reviewed and all flagged items resolved
  • Submission package validated with zero blocking errors

References

  • references/guide.md — Detailed documentation and field descriptions
  • references/examples/ — Sample protocols, consent forms, and completed applications

Skill ID: 952 | Version: 1.0 | License: MIT

安全使用建议
This package is incomplete and therefore suspicious rather than outright malicious: SKILL.md promises compliance checks, full application generation, .docx output, and references that aren't present, while the included script only writes simple plain-text templates. Before installing or relying on it, do not use it for any real IRB submission or PHI-containing data. If you consider using it: (1) inspect/run the Python script in a sandbox to confirm behavior, (2) ask the publisher for the missing files and an authoritative source or homepage, (3) verify there is no network I/O or logging of sensitive data, and (4) prefer established tools or institutional templates for regulatory work. If the author provides the missing implementation and documentation, reassess; currently treat this as incomplete and do not rely on it for compliance-critical tasks.
功能分析
Type: OpenClaw Skill Name: irb-application-assistant Version: 1.0.0 The IRB Application Assistant is a straightforward tool for generating research protocol templates and consent forms. While there is a discrepancy between the documentation (SKILL.md), which describes advanced tasks like compliance checking, and the actual implementation (scripts/main.py), which only handles basic text generation, the code itself is safe. It contains no network activity, obfuscation, or unauthorized file access, and the instructions in SKILL.md do not attempt to manipulate the agent into performing harmful actions.
能力评估
Purpose & Capability
SKILL.md describes multiple capabilities (compliance-check, generate-application, validate-submission, producing .docx packages, rulesets, references/) that would reasonably require significant code and data files. The included scripts/main.py only generates simple plain-text application and consent templates and exposes a --template flag; it does not implement --task options or compliance logic. Several referenced artifacts (protocol.json examples, study_config.json, references/ directory) are missing. This mismatch means the requested functionality is not actually provided.
Instruction Scope
The instructions tell users to run tasks that imply reading protocol/config files and producing validated packages, and they instruct workflows with mandatory compliance checkpoints. The actual runtime artifact (scripts/main.py) only composes and writes basic text templates and does not perform compliance checks, validation, or .docx generation. The SKILL.md therefore directs the agent and user to expect behaviors that are not implemented, which is misleading and could cause users to proceed under false assumptions. The SKILL.md also references files/paths that don't exist in the bundle.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with a small included Python script. Nothing is fetched from remote URLs and no archives are extracted, so install risk is low.
Credentials
The skill declares no required environment variables, credentials, or config paths and the script does not access network, environment variables, or external secrets. The requested privileges are proportionate to the code present.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills. It does not try to write to global agent settings; persistence/privilege level is appropriate.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install irb-application-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /irb-application-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of IRB Application Assistant. - Assists researchers in preparing, reviewing, and submitting IRB applications. - Supports generation of informed consent documents, protocol compliance review, and application form creation. - Provides submission checklist validation to ensure completeness before IRB submission. - Includes recommended workflow and quality checklist for a streamlined IRB process. - Offers command-line examples for all supported tasks.
元数据
Slug irb-application-assistant
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

IRB Application Assistant 是什么?

Assists researchers with Institutional Review Board (IRB) application tasks, including drafting informed consent documents, reviewing research protocols for... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。

如何安装 IRB Application Assistant?

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

IRB Application Assistant 是免费的吗?

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

IRB Application Assistant 支持哪些平台?

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

谁开发了 IRB Application Assistant?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论