Install
openclaw skills install @troioi-vn/meo-mai-moiUse for Meo Mai Moi pet-owner tasks when an agent needs to help a user manage their pets through the documented API: listing pets, updating pet profiles, adding weights, vaccinations, medical records, or microchips, understanding helper profiles, or navigating placement workflows. Also use when the user asks how to authenticate to Meo Mai Moi, how to install or configure this skill, which prompts to give their agent, or how to safely automate day-to-day pet-management actions without guessing undocumented routes.
openclaw skills install @troioi-vn/meo-mai-moiUse this skill for user-facing pet-management help on Meo Mai Moi. Prefer documented /api/* endpoints and avoid inventing routes or payload fields.
Meo Mai Moi is hosted at https://meo-mai-moi.com. Before an agent can use Meo Mai Moi for a user, the user must manually sign in or register there, then create a personal API key/token at https://meo-mai-moi.com/developer.
The user should provide that key to their agent securely, ideally as a local secret or environment variable, not by pasting it into public chats, shared prompts, GitHub issues, logs, or commits.
Without this API key, the agent cannot access the user's pets or account data through the API.
Useful official links:
Read only the reference file you need:
references/api.md for authentication, response format, documented endpoints, and API usage rules.references/domain-model.md for pet, helper, relationship, and placement concepts.references/workflows.md for task playbooks and safe execution patterns.references/examples.md when the user asks how to install the skill, configure token loading, or phrase requests to their agent.Accept: application/json and Authorization: Bearer <token> for PAT-backed requests.{ success: true, data, message? }. Errors are usually { success: false, data: null, message, error?, errors? }.read, create, update, delete.When helping with Meo Mai Moi tasks: