Communityv0.3.0

MoonPay Commerce (Helio) Accept Crypto Payments

Accept crypto payments on Solana via MoonPay Commerce (formerly Helio). Create Pay Links, generate checkout URLs, check transactions, and list supported currencies. Use when the user wants to accept crypto payments, create payment links, charge for products/services with crypto, or query payment transactions. Requires a MoonPay Commerce account with API key and secret.

2.1kdownloads1starsmavagio
View on ClawHubBack to Skills

Skill Details

Slug
mpc-accept-crypto-payments
Latest Version
0.3.0
Author
mavagio
Published
Jan 28, 2026
Updated
May 11, 2026
Total Versions
3

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for MoonPay Commerce (Helio) Accept Crypto Payments.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v0.3.0

# Changelog ## v0.3.0 ### Security - **Input sanitization for all user-supplied arguments in `helio.sh`** - Added `validate_input` function that rejects values containing shell metacharacters, URL-unsafe characters, and path traversal sequences (`..`) - Allowlist: `a-zA-Z0-9._@:/-` — covers Helio IDs, currency symbols, wallet addresses, and decimal amounts - Validated arguments: `symbol` (currency-id, create-paylink), `amount` (create-paylink), `paylink_id` (charge, transactions, disable, enable) - Mitigates URL path traversal and terminal output injection when arguments are interpolated into curl URLs and echo statements - Addresses code scanner findings from v0.2.0 review