src/skills/bundled/onchainkit/SKILL.md
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments
npx skillsauth add alsk1992/cloddsbot onchainkitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build production-ready onchain applications using Coinbase's React component library.
OnchainKit provides ready-to-use components that abstract blockchain complexity:
/onchainkit create <project-name> Create new onchain app
/onchainkit add <component> Add component to project
/onchainkit template wallet Wallet connection template
/onchainkit template swap Token swap app template
/onchainkit template nft NFT minting template
/onchainkit template checkout Payment processing template
/onchainkit docs wallet Wallet integration docs
/onchainkit docs identity Identity components docs
/onchainkit docs swap Token swap docs
/onchainkit docs transaction Transaction building docs
import { Wallet, ConnectWallet } from '@coinbase/onchainkit/wallet';
<Wallet><ConnectWallet /></Wallet>
import { Identity, Avatar, Name } from '@coinbase/onchainkit/identity';
<Identity address={address}><Avatar /><Name /></Identity>
import { Swap, SwapButton } from '@coinbase/onchainkit/swap';
<Swap><SwapButton /></Swap>
# Create new app
npm create onchain@latest
# Or add to existing project
npm install @coinbase/onchainkit
export NEXT_PUBLIC_CDP_API_KEY="..." # Coinbase API key
export NEXT_PUBLIC_WC_PROJECT_ID="..." # WalletConnect ID
testing
Play Yoink capture-the-flag game on Base - yoink the flag, check scores, compete for trophy
research
X/Twitter research via Composio — search, threads, profiles, watchlists
development
Monitor whale trades on Polymarket and crypto chains (Solana, ETH, Polygon, ARB, Base, OP)
development
Webhook management with HMAC signing and rate limiting