A minimal, webhook-free payment skill for AI agents to create and verify Base/USDC transactions using PayTrigo.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install paytrigo-openclawbot
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 paytrigo-openclawbot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The PayTrigo skill for Openclaw Skills provides a streamlined interface for AI agents to manage cryptocurrency payments on the Base network using USDC. It is specifically designed for agents that lack webhook infrastructure, utilizing a polling-based status verification system. By leveraging platform API keys, this skill allows for immediate deployment without complex environment variable configuration, making it a cornerstone for commerce-enabled Openclaw Skills.
This integration supports two primary workflows: human-in-the-loop, where the agent provides a payment URL for a user to complete in a browser, and direct bot payments, where the agent signs transactions using a local private key. It prioritizes security and simplicity by handling the complexities of on-chain routing and intent verification within a local environment.
Ensure you have Node.js 18+ installed. Install the dependencies and set up your local wallet storage to begin using these Openclaw Skills.
npm install
# Create a new local wallet store
node ./scripts/moltbot-wallet-setup.mjs create --passphrase-file ./passphrase.txt --set-recipient-from-wallet
To import an existing wallet:
node ./scripts/moltbot-wallet-setup.mjs import --pk-file ./payer.pk --passphrase-file ./passphrase.txt --set-recipient-from-wallet
The skill manages local state and configuration through specific files stored in the .openclawbot directory to ensure persistence across sessions.
| File | Description |
|---|---|
wallet.json |
Encrypted local storage for the bot's private key and wallet metadata. |
wallet-address.txt |
Plaintext reference of the bot's public wallet address. |
recipient.txt |
The destination address for all incoming payments generated by the skill. |
invoiceId / checkoutToken |
Volatile data stored during the session to poll for payment completion. |
Loading
PayClaw empowers AI agents with UCP-compliant identity badges and single-use virtual Visa cards for secure, human-approved autonomous commerce.

A self-hosted, Serper-compatible search API powered by SearXNG that provides unlimited web, news, and academic search capabilities.

A specialized skill for managing and interacting with Claude Code instances running inside tmux sessions using native CLI commands.

A high-performance TTS integration that offloads voice generation from your server to remote devices like Android or Linux via SSH.

Retrieve and analyze comprehensive health and fitness data from the Fitbit Web API using a streamlined command-line interface.

A sophisticated price tracking skill that monitors e-commerce URLs and queries to trigger alerts when prices drop or hit specific targets.








































