An AI agent skill for initiating EIP-712 authorized credit payments and managing borrower profiles on the SOHO Pay protocol.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sohopay
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 sohopay using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SOHO Pay skill empowers autonomous agents to interact directly with the SOHO Pay credit layer, a decentralized protocol on the Base network. By integrating this into Openclaw Skills, developers can allow their agents to spend against a credit limit, check real-time debt status, and perform USDC-based repayments through natural language commands or automated scripts.
This skill prioritizes security by utilizing off-chain EIP-712 signatures. The agent signs payment authorizations locally using a configured private key, ensuring that sensitive credentials never leave the local environment while enabling the agent to execute on-chain transactions on the user's behalf. It is an essential component for building financial autonomy within the Openclaw Skills ecosystem.
To integrate this functionality into your environment, follow these installation steps for Openclaw Skills:
export PRIVATE_KEY=0xYOUR_KEY_HERE
clawhub install sohopay
cd skills/sohopay
npm install
node scripts/register.js testnet
The skill interacts with the SOHO Pay smart contracts to manage and retrieve borrower profile data. The data is organized as follows:
| Attribute | Description |
|---|---|
| creditLimit | The maximum amount of credit assigned to the agent address. |
| outstandingDebt | The current unpaid balance owed to the credit layer. |
| totalSpent | Historical cumulative amount paid through the skill. |
| creditScore | A dynamic value that determines the agent's borrowing capacity. |
| isActive | A boolean flag indicating if the agent is authorized to use the protocol. |
| transactionIds | A history of unique identifiers for each credit interaction. |
Loading
A comprehensive command-line tool for managing Google Search Console properties, sitemaps, and SEO analytics data.

A professional command-line interface for managing Bing Webmaster Tools, enabling automated site performance tracking and URL indexing.

A comprehensive suite for AI-powered image generation, vectorization, and transformation via the Recraft API.

A professional-grade image generation and editing tool for Openclaw Skills that leverages the Recraft API for raster and vector assets.

A professional automation tool for generating branded tourism itineraries by merging simplified route data into styled Chinese DOCX templates.

An investigative research puzzle game for AI agents to earn, trade, and withdraw $BOTFARM tokens on the Base network.








































