What problem does it solve? AI agents often have outdated or incorrect knowledge about Farcaster's architecture, such as confusing Frames v1 with Frames v2, treating casts as onchain data, or missing the Neynar acquisition of the protocol. This Skill provides accurate, current guidance for building on Farcaster's social protocol, including Snapchain, the OP Mainnet registry contracts, and the Neynar API. ## Core Features & Use Cases - Frames v2 Mini Apps: Build full-screen interactive web apps with the @farcaster/frame-sdk, including manifest setup, account association, and SDK actions like composeCast and addFrame. - Neynar API Integration: Fetch users, publish casts, query feeds and channels, and verify webhooks with HMAC-SHA512 signature validation over raw request bodies. - Transaction Frames: Trigger onchain transactions from Mini Apps using the EIP-1193 wallet provider with viem or wagmi connectors. - Use Case: A developer wants to launch a Mini App in Warpcast that lets users mint an NFT. This Skill provides the manifest JSON structure, the frame meta tags, the wallet provider setup with viem, and troubleshooting for the silent domain-mismatch failure that commonly breaks Mini App loading. ## Quick Start Ask the agent to scaffold a Farcaster Mini App with a manifest, frame meta tags, and a webhook endpoint verified with Neynar HMAC signatures.