Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Farcaster

  • 13 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

Farcaster is a Claude Code skill that reads feeds and posts casts on the Farcaster social protocol via the Neynar API.

About

Farcaster is a skill that connects an agent to the Farcaster decentralized social protocol through the Neynar API. A developer uses /fc commands to look up users, read feeds and trending casts, search casts and channels, and (with a signer) post, reply, like, recast, and follow. It requires a NEYNAR_API_KEY and an optional signer UUID for write operations.

  • Interacts with the Farcaster social protocol via the Neynar API
  • Reads feeds, trending casts, channels, and user profiles; searches casts and users
  • Write operations (post, reply, like, recast, follow) via an optional Neynar signer

Farcaster by the numbers

  • 13 all-time installs (skills.sh)
  • Ranked #1,436 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

farcaster capabilities & compatibility

Requires a NEYNAR_API_KEY (free tier 300 req/min); posting also needs a signer UUID.

Capabilities
read feed · post cast · user lookup · channel discovery
Pricing
Bring your own API key
From the docs

What farcaster says it does

Interact with the Farcaster decentralized social protocol via Neynar API.
SKILL.md
Free tier: 300 requests/minute
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill farcaster

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs13
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Read Farcaster feeds and profiles and post casts, replies, likes, and follows via the Neynar API.

Who is it for?

Reading and writing to Farcaster from an agent through the Neynar API.

Skip if: Non-Farcaster social networks or use without a Neynar API key.

When should I use this skill?

You want an agent to read Farcaster feeds or post casts and follow users via Neynar.

What you get

Agent access to Farcaster feeds, profiles, and channels, plus posting, replying, liking, and following.

By the numbers

  • Free tier: 300 requests/minute

Files

SKILL.mdMarkdownGitHub ↗

Farcaster

Interact with the Farcaster decentralized social protocol via Neynar API.

Setup

Get your API key from 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)

Related skills

Automation & Workflowsagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.