← Back to Skills Marketplace
aipoch-ai

Iacuc Protocol Drafter

by AIpoch · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
132
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install iacuc-protocol-drafter
Description
Draft IACUC protocol applications with focus on the 3Rs principles justification
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install iacuc-protocol-drafter
  3. After installation, invoke the skill by name or use /iacuc-protocol-drafter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug iacuc-protocol-drafter
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Iacuc Protocol Drafter?

Draft IACUC protocol applications with focus on the 3Rs principles justification. It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.

How do I install Iacuc Protocol Drafter?

Run "/install iacuc-protocol-drafter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Iacuc Protocol Drafter free?

Yes, Iacuc Protocol Drafter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Iacuc Protocol Drafter support?

Iacuc Protocol Drafter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Iacuc Protocol Drafter?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v0.1.0.

💬 Comments