farcaster-agent

Automate Farcaster account creation, FID registration, signer setup, and cast posting.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/teeclaw/phorm-nft --skill farcaster-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: farcaster-agent
Source: https://github.com/teeclaw/phorm-nft/tree/main/skills/farcaster-agent
Command: npx skills add https://github.com/teeclaw/phorm-nft --skill farcaster-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage Farcaster accounts and casts autonomously, reducing manual onboarding and posting tasks for developers and teams.

Core Features & Use Cases

  • Farcaster account automation: Create Farcaster accounts, register a FID, add signer keys, and configure the user profile (fname, display name, bio, pfp) across supported networks.
  • Autonomous posting: Post casts programmatically and retrieve the resulting cast URL.
  • Credential storage and recovery: Save and load credentials to persistent storage with clear guidance and security considerations.

Quick Start

Fund a wallet with about $1 of ETH or USDC on a supported chain, then run the auto-setup to create a FID and post your first cast.

Frequently Asked Questions about farcaster-agent

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

FAQPage Schema
How do I automate Farcaster account creation and post casts programmatically?

To automate Farcaster account creation, you can use a tool to register a FID, add signer keys, configure profiles, and post casts programmatically. This requires a funded wallet with ETH or USDC on a supported chain to handle on-chain registration fees.

What do I need to set up a new Farcaster FID and signer autonomously?

Setting up a new Farcaster FID and signer autonomously requires a funded wallet with approximately $1 of ETH or USDC on a supported chain. The automation handles the bridge and swap flows to obtain the necessary funds for FID registration and signer configuration.

Can I configure a Farcaster bot profile with a bio and display name automatically?

Yes, you can configure a Farcaster bot profile automatically by setting the fname, display name, bio, and profile picture. The automation handles these profile configurations across supported networks after the FID is registered.

How are Farcaster credentials stored and recovered for autonomous bots?

Farcaster credentials are saved to and loaded from persistent storage to enable bot recovery. The process includes clear guidance and security considerations to ensure that signer keys and wallet credentials remain secure across sessions.

How do I get the cast URL after posting to Farcaster programmatically?

When you post a cast to Farcaster programmatically, the automation retrieves and returns the resulting cast URL. This allows you to track the posted content and share the direct link to the cast.