# farcaster > Farcaster social protocol via Neynar API - read feeds, post casts, follow users - Author: alsk1992 - Repository: Alliswellcy/CloddsBot - Version: 20260210013721 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-10 - Source: https://github.com/Alliswellcy/CloddsBot - Web: https://mule.run/skillshub/@@Alliswellcy/CloddsBot~farcaster:20260210013721 --- --- name: farcaster description: "Farcaster social protocol via Neynar API - read feeds, post casts, follow users" command: fc emoji: "🟪" gates: envs: - NEYNAR_API_KEY --- # Farcaster Interact with the Farcaster decentralized social protocol via Neynar API. ## Setup Get your API key from [dev.neynar.com](https://dev.neynar.com): ```bash export NEYNAR_API_KEY=xxx # Optional: For posting (requires signer) export NEYNAR_SIGNER_UUID=xxx ``` ## Commands ### Users ``` /fc user Look up user profile /fc search-users Search for users ``` ### Feeds ``` /fc feed [--channel X] Get feed (optionally from channel) /fc trending Trending casts /fc channel Get channel info /fc channels Search channels ``` ### Search ``` /fc search Search casts ``` ### Write Operations (require signer) ``` /fc post Post a cast /fc reply Reply to a cast /fc like Like a cast /fc recast Recast /fc follow Follow user /fc unfollow Unfollow user ``` ## Examples ``` /fc user vitalik.eth /fc trending /fc channel base /fc search "ethereum" /fc post "Hello Farcaster!" /fc follow dwr.eth ``` ## Rate Limits - Free tier: 300 requests/minute - Standard: 1,000 requests/minute - Premium: Higher limits ## Features - User profiles with verified addresses - Cast search and feeds - Channel discovery - Trending content - Full write operations (with signer)