← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mouse-colony-planner
Description
Calculate breeding timelines and cage requirements for transgenic mouse colonies
Usage Guidance
This skill appears to do what it says: a local Python tool for planning mouse breeding and costs. Before running it: 1) Review and confirm the units/currency — SKILL.md examples list costs in CNY while the code comments and CostParams use USD; make sure you supply the correct local cost values. 2) Inspect the full script (already included) and run it in a sandboxed environment if possible; it does not perform network access or read unexpected host files, but you should verify output file paths if you redirect results to disk. 3) The requirements.txt includes 'dataclasses' and 'enum' which are standard library modules on modern Python; ensure your Python version (3.7+) or environment handles those dependencies as expected. 4) If you will act on animal breeding plans, confirm assumptions (litter size, genotype ratios, husbandry rules) against your institution's animal-care policies and adjust parameters accordingly.
Capability Analysis
Type: OpenClaw Skill
Name: mouse-colony-planner
Version: 1.0.0
The mouse-colony-planner skill is a legitimate tool for calculating breeding timelines and costs for laboratory mice. The core logic in scripts/main.py is a straightforward calculator using standard Python libraries (argparse, math, dataclasses) and does not perform any network requests, sensitive file system access, or dynamic code execution (eval/exec).
Capability Assessment
Purpose & Capability
The name/description (breeding timelines, cage requirements, cost estimation) match the included Python script and the command-line usage in SKILL.md. The script implements breeding schemes and cost/cage math consistent with the stated purpose. No unrelated services, credentials, or system subsystems are requested.
Instruction Scope
SKILL.md instructs running the provided script with command-line args and saving output to workspace; the script's logic operates on provided numeric inputs and constructs a plan. The doc mentions reading/writing files and validating input paths in its security checklist, but there are no instructions to read arbitrary host files or environment variables. Confirm how/where outputs are saved if you will run it in a shared workspace; the SKILL.md and code use only local runtime inputs.
Install Mechanism
There is no install spec; it is instruction-only except for a small Python script and requirements.txt. The requirements list only 'dataclasses' and 'enum' (both standard library or harmless backports) — no external downloads or remote installers are used.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script does not import networking or credential libraries. This is proportionate to the stated functionality.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does not modify other skills or system-wide settings, and contains no code to persist credentials or modify agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mouse-colony-planner - After installation, invoke the skill by name or use
/mouse-colony-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Mouse Colony Planner.
- Calculates breeding timelines and estimates cage requirements for transgenic mouse colonies.
- Supports cost estimation for breeding (cage, husbandry, and genotyping fees).
- Command-line interface with customizable parameters for breeding schemes and colony setup.
- Provides detailed output including stage timelines, cage numbers, total cost, and breeding flowchart.
Metadata
Frequently Asked Questions
What is Mouse Colony Planner?
Calculate breeding timelines and cage requirements for transgenic mouse colonies. It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Mouse Colony Planner?
Run "/install mouse-colony-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mouse Colony Planner free?
Yes, Mouse Colony Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mouse Colony Planner support?
Mouse Colony Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mouse Colony Planner?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills