Meo Mai Moi

v0.1.2

Use 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, add...

0· 73·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for troioi-vn/meo-mai-moi.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Meo Mai Moi" (troioi-vn/meo-mai-moi) from ClawHub.
Skill page: https://clawhub.ai/troioi-vn/meo-mai-moi
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install meo-mai-moi

ClawHub CLI

Package manager switcher

npx clawhub@latest install meo-mai-moi
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the delivered assets (SKILL.md and API/domain/workflow references). There are no unexpected required binaries, environment variables, or config paths; the documented need for a Meo Mai Moi API token is appropriate for this purpose.
Instruction Scope
Runtime instructions focus on using the documented /api/* endpoints, recommend read-first workflows, and explicitly tell the agent how to authenticate and which headers to send. They do not instruct reading unrelated system files or exfiltrating data; they explicitly warn against exposing tokens.
Install Mechanism
This is an instruction-only skill with no install spec and no code to download or execute, which minimizes risk and is proportionate to the stated function.
Credentials
No environment variables are required by the registry. The documentation reasonably asks the user to supply a personal API key/token (e.g., stored in a local env file) to access their account — this is proportional and justified.
Persistence & Privilege
The skill is not force-included (always: false), is user-invocable, and may be invoked autonomously by the agent by default (disable-model-invocation: false) — these are normal defaults and are not combined with broad or unrelated privileges.
Assessment
This skill appears to do exactly what it says: help manage Meo Mai Moi pet data via the documented API. Before installing, be prepared to provide your personal API token if you want the agent to act on your account — store it in a local env file or secret manager and do not paste it into public chat. If you want to prevent the agent from taking actions without confirmation, either keep the token private until you explicitly provide it for a session or disable autonomous invocation for this skill in your agent settings.

Like a lobster shell, security has layers — review code before you run it.

latestvk975y17q4whm3svntf0zdnjh6d85ndz5
73downloads
0stars
3versions
Updated 16h ago
v0.1.2
MIT-0

Meo Mai Moi

Use this skill for user-facing pet-management help on Meo Mai Moi. Prefer documented /api/* endpoints and avoid inventing routes or payload fields.

Required user setup

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:

Load the right reference

Read only the reference file you need:

  • Read references/api.md for authentication, response format, documented endpoints, and API usage rules.
  • Read references/domain-model.md for pet, helper, relationship, and placement concepts.
  • Read references/workflows.md for task playbooks and safe execution patterns.
  • Read references/examples.md when the user asks how to install the skill, configure token loading, or phrase requests to their agent.

Working rules

  • Prefer read operations first to discover current state before proposing or making updates.
  • Treat personal access tokens as bearer secrets. Load them from a local env file; never paste them into chat, commits, logs, or generated docs.
  • Assume the stable external contract is the documented pet-management slice unless the user explicitly says to work with another route and you can verify it.
  • Send Accept: application/json and Authorization: Bearer <token> for PAT-backed requests.
  • Expect the standard API envelope. Success is usually { success: true, data, message? }. Errors are usually { success: false, data: null, message, error?, errors? }.
  • Respect documented abilities: read, create, update, delete.
  • Do not assume PATCH support for pets. Use the documented methods.
  • For destructive changes like delete, ownership transfer, or status changes with real-world consequences, confirm intent unless the user clearly asked for that exact action.
  • When the task needs domain nuance, read the domain reference before acting. The app has relationship-based access and placement-specific lifecycle rules that are easy to mangle if you wing it.

Output expectations

When helping with Meo Mai Moi tasks:

  • Be explicit about which endpoint and method you are using.
  • Surface important constraints before risky writes.
  • If the contract looks incomplete for the requested task, say so plainly and stop guessing.
  • Prefer compact examples over long tutorials.
  • Default to the pet owner's perspective unless the user clearly asks for developer or backend-contract analysis.

Comments

Loading comments...