← Back to Skills Marketplace
Momo
by
Vlad Ursul
· GitHub ↗
· v1.0.0
· MIT-0
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install momo-integration
Description
MoMo integration. Manage Recordses. Use when the user wants to interact with MoMo data.
Usage Guidance
This skill looks like a straightforward integration that uses the Membrane CLI to talk to MoMo. Before installing: ensure you have Node/npm if you plan to follow the instructions (the registry metadata didn't list them), verify the @membranehq/cli package and the getmembrane.com / GitHub repo are legitimate, and be comfortable completing an interactive login in your browser. Installing a global npm CLI will add code to your machine — review the package source (GitHub) or run it in a controlled environment if you need higher assurance. If you don't want to install anything, ask the user whether you can use an existing Membrane connection or run actions via an approved service account instead.
Capability Analysis
Type: OpenClaw Skill
Name: momo-integration
Version: 1.0.0
The skill bundle provides instructions for an AI agent to interact with the MoMo data platform via the Membrane CLI. It includes standard procedures for installing the `@membranehq/cli` NPM package, authenticating users, and managing data actions. The instructions in SKILL.md follow security best practices by advising the agent to use the platform's built-in connection management rather than requesting sensitive API keys or tokens directly from the user. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
The name/description (MoMo integration) match the instructions (use Membrane CLI to manage Records). Minor omission: the skill expects the 'membrane' CLI (installed via npm) and therefore Node/npm to be available, but the registry metadata lists no required binaries.
Instruction Scope
SKILL.md confines actions to installing and using the Membrane CLI (login, connect, list actions, run actions). It does not instruct reading unrelated files or asking for user API keys; it explicitly advises letting Membrane manage credentials.
Install Mechanism
There is no formal install spec in the metadata, but the instructions recommend installing @membranehq/cli via npm (global install or npx). Installing from the public npm registry is a normal pattern for CLIs but does write code to disk and relies on an external package; this is moderate-risk compared with instruction-only skills that require no installs.
Credentials
The skill declares no required environment variables or credentials and the instructions avoid requesting secrets (relying on Membrane's login flow). Requested access (network + Membrane account) is proportionate to the described purpose.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent system-wide privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install momo-integration - After installation, invoke the skill by name or use
/momo-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Momo?
MoMo integration. Manage Recordses. Use when the user wants to interact with MoMo data. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Momo?
Run "/install momo-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Momo free?
Yes, Momo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Momo support?
Momo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Momo?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.0.
More Skills