ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/glitch003/vincent
Or

What 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

  1. "Vincent, create a new EVM wallet for my Base chain agent so it can start performing automated swaps."
  2. "Please check the balance of my agent's wallet and tell me if there are enough funds for the current gas fees on Polygon."
  3. "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

Author@glitch003
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-glitch003-vincent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#blockchain#defi#wallet#automation
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api