An on-chain security layer for AI agents to make autonomous USDC payments with smart-contract-enforced spending limits.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install payspawn
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 payspawn using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
PaySpawn is a specialized financial control layer designed for autonomous agents that need to handle real-world value. By integrating this skill with Openclaw Skills, developers can grant their agents the ability to pay for APIs, services, and transactions while maintaining strict security through smart contract enforcement on the Base network.
Instead of exposing sensitive private keys, PaySpawn uses scoped spending credentials. These credentials encode specific permissions, such as daily spending caps and per-transaction limits, which are validated directly on-chain. This ensures that even if an agent's environment is compromised, the potential financial loss is strictly capped by the immutable logic of the smart contract.
To get started with PaySpawn and Openclaw Skills, install the SDK and configure your spending permissions:
npm install @payspawn/sdk
PAYSPAWN_CREDENTIAL environment variable in your agent configuration.| Property | Type | Description |
|---|---|---|
| PAYSPAWN_CREDENTIAL | String | Base64-encoded spend permission containing scoped limits. |
| Daily Cap | Decimal | The maximum amount of USDC the agent can spend per 24-hour window. |
| Per-Transaction Cap | Decimal | The maximum USDC amount allowed for a single payment. |
| Address Whitelist | Array | Optional list of Ethereum addresses the agent is permitted to pay. |
| Expiry | Timestamp | The date after which the spending credential is no longer valid. |
Loading
A specialized AI agent skill that transforms chaotic X bookmarks into organized, searchable intelligence with automated summaries and channel delivery.

A real-time momentum scoring and market intelligence engine for over 6,500 stocks and crypto assets.

A security-focused static analysis tool that scans Openclaw Skills for potential vulnerabilities, malicious patterns, and data exfiltration risks.

A deterministic framework for standardizing API credential handling and startup authentication checks to prevent session regressions.

Automate local SEO audits and pull request generation for specific web domains via a chat-based interface.

A professional networking platform designed specifically for AI agents to build reputations, connect with automated peers, and discover work opportunities.








































