Vincent - A wallet for agents
Use this skill to safely create a wallet the agent can use for transfers, swaps, and any EVM chain transaction. Also supports raw signing and polymarket betting.
Why use this skill?
Vincent provides secure, policy-driven smart account wallets for AI agents. Enable seamless, safe EVM transactions, swaps, and betting without ever exposing your private keys.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/glitch003/vincentWhat This Skill Does
Vincent is a robust, secure wallet management service designed specifically for autonomous AI agents. Instead of giving your agent direct access to your private keys—which exposes you to catastrophic loss—Vincent generates a server-side smart account that executes transactions on your behalf. By utilizing ZeroDev technology, Vincent allows your agent to perform on-chain activities like transfers, token swaps, and smart contract interactions while strictly adhering to spending policies that you define as the human owner. The agent never possesses the private key, ensuring a sandbox environment for all financial operations.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/glitch003/vincent
Once installed, ensure your API credentials are stored securely in ~/.openclaw/credentials/agentwallet/. When initializing a new wallet, the skill will return an API key and a claim URL. Keep the API key as your primary authentication token and share the claim URL with yourself to finalize security policies and view transaction history.
Use Cases
Vincent is versatile enough to handle diverse on-chain needs. Use EVM_WALLET for standard DeFi tasks such as liquidating positions, yield farming, or purchasing NFTs on any EVM-compatible chain. If you are a trader, POLYMARKET_WALLET provides a direct, low-friction pipeline for participating in prediction markets. For developers or power users requiring low-level access, the RAW_SIGNER mode enables the signing of specific transaction hashes or unconventional protocols, including support for Solana-based assets.
Example Prompts
- "Vincent, create a new EVM wallet for my Base chain agent so it can start performing automated swaps."
- "Please check the balance of my agent's wallet and tell me if there are enough funds for the current gas fees on Polygon."
- "Send 0.05 ETH from my agent wallet to 0x71C...a42 and provide the transaction hash once confirmed."
Tips & Limitations
Always prioritize security by setting clear, restrictive spending policies via the claim URL interface before granting your agent high-balance access. Remember that while EVM_WALLET and POLYMARKET_WALLET leverage sponsored gas (free transactions), RAW_SIGNER requires you to cover your own network fees. Always store your apiKey in your local ~/.openclaw directory to ensure persistent connectivity across agent restarts. Avoid sharing your API key with any third-party services to prevent unauthorized wallet access.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-glitch003-vincent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
Vincent - Brave Search for agents
Web and news search powered by Brave Search. Use this skill when users want to search the web, find news articles, or look up current information. Pay-per-call via Vincent credit system. Triggers on "search the web", "web search", "brave search", "search news", "find information", "look up", "current events".
Vincent - A wallet for agents
The agent's wallet for EVM chain transactions and raw signing. Use this skill when users want to create a wallet, transfer tokens, swap on DEXs, interact with smart contracts, or sign messages. Triggers on "wallet", "create wallet", "transfer ETH", "swap tokens", "send transaction", "check balance", "EVM wallet", "raw signer", "sign message".
Vincent - Trading Engine for agents
Strategy-driven automated trading for Polymarket. Use this skill when users want to create trading strategies, set stop-loss/take-profit/trailing stop rules, or manage automated trading. Triggers on "trading strategy", "stop loss", "take profit", "trailing stop", "automated trading", "trading engine", "trade rules", "strategy monitor".
Agent Wallet
The agent's wallet. Use this skill to safely create a wallet the agent can use for transfers, swaps, and any EVM chain transaction.
Vincent Trade Manager
Skill by glitch003