← Back to Skills Marketplace
Mercado Pago
by
Vlad Ursul
· GitHub ↗
· v1.0.0
· MIT-0
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mercado-pago
Description
Mercado Pago integration. Manage Payments, Refunds. Use when the user wants to interact with Mercado Pago data.
Usage Guidance
This skill is internally consistent with its purpose, but before installing/use: 1) Verify the @membranehq npm package is the official CLI (check the package page and repository) — installing global npm packages executes code on your machine. 2) Prefer using 'npx @membranehq/cli' to avoid a global install if you don't want files added to PATH. 3) Understand that Membrane will hold the Mercado Pago auth for the connection; only create connections for accounts you trust and consider using an account with limited permissions for testing. 4) Be cautious granting the agent autonomous invocation if you do not want it to perform payments/refunds without explicit approval. If you need more assurance, ask the publisher for a link to the exact npm package and the Membrane connector documentation before proceeding.
Capability Analysis
Type: OpenClaw Skill
Name: mercado-pago
Version: 1.0.0
The skill provides instructions for integrating Mercado Pago using the Membrane CLI. It guides the agent through installing the `@membranehq/cli` package, authenticating, and managing payment actions via the Membrane platform. The instructions are transparent, align with the stated purpose, and explicitly advise against asking users for sensitive API keys, delegating credential management to the platform instead. No indicators of malicious intent, data exfiltration, or unauthorized execution were found in SKILL.md or _meta.json.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (Mercado Pago integration) matches the instructions (use Membrane CLI to connect to a 'mercado-pago' connector, list/create/run actions). There are no unrelated environment variables, binaries, or configuration paths requested.
Instruction Scope
SKILL.md stays within scope: it instructs installing/running the Membrane CLI, logging in, creating a connection, discovering and running actions. It does not instruct reading arbitrary files, scraping environment variables, or sending data to unexpected endpoints. It does instruct interactive/headless login flows that require user actions.
Install Mechanism
The skill has no packaged install spec (instruction-only). The README instructs installing @membranehq/cli via 'npm install -g' or using 'npx'. Installing a global npm package runs code on the host and writes to disk — this is expected for a CLI integration but worth noting. The package is under the @membranehq scope (reasonable), so verify the official package before installing and prefer 'npx' or scoped installs if you want to avoid a global install.
Credentials
The skill declares no required env vars or primary credential. Authentication is delegated to Membrane (login flow and server-side credential storage). There are no requests for unrelated credentials or secrets in the instructions.
Persistence & Privilege
The skill is not always-included (always: false) and is user-invocable. Model invocation is allowed (default) which is normal for skills. Be aware that once you create a Membrane connection, the agent (when it invokes this skill) can run actions that operate on your Mercado Pago account (payments, refunds) — ensure you trust the connected account and limit privileges if possible.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mercado-pago - After installation, invoke the skill by name or use
/mercado-pago - 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 Mercado Pago?
Mercado Pago integration. Manage Payments, Refunds. Use when the user wants to interact with Mercado Pago data. It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Mercado Pago?
Run "/install mercado-pago" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mercado Pago free?
Yes, Mercado Pago is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mercado Pago support?
Mercado Pago is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mercado Pago?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.0.
More Skills