src/skills/bundled/farcaster/SKILL.md
Farcaster social protocol via Neynar API - read feeds, post casts, follow users
npx skillsauth add alsk1992/cloddsbot farcasterInstall 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.
Interact with the Farcaster decentralized social protocol via Neynar API.
Get your API key from dev.neynar.com:
export NEYNAR_API_KEY=xxx
# Optional: For posting (requires signer)
export NEYNAR_SIGNER_UUID=xxx
/fc user <username> Look up user profile
/fc search-users <query> Search for users
/fc feed [--channel X] Get feed (optionally from channel)
/fc trending Trending casts
/fc channel <id> Get channel info
/fc channels <query> Search channels
/fc search <query> Search casts
/fc post <text> Post a cast
/fc reply <hash> <text> Reply to a cast
/fc like <hash> Like a cast
/fc recast <hash> Recast
/fc follow <username> Follow user
/fc unfollow <username> Unfollow user
/fc user vitalik.eth
/fc trending
/fc channel base
/fc search "ethereum"
/fc post "Hello Farcaster!"
/fc follow dwr.eth
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