moonpay-commerce

Manage Solana Pay checkouts for Shopify stores from a command-line interface.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Drock91/ows-hackathon --skill moonpay-commerce-drock91
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: moonpay-commerce
Source: https://github.com/Drock91/ows-hackathon/tree/main/.agents/skills/moonpay-commerce
Command: npx skills add https://github.com/Drock91/ows-hackathon --skill moonpay-commerce-drock91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets you browse Solana Pay-enabled Shopify stores, manage carts, and complete crypto checkouts entirely from the command line so you can purchase without a browser or merchant login.

Core Features & Use Cases

  • Store discovery: List Solana Pay-enabled Shopify stores to identify merchants that accept crypto.
  • Product search & retrieval: Search products by query and retrieve product and variant details including Shopify GIDs.
  • Cart management: Create, update, view, and remove cart line items using cart IDs as handles without authentication.
  • Crypto checkout: Initiate Helio-powered Solana Pay checkouts, sign transactions locally with a wallet, and receive transaction signatures and confirmation URLs.
  • Use case: Use the CLI to find a product, add a variant to a cart, and complete payment in USDC on Solana while Helio covers gas.

Quick Start

Perform a complete purchase by listing stores, searching for the product, adding the variant to a cart, and running the checkout command to pay with your local Solana wallet.

Frequently Asked Questions about moonpay-commerce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I complete a Solana Pay checkout on Shopify from the command line?▼

You can complete a Solana Pay checkout by listing stores, searching for products, adding variants to a cart, and running the checkout command to pay with your local Solana wallet.

Can I manage Shopify carts with CLI without a browser or user login?▼

Yes, you can manage Shopify carts without a browser or login by using cart IDs as handles to create, update, view, and remove line items via Shopify MCP endpoints.

Do I need a local Solana wallet to use Solana Pay for CLI commerce?▼

Yes, you need a local Solana wallet with chain support to locally sign transactions during the Helio-powered checkout process and receive transaction signatures.

What is the process for discovering Shopify stores that accept crypto via Solana Pay?▼

Discovering Shopify stores that accept crypto involves listing Solana Pay-enabled merchants directly from the CLI to identify stores supporting crypto checkout without a browser.

How does Helio handle gas for USDC payments on Solana?▼

Helio initiates the Solana Pay checkout for USDC payments on Solana and covers gas fees, allowing you to complete the transaction by signing locally with your wallet.