A policy-controlled smart wallet that enables AI agents to execute blockchain transactions safely without ever exposing private keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vincent-agent-wallet
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 vincent-agent-wallet using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Vincent is a sophisticated wallet infrastructure designed specifically for the agentic economy. It provides a secure bridge for AI agents to interact with decentralized finance (DeFi) protocols, execute token swaps, and manage assets across various EVM chains. By integrating this capability into Openclaw Skills, developers can ensure that agents operate within strictly defined boundaries.
The core value of Vincent lies in its security architecture. The agent never sees the private key; instead, it interacts with a server-side smart account. This allows the human owner to maintain full control through configurable policies, such as spending limits and address allowlists, which are essential when deploying Openclaw Skills in production environments.
To get started with this integration for Openclaw Skills, you must first provision a wallet and store the credentials securely.
# Create a new EVM wallet
curl -X POST "https://heyvincent.ai/api/secrets" \
-H "Content-Type: application/json" \
-d '{
"type": "EVM_WALLET",
"memo": "Agent Trading Wallet",
"chainId": 8453
}'
Store the resulting apiKey in ~/.openclaw/credentials/agentwallet/<API_KEY_ID>.json. Ensure the user visits the provided claimUrl to set their spending limits before the agent begins transacting.
The skill manages wallet metadata and authentication tokens required for on-chain interactions. The following structure is typical for its data management:
| Attribute | Description |
|---|---|
apiKey |
The bearer token used by the agent for authentication. |
address |
The public address of the smart account or EOA. |
claimUrl |
The management link provided to the user for policy configuration. |
chainId |
The specific EVM chain ID where the wallet is active. |
type |
The wallet architecture (EVM_WALLET, RAW_SIGNER, or POLYMARKET_WALLET). |
Loading
A powerful utility for converting JavaScript regular expressions into professional railroad diagrams for documentation and debugging.

A specialized skill for scaffolding and enforcing a production-grade 4-layer modular MVVM architecture in Flutter applications.

An automated tool for capturing, translating, and analyzing 24-hour activity from specific X/Twitter profiles.

A structured memory system for AI agents that provides context death resilience, session recovery, and Obsidian-compatible long-term storage.

A dynamic tool discovery and execution engine that connects AI agents to thousands of external APIs via the QVeris API.

A specialized AI skill for writing Ruby and Rails code that strictly follows the 37signals and DHH philosophy of clarity and REST purity.








































