← Back to Skills Marketplace
dreadterror

Merso Integration

by Alfredo Bárcena · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ Security Clean
152
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install merso-integration
Description
Integrate Merso PNPL (Play Now, Pay Later) payments into games or digital goods platforms. Use when a user wants to: (1) add Merso installment payments to a...
Usage Guidance
This is a coherent integration guide for Merso and does not request unrelated access. Before installing or using it: (1) treat MERSO_API_KEY as a sensitive secret — never expose it to client-side code and store tokens securely; (2) confirm with Merso the exact webhook signing header and secret (the doc uses MERSO_API_KEY as an example HMAC key — verify this); (3) restrict webhook endpoints (HTTPS, IP allowlist if no signature) and implement idempotent handlers as instructed; (4) test fully in the development base URL (api2.dev.merso.io) before production; (5) be aware the commercial docs make product claims (zero KYC, license expiry model) that you should validate with legal/compliance for your region. The skill is instruction-only, so it itself will not install code or fetch remote binaries.
Capability Analysis
Type: OpenClaw Skill Name: merso-integration Version: 1.0.5 The skill bundle provides comprehensive documentation and instructions for integrating the Merso PNPL (Play Now, Pay Later) payment platform. It contains standard API references (api2.merso.io), webhook security implementation examples using HMAC-SHA256, and commercial context in SKILL.md and the references/ directory. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (Merso PNPL integration) match the declared requirements (MERSO_ENV, MERSO_GAME_ID, MERSO_API_KEY) and the included reference docs describe API endpoints, webhooks, DB schema and integration flow that a merchant would need.
Instruction Scope
SKILL.md and references provide concrete integration steps (auth, token caching, POST /merso-buy-item, webhook setup/verification, fallback verify endpoint) which are appropriate. Note: it advises caching/auto-renewing tokens and gives a webhook verification example using MERSO_API_KEY as an HMAC secret — valid but implementers should securely store tokens and confirm the actual webhook signing scheme with Merso before trusting production traffic.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal surface area and nothing is written to disk by the skill itself.
Credentials
Only three environment variables are required and they are directly relevant to a payment integration: environment, game ID, and API key. No unrelated credentials or broad system config are requested.
Persistence & Privilege
Skill is not always-enabled, is user-invocable, and has no install/runtime components that request persistent system-level privileges or modify other skills' configurations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install merso-integration
  3. After installation, invoke the skill by name or use /merso-integration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
Version 1.0.5 of merso-integration - No file changes detected in this release. - Functionality, documentation, and integration steps remain the same as the previous version.
v1.0.4
- Added metadata indicating required environment variables: MERSO_GAME_ID, MERSO_API_KEY, and MERSO_ENV. - No changes to the integration guide or functionality.
v1.0.3
- Updated description to clarify PNPL as "Play Now, Pay Later" and provided clearer context on required environment variables. - Removed duplicate or redundant details about use cases in the description. - Added a note specifying that MERSO_GAME_ID and MERSO_API_KEY are provided by Merso, and that MERSO_ENV sets the target environment. - Expanded digital goods examples to include web2 in-game assets and virtual currency packs.
v1.0.0
Initial release of Merso Integration Skill. - Provides detailed guidance for integrating Merso PNPL payments into games or digital goods platforms. - Covers API usage, full payment flow, webhook setup and handling, Node.js configuration, and database schema. - Includes commercial guidance, pitch preparation tips, and real-world case studies. - Supplies a step-by-step integration checklist. - Clarifies technical and commercial reference materials for developers and business users.
Metadata
Slug merso-integration
Version 1.0.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Merso Integration?

Integrate Merso PNPL (Play Now, Pay Later) payments into games or digital goods platforms. Use when a user wants to: (1) add Merso installment payments to a... It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.

How do I install Merso Integration?

Run "/install merso-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Merso Integration free?

Yes, Merso Integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Merso Integration support?

Merso Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Merso Integration?

It is built and maintained by Alfredo Bárcena (@dreadterror); the current version is v1.0.5.

💬 Comments