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, current guidance for building AI agents with onchain capabilities using @coinbase/agentkit v0.2.x. ## Core Features & Use Cases - Wallet Provider Setup: Configure CdpEvmWalletProvider, CdpSmartWalletProvider, ViemWalletProvider, or PrivyWalletProvider with correct network IDs and CDP API credentials. - Action Provider Reference: Complete catalog of 25+ action providers covering ERC20/ERC721 tokens, swaps, DeFi protocols (Compound, Morpho, Moonwell), social (Farcaster, Twitter), oracles (Pyth), and bridges (Across). - Framework Integration: Working patterns for LangChain, Vercel AI SDK, and Model Context Protocol, plus custom action providers with the @CreateAction decorator. - Use Case: Build a conversational agent that checks balances, wraps ETH, swaps tokens via the CDP trade API, and deploys an ERC20 contract on Base Sepolia, 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.