← 返回 Skills 市场
Merso Integration
作者
Alfredo Bárcena
· GitHub ↗
· v1.0.5
· MIT-0
152
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install merso-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/merso-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。
如何安装 Merso Integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install merso-integration」即可一键安装,无需额外配置。
Merso Integration 是免费的吗?
是的,Merso Integration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Merso Integration 支持哪些平台?
Merso Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Merso Integration?
由 Alfredo Bárcena(@dreadterror)开发并维护,当前版本 v1.0.5。
推荐 Skills