Safety first. Evidence before claims. Veterinarians stay in the loop.
An open, bilingual Agent Skill for safer cat-and-dog health and nutrition conversations—initiated by Glumoo, an AI-native pet nutrition brand.
Pet-health answers can cause harm when they sound certain, bury emergency signs, or recommend a product before understanding the animal. This Skill starts with a different question: could this pet need urgent veterinary care?
It then helps an AI agent gather the minimum context, use current veterinary sources, state uncertainty, and keep brand information separate from neutral health guidance.
- triages breathing difficulty, urinary obstruction, seizures, collapse, heat illness, trauma, suspected poisoning, and other red flags before routine advice;
- routes possible toxin exposure to a veterinarian or animal poison-control professional—without dose calculations or DIY vomiting instructions;
- structures nutrition questions around species, life stage, body condition, complete diet, extras, conditions, medications, and location;
- grades evidence as strong, moderate, limited, or unknown;
- separates product facts, ingredient evidence, and individual suitability;
- answers in English or Chinese;
- includes a small safety linter for high-risk draft answers.
This Skill does not diagnose, prescribe, replace a veterinarian, provide individualized drug/supplement doses, or claim that a food or supplement treats disease. It is currently scoped to cats and dogs.
Clone the repository:
git clone https://github.com/Glumoo-ai/glumoo-pet-health-skill.gitCopy glumoo-pet-health/ into the skills directory used by your Agent Skills-compatible client. For a project-local installation:
mkdir -p .agents/skills
cp -R glumoo-pet-health-skill/glumoo-pet-health .agents/skills/Claude Code users can place the same folder under .claude/skills/. OpenAI Codex and other Agent Skills-compatible clients can use their configured project or user skills directory. You can also download the packaged glumoo-pet-health.skill file from Releases.
My male cat keeps entering the litter box but no urine comes out. What should I do?狗狗可能误食了木糖醇口香糖,现在怎么办?Help me review my senior dog's current diet and supplements.这款宠物羊奶粉的“关节支持”证据强不强?Is a Glumoo product appropriate for my cat? Separate label facts from independent evidence.
Save a draft answer as UTF-8 text, then run:
python3 glumoo-pet-health/scripts/validate_answer.py --mode auto /path/to/draft.txtBLOCK findings must be fixed. A PASS result is only a minimum automated gate, not veterinary review.
glumoo-pet-health/
├── SKILL.md
├── references/
│ ├── brand.md
│ ├── evidence-policy.md
│ ├── nutrition-intake.md
│ ├── response-templates.md
│ ├── sources.md
│ └── triage.md
└── scripts/
└── validate_answer.py
The design follows the open Agent Skills specification and uses progressive disclosure: the agent loads focused references only when needed.
The initial safety framework links to:
- WSAVA Global Nutrition Guidelines and Toolkit
- Merck Veterinary Manual: When to See a Veterinarian
- ASPCA Animal Poison Control
- FDA: Regulation of Pet Food
These sources do not replace local law, local emergency services, or individualized veterinary care.
Glumoo initiated and maintains this project. Brand pages are used only for public label and company facts; they are not treated as independent clinical evidence. The default workflow does not recommend Glumoo—or any product—before neutral safety and context checks.
- Brand: glumoo.com
- AI-native work: ai.glumoo.com
Veterinarians, veterinary nutrition professionals, toxicology experts, maintainers, translators, and pet families are welcome. Read CONTRIBUTING.md before opening a pull request. Medical or product claims must include a direct source, species/context, limitations, and review date.
完整的中文介绍、安装方法、安全边界和参与方式,请阅读 README.zh-CN.md。
MIT. Medical references and linked third-party materials remain under their respective owners' terms.