← 返回 Skills 市场
aipoch-ai

Iacuc Protocol Drafter

作者 AIpoch · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install iacuc-protocol-drafter
功能描述
Draft IACUC protocol applications with focus on the 3Rs principles justification
使用说明 (SKILL.md)

IACUC Protocol Drafter

ID: 105
Name: IACUC Protocol Drafter
Description: Draft Institutional Animal Care and Use Committee (IACUC) protocol applications, especially the justification section for the "3Rs principles" (Replacement, Reduction, Refinement).

Requirements

  • Python 3.8+
  • No additional dependencies (uses standard library)

Usage

# Generate local file
python skills/iacuc-protocol-drafter/scripts/main.py --input protocol_input.json --output iacuc_protocol.txt

# Use stdin/stdout
cat protocol_input.json | python skills/iacuc-protocol-drafter/scripts/main.py

Parameters

Parameter Type Default Required Description
--input, -i string - Yes Path to input JSON file with protocol details
--output, -o string stdout No Output file path for generated protocol
--template string standard No Template type (standard, minimal, detailed)
--format string text No Output format (text, markdown, docx)

Input Format (JSON)

{
  "title": "Experiment Title",
  "principal_investigator": "Principal Investigator Name",
  "institution": "Research Institution Name",
  "species": "Experimental Animal Species",
  "number_of_animals": 50,
  "procedure_description": "Brief description of experimental procedures",
  "pain_category": "B",
  "justification": {
    "replacement": {
      "alternatives_considered": ["In vitro experiments", "Computer simulation"],
      "why_animals_needed": "Reasons why animals must be used"
    },
    "reduction": {
      "sample_size_calculation": "Sample size calculation method and rationale",
      "minimization_strategies": "Strategies to minimize animal numbers"
    },
    "refinement": {
      "pain_management": "Pain management measures",
      "housing_enrichment": "Housing environment optimization",
      "humane_endpoints": "Humane endpoint setting"
    }
  }
}

Output

Generate IACUC-standard application text, including a complete 3Rs principles justification section.

Templates

Built-in standard templates cover:

  • Replacement: Justification for why live animals must be used
  • Reduction: Explanation of statistical basis for sample size calculation
  • Refinement: Description of measures to reduce pain and stress

Notes

  • Generated content should be used as a draft and adjusted according to actual conditions
  • It is recommended to consult your institution's IACUC office for specific format requirements
  • Ensure all animal experiments comply with local regulations and institutional policies

Risk Assessment

Risk Indicator Assessment Level
Code Execution Python/R scripts executed locally Medium
Network Access No external API calls Low
File System Access Read input files, write output files Medium
Instruction Tampering Standard prompt guidelines Low
Data Exposure Output files saved to workspace Low

Security Checklist

  • No hardcoded credentials or API keys
  • No unauthorized file system access (../)
  • Output does not expose sensitive information
  • Prompt injection protections in place
  • Input file paths validated (no ../ traversal)
  • Output directory restricted to workspace
  • Script execution in sandboxed environment
  • Error messages sanitized (no stack traces exposed)
  • Dependencies audited

Prerequisites

No additional Python packages required.

Evaluation Criteria

Success Metrics

  • Successfully executes main functionality
  • Output meets quality standards
  • Handles edge cases gracefully
  • Performance is acceptable

Test Cases

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. Performance: Large dataset → Acceptable processing time

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-06
  • Known Issues: None
  • Planned Improvements:
    • Performance optimization
    • Additional feature support
安全使用建议
This skill appears coherent and local-only, but before installing or running it: 1) inspect the complete scripts/main.py file (the listing provided was truncated) to confirm there are no hidden network calls, exec/eval usage, or file-system operations you don't expect; 2) run it in a sandbox or non-privileged account first; 3) avoid passing sensitive or system file paths as the input parameter (the script reads whatever JSON path you supply and could overwrite an output path); 4) validate and sanitize input JSON if it comes from untrusted sources; 5) confirm generated content conforms to your institution's IACUC policies before use. If you want higher assurance, ask the publisher for the full untruncated source and a short security review showing there are no external network calls or subprocess invocations.
能力评估
Purpose & Capability
Name/description (IACUC protocol drafting) align with the provided SKILL.md and the Python script: the code reads protocol data and generates application text focused on 3Rs. There are no unrelated requirements (no cloud creds, no extra binaries).
Instruction Scope
SKILL.md instructs local use (read JSON input, write output) and the script follows that scope. Note: the security checklist in SKILL.md recommends input path validation and prompt-injection protections, but the visible portion of the script shows direct file open/JSON load without explicit path sanitization or sandboxing. This is expected for a CLI tool but means users should be careful about input/output paths and running it with untrusted inputs.
Install Mechanism
No install spec; this is an instruction-only skill with a local Python script relying only on the standard library. No remote downloads or package installs are required.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportional to the described functionality.
Persistence & Privilege
always is false and model invocation defaults are unchanged. The skill does not request elevated or persistent system privileges and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install iacuc-protocol-drafter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /iacuc-protocol-drafter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of IACUC Protocol Drafter. - Generate IACUC protocol draft text with a focus on 3Rs principles justification. - Supports input via JSON file or stdin, and output to file or stdout. - Built-in templates for Replacement, Reduction, and Refinement sections. - Command-line parameters for input/output files, template type, and format. - No additional dependencies required; uses Python 3.8+ standard library. - Includes security and risk assessment guidelines.
元数据
Slug iacuc-protocol-drafter
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Iacuc Protocol Drafter 是什么?

Draft IACUC protocol applications with focus on the 3Rs principles justification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 Iacuc Protocol Drafter?

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

Iacuc Protocol Drafter 是免费的吗?

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

Iacuc Protocol Drafter 支持哪些平台?

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

谁开发了 Iacuc Protocol Drafter?

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

💬 留言讨论