/farcaster
Farcaster social protocol via Neynar API - read feeds, post casts, follow users
$ npx -y skills add alsk1992/CloddsBot --skill farcaster --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ
- You can call itInvoke it directly when you want it.
- Slash command
/farcaster
Context preview
The summary Claude sees to decide when to auto-load this skill.
Farcaster social protocol via Neynar API - read feeds, post casts, follow users
SKILL.md
farcaster.SKILL.mdname: farcaster
description: "Farcaster social protocol via Neynar API - read feeds, post casts, follow users"
command: fc
emoji: "๐ช"
gates:
envs:
- NEYNAR_API_KEYFarcaster
Interact with the Farcaster decentralized social protocol via Neynar API.
Setup
Get your API key from [dev.neynar.com](https://dev.neynar.com):
export NEYNAR_API_KEY=xxx
# Optional: For posting (requires signer)
export NEYNAR_SIGNER_UUID=xxx
Commands
Users
/fc user <username> Look up user profile
/fc search-users <query> Search for users
Feeds
/fc feed [--channel X] Get feed (optionally from channel)
/fc trending Trending casts
/fc channel <id> Get channel info
/fc channels <query> Search channels
Search
/fc search <query> Search casts
Write Operations (require signer)
/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
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)
Read more
name: farcaster
description: "Farcaster social protocol via Neynar API - read feeds, post casts, follow users"
command: fc
emoji: "๐ช"
gates:
envs:
- NEYNAR_API_KEYFarcaster
Interact with the Farcaster decentralized social protocol via Neynar API.
Setup
Get your API key from [dev.neynar.com](https://dev.neynar.com):
export NEYNAR_API_KEY=xxx # Optional: For posting (requires signer) export NEYNAR_SIGNER_UUID=xxx
Commands
Users
/fc user <username> Look up user profile /fc search-users <query> Search for users
Feeds
/fc feed [--channel X] Get feed (optionally from channel) /fc trending Trending casts /fc channel <id> Get channel info /fc channels <query> Search channels
Search
/fc search <query> Search casts
Write Operations (require signer)
/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
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)
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
Repo: alsk1992/CloddsBot
Other skills on cloddsbot.
- /acp
Enable agent-to-agent commerce with on-chain escrow, cryptographic agreements, and service discovery.
Open skill - /agentbets
AgentBets - AI-native prediction markets on Solana
Open skill - /ai-strategy
AI Strategy - natural language to trades
Open skill - /alerts
Create and manage price alerts for prediction markets
Open skill - /analytics
Performance attribution, trade analytics, and strategy optimization
Open skill - /arbitrage
Automated cross-platform arbitrage detection and monitoring
Open skill

