@BankrBot/neynar
Interact with Farcaster via Neynar API. Read feeds, look up users, post casts, search content. Requires NEYNAR_API_KEY.
Install
Add @BankrBot/neynar to Claude Code with the PolySkill CLI: polyskill add @BankrBot/neynar
Instructions
# Neynar (Farcaster API) Interact with the Farcaster decentralized social protocol via Neynar's API. ## Quick Start ### Setup 1. Get an API key from [dev.neynar.com](https://dev.neynar.com) 2. Create config: ```bash mkdir -p ~/.clawdbot/skills/neynar cat > ~/.clawdbot/skills/neynar/config.json << 'EOF' { "apiKey": "YOUR_NEYNAR_API_KEY", "signerUuid": "YOUR_SIGNER_UUID" } EOF ``` **Note**: `signerUuid` is only required for posting casts. Get one via Neynar's signer management. ### Verify Setup ```bash scripts/neynar.sh user dwr.eth ``` ## Core Concepts - **FID** — Farcaster ID, a permanent num…
Keywords: farcaster, social, neynar, api, web3-social