neynar

Fetch Farcaster feeds, look up users, and post casts via Neynar API.

1.2k|589|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/BankrBot/openclaw-skills --skill neynar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neynar
Source: https://github.com/BankrBot/openclaw-skills/tree/main/neynar
Command: npx skills add https://github.com/BankrBot/openclaw-skills --skill neynar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

Provides a programmable interface to read Farcaster feeds, look up users, post casts, search content, and interact with the Farcaster protocol through Neynar’s API.

Core Features & Use Cases

  • Read and browse Farcaster feeds (user, channel, trending)
  • Lookup users by username or FID
  • Post casts with optional channel and embeds (requires a signer for write operations)
  • Search casts and users
  • Follow/unfollow users
  • CLI wrapper (neynar.sh) for automation and scripting

Quick Start

Configure your Neynar API key and run a sample command to fetch a feed.

Frequently Asked Questions about neynar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Farcaster feeds and look up users via the command line?

To post casts to Farcaster, you must configure a signer alongside your NEYNAR_API_KEY, enabling write operations for casting, following, and unfollowing through the Neynar API.

What do I need to configure to read Farcaster feeds using the Neynar API?

You can search Farcaster casts and users, browse trending feeds, and view channel feeds by calling the Neynar API, which queries and returns protocol data via the CLI wrapper.

Does posting casts to Farcaster require a signer with the Neynar API?

The CLI wrapper, neynar.sh, handles API interactions by formatting curl requests and parsing JSON with jq, enabling shell scripting and automation for Farcaster data tasks.

Can I use curl and jq to automate Farcaster feed browsing and user searches?

Yes, the neynar.sh CLI wrapper leverages curl and jq to automate reading feeds, searching users, and posting casts, integrating Farcaster protocol interactions into shell scripts.