返回顶部
i

iacuc-protocol-drafter

Draft IACUC protocol applications with focus on the 3Rs principles justification

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
91
下载量
0
收藏
概述
安装方式
版本历史

iacuc-protocol-drafter

# 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 ```bash # 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) ```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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 iacuc-protocol-drafter-1776077670 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 iacuc-protocol-drafter-1776077670 技能

通过命令行安装

skillhub install iacuc-protocol-drafter-1776077670

下载 Zip 包

⬇ 下载 iacuc-protocol-drafter v0.1.0

文件大小: 8.84 KB | 发布时间: 2026-4-14 12:56

v0.1.0 最新 2026-4-14 12:56
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部