What problem does it solve? LLMs have stale knowledge of Coinbase AgentKit — they reference deprecated packages like @coinbase/cdp-agentkit-core, use the renamed CdpWalletProvider class, and miss current requirements like Node.js v22+. This Skill provides verified, up-to-date guidance for building AI agents with onchain capabilities using @coinbase/agentkit v0.2.x. ## Core Features & Use Cases - Wallet Provider Setup: Configure CDP-managed wallets (CdpEvmWalletProvider), smart wallets with paymasters (CdpSmartWalletProvider), Viem, Privy, and Solana providers with persistence across sessions. - 50+ Action Providers: Enable transfers, ERC20/ERC721 operations, swaps via CDP API, DeFi actions (Compound, Morpho, Moonwell), price feeds (Pyth), Basenames, bridging (Across), and social posting (Farcaster, Twitter). - Framework Integrations: Convert AgentKit actions into tools for LangChain/LangGraph, Vercel AI SDK, or Model Context Protocol servers. - Use Case: Build a conversational agent on Base Sepolia that checks balances, requests faucet funds, wraps ETH, swaps tokens for USDC, and deploys an ERC20 contract — all driven by natural language. ## Quick Start Use the coinbase-agentkit skill to scaffold a LangChain agent with a CDP wallet on Base Sepolia that can check balances and transfer tokens.