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

WalletPilot-7715

Execute on-chain transactions with user-granted permissions. Built on MetaMask ERC-7715. No private keys, full guardrails.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/andreolf/walletpilot-7715
Or

What This Skill Does

WalletPilot-7715 provides a secure, streamlined interface for AI agents to interact with on-chain assets using MetaMask's ERC-7715 standard. Unlike traditional approaches that expose private keys to an environment, WalletPilot uses permission-based smart accounts. This enables the agent to perform actions like swapping tokens, sending funds, or interacting with DeFi protocols within strictly defined guardrails set by the user, such as daily spending limits and specific chain restrictions.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/andreolf/walletpilot-7715 Ensure you have retrieved your API key from walletpilot.xyz before initializing the SDK within your project. The installation will register the wallet capabilities, allowing you to invoke the connect, execute, swap, and send actions via the agent's orchestration layer.

Use Cases

WalletPilot-7715 is ideal for autonomous financial management. Use it for:

  1. Portfolio Rebalancing: Let your agent automatically rebalance your holdings based on market volatility or predefined thresholds.
  2. Automated Drip Yield: Enable the agent to claim staking rewards and reinvest them periodically.
  3. Frictionless Payments: Facilitate automated micro-transactions or gas-less interactions with dApps through authorized transaction payloads.
  4. Smart Limit Orders: Execute decentralized token swaps across aggregators like 1inch or 0x when specific price targets are hit.

Example Prompts

  1. "WalletPilot, please swap 50 USDC for ETH on the Arbitrum chain."
  2. "Send 0.05 ETH to 0x123abc... and log the transaction hash to my history."
  3. "Check my current wallet permissions and confirm if I have enough USDC remaining to cover a $20 gas-optimized trade."

Tips & Limitations

Always configure conservative spend limits in the PermissionBuilder when initializing your agent. While the SDK supports multi-chain operations, ensure the user has sufficient native tokens (e.g., ETH, MATIC) on the destination chain to cover gas fees, as these are deducted from the user's wallet. Note that this skill requires the user to approve the initial permission deep link, providing a "human-in-the-loop" security layer that keeps the agent from executing unauthorized transactions without the owner's initial sign-off.

Metadata

Author@andreolf
Stars4473
Views0
Updated2026-05-01
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-andreolf-walletpilot-7715": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#crypto#wallet#ethereum#defi#web3#blockchain#metamask#transactions#agent#automation
Safety Score: 4/5

Flags: network-access, external-api