neynar

Interact with Farcaster via Neynar API using curl and jq.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/dnzengou/agentbot-opensource --skill neynar-dnzengou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neynar
Source: https://github.com/dnzengou/agentbot-opensource/tree/main/skills/neynar
Command: npx skills add https://github.com/dnzengou/agentbot-opensource --skill neynar-dnzengou

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to interact with the Farcaster decentralized social protocol through the Neynar API, simplifying tasks like reading feeds, looking up users, posting casts, searching content, and engaging with the social protocol.

Core Features & Use Cases

  • User Lookup: Search for users by username or FID.
  • Feed Reading: Access user feeds, channel feeds, trending casts, and following feeds.
  • Content Search: Search for casts and users within the Farcaster ecosystem.
  • Cast Posting: Post casts, reply to existing casts, and cast in channels.
  • Reactions: Like and recast casts.
  • Following: Follow and unfollow users.
  • Use Case: Imagine you want to keep up with the latest developments in the Ethereum community. Use this Skill to read the latest casts from Ethereum channels, search for specific content, and interact with other users.

Quick Start

Use the neynar skill to get the latest casts from the /base channel.

Frequently Asked Questions about neynar

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

FAQPage Schema
How do I interact with the Farcaster social protocol using the Neynar API?

You can interact with the Farcaster social protocol via the Neynar API to read feeds, search content, and post casts using command-line operations with curl and jq. It requires a NEYNAR_API_KEY for authentication.

How do I post casts and reply to existing casts on Farcaster?

To post casts, reply to existing casts, or cast in channels on Farcaster, you need a NEYNAR_API_KEY and a signerUuid for authentication. This Skill handles the command-line execution via curl and jq.

Can I look up Farcaster users and read their feeds without writing code?

Yes, you can search for Farcaster users by username or FID and read their feeds using command-line scripts. This Skill utilizes curl and jq to execute these lookups directly from the terminal.

Do I need an API key to read trending casts and search Farcaster content?

Yes, a NEYNAR_API_KEY is required for authentication to read trending casts, search content, access channel feeds, and manage user relationships through the Neynar API.

What's the best way to follow and unfollow users or manage cast reactions on Farcaster?

The best way to manage Farcaster reactions like likes, recasts, and following or unfollowing users is by using command-line scripts that call the Neynar API, requiring a NEYNAR_API_KEY and signerUuid for authorized actions.

Does this Skill support searching for specific content within Farcaster channels?

Yes, this Skill supports content search within the Farcaster ecosystem, allowing you to search for casts and users, as well as read specific channel feeds using curl and jq command-line operations.