An advanced AI skill enabling automated product purchases and secure x402 crypto payments on any online storefront.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install shopify-checkout
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install shopify-checkout using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Credpay Checkout skill is a sophisticated integration for Openclaw Skills that empowers AI agents to perform end-to-end e-commerce transactions. By leveraging the Credpay Checkout API, agents can navigate the complexities of online shopping—from item selection and address entry to final payment—using x402 payment protocols on the Base blockchain. This skill acts as a bridge between conversational AI and traditional retail platforms, allowing for a seamless, automated buying experience without requiring direct manual intervention for every checkout step.
Designed for flexibility, this skill works across virtually any online store by processing standard product URLs. It handles the nuances of quote generation, currency conversion to USDC, and secure transaction signing. For developers building agentic workflows, integrating this tool within the Openclaw Skills ecosystem provides a robust solution for procurement, delegated shopping, and automated retail tasks.
To integrate this capability into your Openclaw Skills environment, ensure your agent has access to the Credpay API endpoint and a wallet configured for Base (ChainID 8453). You can test the quote generation using the following command:
curl -X POST https://checkout-agent.credpay.xyz/v1/quote \
-H "Content-Type: application/json" \
-d '{
"items": [{"url": "https://example.com/product", "quantity": 1}],
"email": "[email protected]",
"shippingAddress": {
"firstName": "Jane",
"lastName": "Doe",
"line1": "123 Main St",
"city": "Austin",
"state": "TX",
"postalCode": "78701",
"country": "United States",
"countryCode": "US",
"phone": "+15125551234"
},
"goodsTotal": "49.99"
}'
The skill manages checkout data through a structured request-response cycle. Key data components include:
| Attribute | Description |
|---|---|
| requestId | Unique identifier for tracking the checkout process lifecycle |
| status | Current state of the order (processing, completed, failed, authorization_required) |
| maxAmount | The quoted USDC amount required for the initial x402 payment payload |
| orderNumber | The merchant-generated order ID returned upon successful completion |
All interactions are logged against the specific requestId within the Openclaw Skills environment to prevent duplicate transactions and ensure idempotency.
Loading
A powerful Openclaw Skills integration for querying RevenueCat metrics, managing customer subscriptions, and searching technical documentation.

A specialized automation for purging Google Analytics tracking code, dependencies, and environment variables from any codebase.

A professional-grade auditing tool designed to verify Google Analytics implementations and identify optimization opportunities within codebase.

A comprehensive automation skill to intelligently detect web frameworks and implement Google Analytics 4 tracking with best practices.

Automatically discovers installed Openclaw Skills and analyzes them for security threats through a central dashboard.

Clawned is a specialized security agent that inventories, analyzes, and syncs security data for all your Openclaw Skills to a centralized dashboard.








































