← 返回 Skills 市场
aipoch-ai

Mouse Colony Planner

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mouse-colony-planner
功能描述
Calculate breeding timelines and cage requirements for transgenic mouse colonies
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mouse-colony-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mouse-colony-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug mouse-colony-planner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mouse Colony Planner 是什么?

Calculate breeding timelines and cage requirements for transgenic mouse colonies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Mouse Colony Planner?

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

Mouse Colony Planner 是免费的吗?

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

Mouse Colony Planner 支持哪些平台?

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

谁开发了 Mouse Colony Planner?

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

💬 留言讨论