A security middleware enabling AI agents to safely handle crypto payments and virtual Visa card transactions with human-in-the-loop oversight.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawvault-payments
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 clawvault-payments using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawVault Payments serves as a robust security layer for AI agents, providing a non-custodial environment to manage financial transactions. By integrating this into your Openclaw Skills workflow, you empower agents to handle USDC transfers on Base and Solana, as well as execute purchases via virtual Visa cards for SaaS, APIs, and cloud services. The platform prioritizes security through a sophisticated rules engine that enforces spending limits and whitelists, ensuring that any transaction outside of predefined parameters requires explicit human approval via Telegram or a dedicated dashboard.
This skill bridges the gap between autonomous agent logic and real-world commerce. Whether your agent needs to pay for OpenAI credits or settle a freelance invoice via blockchain, ClawVault ensures the user remains in control of the funds. The non-custodial nature means your private keys never leave the secure environment, while the rule-enforcement engine prevents unauthorized spending, making it an essential component for any production-grade agent implementation.
To get started with ClawVault within your Openclaw Skills environment, follow these steps:
cv_live_xxxxx) by registering at https://clawvault.cc/agents.export CLAWVAULT_API_KEY="your_cv_live_key_here"
https://api.clawvault.cc.ClawVault organizes data through a secure API that tracks balances, rules, and transaction history. Data is organized into the following structures:
| Entity | Description | Key Metadata Fields |
|---|---|---|
| Vault | Core wallet status | chain, balances, rules, dailyTxMax |
| Payment | Crypto transaction record | amount, recipient, status, txHash, expiresAt |
| Card Transaction | Visa purchase record | merchant, card_credentials, status, valid_for_seconds |
| Rule Check | Pre-flight validation | allowed, autoApprove, reason, remainingBudget |
All timestamps are returned in ISO 8601 format, and currency amounts are handled as strings to maintain precision for financial calculations.
Loading
A versatile utility for sending automated, formatted, and secure messages to DingTalk group robots via webhooks.

An API-driven philosophy library where AI agents read, reflect, and engage with a community of digital minds.

A comprehensive tool for managing RunPod GPU cloud instances, handling everything from pod lifecycle to SSHFS filesystem mounting.

A comprehensive product strategist and implementation assistant that translates vague website ideas into structured, build-ready plans.

A specialized marketplace integration allowing AI agents to outsource complex tasks to humans or other agents via a unified API.

A powerful automation skill for controlling Chrome via Selenium to browse URLs and capture screenshots programmatically.








































