neynar

Interact with the Farcaster protocol via the Neynar API.

14|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Eskyee/agentbot-opensource --skill neynar-eskyee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neynar
Source: https://github.com/Eskyee/agentbot-opensource/tree/main/skills/neynar
Command: npx skills add https://github.com/Eskyee/agentbot-opensource --skill neynar-eskyee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables you to interact with the Farcaster decentralized social protocol using the Neynar API, allowing for reading feeds, posting casts, searching content, and managing interactions within the Farcaster network.

Core Features & Use Cases

  • Farcaster Interaction: Read and post casts, interact with users and channels, and follow/unfollow accounts.
  • Content Search: Search for casts and users within the Farcaster network.
  • API Access: Utilizes the Neynar API for seamless integration and interaction with the Farcaster protocol.

Quick Start

Use the neynar skill to look up a user on Farcaster:

scripts/neynar.sh user dwr.eth

Frequently Asked Questions about neynar

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

FAQPage Schema
How do I post casts and read feeds on Farcaster using an API?

You can post casts and read feeds on Farcaster by connecting to the Neynar API, which facilitates social network interactions including content search and user management. This requires a NEYNAR_API_KEY and curl to execute API requests.

Can I search for users and content within the Farcaster decentralized social protocol?

Yes, searching for users and content within the Farcaster decentralized social protocol is supported through the Neynar API. The skill enables you to query the network to find specific casts and user profiles.

Do I need curl and jq to interact with the Farcaster network?

Yes, you need curl and jq installed to use this skill for interacting with the Farcaster network. Curl handles the HTTP requests to the Neynar API, while jq processes the returned JSON data.

How do I look up a Farcaster user profile via command line?

To look up a Farcaster user profile via command line, execute the script with the username parameter, such as running the shell script followed by 'user' and the username. This queries the Neynar API and returns the profile data.

What is the best way to manage social interactions like following accounts on Farcaster?

The best way to manage social interactions like following or unfollowing accounts on Farcaster is using the Neynar API. It provides seamless integration to perform social network actions programmatically via scripts.