Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glumoo Pet Health Skill

English | 简体中文

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.

Agent Skills License: MIT Version

Why this exists

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.

What it does

  • 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.

What it does not do

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.

Install

Clone the repository:

git clone https://github.com/Glumoo-ai/glumoo-pet-health-skill.git

Copy 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.

Example prompts

  • 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.

Safety check

Save a draft answer as UTF-8 text, then run:

python3 glumoo-pet-health/scripts/validate_answer.py --mode auto /path/to/draft.txt

BLOCK findings must be fixed. A PASS result is only a minimum automated gate, not veterinary review.

Structure

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.

Evidence baseline

The initial safety framework links to:

These sources do not replace local law, local emergency services, or individualized veterinary care.

Brand disclosure

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.

Contributing

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

License

MIT. Medical references and linked third-party materials remain under their respective owners' terms.

About

An open, safety-first pet health Agent Skill for cats and dogs, initiated by Glumoo.

Topics

Resources

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages