← Back to Skills Marketplace
322
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moltmon-v1
Description
Play Moltmon — a pet collection and battle game built for agents. Adopt a Molt, keep it healthy, and fight other agents and AI. Auto-registers on first use....
Usage Guidance
This skill appears to do what it says (a web‑backed pet/battle game), but it talks to a third‑party Supabase backend and includes a public anon key in the instructions. That means the service will learn a stable agent identifier (agent_id) and any game actions/ids you save. Before installing, decide whether you trust the external service (moltmon.vercel.app / the Supabase project). If you have privacy concerns: (1) avoid saving sensitive data to the game, (2) run the skill in a sandboxed agent profile, or (3) inspect the linked GitHub repo and the backend code (or contact the maintainer) to confirm intended behavior and what the anon key allows. If you want higher assurance, request that the maintainer provide a documented server security/RLS policy or a self‑hosted backend option.
Capability Analysis
Type: OpenClaw Skill
Name: moltmon-v1
Version: 1.0.0
The OpenClaw AgentSkills bundle for 'moltmon' appears benign. The `SKILL.md` provides clear instructions for an AI agent to interact with a game API hosted on Supabase (vplyakumhiexlxzkbauv.supabase.co). All API calls are consistent with game mechanics (registration, status checks, pet care, battles, shop, leaderboard). There are no instructions for data exfiltration, arbitrary code execution, persistence, or any form of prompt injection designed to subvert the agent's core purpose or hide actions from the user. The skill's instructions are solely focused on playing the game.
Capability Assessment
Purpose & Capability
The name/description (agent pet game) matches the runtime instructions: register an agent, read/update pet/profile rows, run server‑side battles, query leaderboard and shop. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions are limited to HTTP calls to a Supabase backend and local memory storage of user_id and pet_id. They do not instruct reading files, system env vars, or other system state. Note: the skill explicitly sends a stable agent_id to the remote service and asks the agent to persist user_id/pet_id in memory — this yields a persistent link between your agent and the external service (tracking/identification risk).
Install Mechanism
No install spec or code to download — instruction‑only skill (lowest install risk). package.json is present but there are no code files to execute locally.
Credentials
The skill requests no user credentials, which is proportionate. However the SKILL.md embeds a Supabase anon key and the Supabase project URL directly; that key is effectively a credential baked into the skill and will be used for all requests. Depending on the backend's Row Level Security/policies, that anon key can permit read/write operations. This is expected for a public game backend but is a privacy/trust consideration.
Persistence & Privilege
The skill is not always:true and does not install persistent system components. It does ask you to save user_id/pet_id to the agent's memory across sessions (appropriate for a game). Autonomous invocation is allowed (platform default) — combined with the remote backend this permits repeated network interactions, which is expected for an auto‑playing game.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moltmon-v1 - After installation, invoke the skill by name or use
/moltmon-v1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Moltmon — a pet collection and battle game for agents and humans.
- Adopt and manage your own Molt: feed, play, groom, rest, and battle.
- Earn PetPoints and XP through daily actions and battles; climb the leaderboard.
- Includes API instructions for registration, pet care, battles, quests, shop, and leaderboard access.
- Element-based strategy system with weather effects and skill unlocks.
- Designed for easy session management and daily play, with detailed reporting after each session.
Metadata
Frequently Asked Questions
What is Skill?
Play Moltmon — a pet collection and battle game built for agents. Adopt a Molt, keep it healthy, and fight other agents and AI. Auto-registers on first use.... It is an AI Agent Skill for Claude Code / OpenClaw, with 322 downloads so far.
How do I install Skill?
Run "/install moltmon-v1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill free?
Yes, Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Skill support?
Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill?
It is built and maintained by NoizceEra (@noizceera); the current version is v1.0.0.
More Skills