farcaster

Automate Farcaster reads and writes via the Neynar API.

71|22|Updated Apr 6, 2020
One-click install
npx skills add https://github.com/nirholas/agenti --skill farcaster-nirholas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: farcaster
Source: https://github.com/nirholas/agenti/tree/main/packages/protocols/x402-cloddsbot/src/skills/bundled/farcaster
Command: npx skills add https://github.com/nirholas/agenti --skill farcaster-nirholas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates programmatic access to Farcaster features via the Neynar API, enabling developers to integrate Farcaster data and actions into applications and bots.

Core Features & Use Cases

  • Read and surface user profiles and channel feeds across Farcaster.
  • Search and discover casts, channels, and trends with filtering.
  • Write interactions including posting, replying, liking, recasting, and following (requires signer for posts).
  • Use Case: Build a dashboard that tracks trending casts and surfaces relevant creators for curation.

Quick Start

Ask it to fetch the latest trending casts on Farcaster.

Frequently Asked Questions about farcaster

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

FAQPage Schema
How do I automate reading Farcaster feeds and user profiles via API?

Automating Farcaster feed and profile reads requires programmatic API access to surface data. This Skill handles fetching user profiles, channel feeds, and trending casts directly, requiring a NEYNAR_API_KEY in the environment to execute search and retrieval commands.

Can I post and interact with Farcaster casts through an API?

Posting and interacting with Farcaster casts through an API is supported for writing actions. You can post, reply, like, recast, follow, and unfollow, though writing interactions requires a valid signer to authorize content actions.

Do I need a Neynar API key to search Farcaster channels and casts?

A Neynar API key is required to search Farcaster channels and casts. You must set the NEYNAR_API_KEY environment variable before issuing any search-users, feed, trending, or channel commands to authenticate requests.

What's the best way to build a dashboard tracking trending Farcaster casts?

Building a dashboard tracking trending Farcaster casts is best done by automating programmatic API access. This Skill provides specific commands to fetch trending casts, search results, and channel data to curate and surface relevant creators.

Does this Skill support searching for specific users on Farcaster?

Searching for specific users on Farcaster is fully supported. The Skill includes a dedicated search-users command that queries the Neynar API to discover profiles and filter results based on your criteria.

Why are my Farcaster API post commands not working?

Farcaster API post commands fail when environment prerequisites are missing. Ensure the NEYNAR_API_KEY variable is set for authentication and that a valid signer is configured, as write actions like posting and replying require explicit authorization.