farcaster-skill

Interact with the Farcaster social protocol via the Neynar v2 API.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/mxjxn/suchbot-openclaw --skill farcaster-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: farcaster-skill
Source: https://github.com/mxjxn/suchbot-openclaw/tree/main/skills/farcaster-skill
Command: npx skills add https://github.com/mxjxn/suchbot-openclaw --skill farcaster-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill allows users to interact with the Farcaster social network directly, enabling them to post content, read feeds, and engage with other users without leaving the current interface.

Core Features & Use Cases

  • Post Casts: Publish text, links, or embed other Farcaster content.
  • Read Feeds: View casts from specific users, channels, or the general following feed.
  • Engage: Like or recast existing posts.
  • Search & Lookup: Find users and search for casts.
  • Use Case: An agent can use this skill to post a daily update to a specific Farcaster channel, or to retrieve and summarize the latest posts about a particular topic.

Quick Start

Use the farcaster skill to post a cast with the text "Hello Farcaster!".

Frequently Asked Questions about farcaster-skill

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

FAQPage Schema
How do I post casts to Farcaster using the Neynar API?

You can post casts to Farcaster by executing bash scripts that use curl to send text and embeds through the Neynar v2 API, with jq handling the response parsing.

Can I read Farcaster channel feeds and search for casts?

Yes, you can read Farcaster channel feeds and search for casts using this skill's scripts that query the Neynar v2 API, returning parsed feed data and search results.

Do I need bash, curl, and jq to interact with the Farcaster protocol?

Yes, bash, curl, and jq are required to execute the scripts that call the Neynar v2 API and parse the JSON responses for Farcaster interactions.

What is the best way to automate daily Farcaster posts to a specific channel?

The best way to automate daily Farcaster posts is to schedule this skill's bash scripts to publish casts with text and embeds to a specific channel via the Neynar v2 API.

How do I retrieve and summarize the latest Farcaster casts about a topic?

You retrieve and summarize Farcaster casts by using this skill's search functionality to query the Neynar v2 API for casts about a particular topic, then processing the returned feed data.