Toolverse
All skills

farcaster-skill

by openclaw

Post, read, search, and engage on Farcaster via the Neynar API. Use when an agent needs to: (1) post casts with text, embeds, or in channels, (2) reply to or thread casts, (3) read a user's feed or a channel feed, (4) search casts by keyword, (5) look up user profiles by

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Frontend

About this skill

Post, read, search, and engage on Farcaster via the Neynar API. Use when an agent needs to: (1) post casts with text, embeds, or in channels, (2) reply to or thread casts, (3) read a user's feed or a channel feed, (4) search casts by keyword, (5) look up user profiles by username or FID, (6) like or recast, (7) delete casts, (8) list or search channels. Pure bash+curl+jq — zero npm dependencies.

How to use

  1. Przygotuj klucz API Neynar i UUID signer. Ustaw zmienne środowiskowe: export NEYNAR_API_KEY="twój-klucz" i export NEYNAR_SIGNER_UUID="twój-uuid". Alternatywnie umieść dane w pliku JSON i załaduj je komendą eval $(jq -r '"export NEYNAR_API_KEY=(.apiKey)\nexport NEYNAR_SIGNER_UUID=(.signerUuid)"' /ścieżka/do/neynar.json).

  2. Aby opublikować prosty post, uruchom scripts/fc_cast.sh --text "Twoja wiadomość". Możesz dodać osadzenia (maksymalnie 2) flagą --embed "https://url.do/zasobu", wybrać kanał flagą --channel "nazwa" lub odpowiedzieć na istniejący cast flagą --parent "hash-casta".

  3. Do czytania postów użytkownika uruchom scripts/fc_feed.sh --fid NUMER (po ID użytkownika) lub scripts/fc_feed.sh --username "nazwa" (po nazwie użytkownika). Dodaj --limit LICZBA, aby ograniczyć ilość wyników.

  4. Aby przeglądać kanał, użyj scripts/fc_feed.sh --channel "nazwa-kanału" --limit LICZBA. Komenda zwraca posty z wybranego kanału w formacie JSON.

  5. Wyszukuj posty po słowach kluczowych, czytaj profile użytkowników, lubisz, udostępniaj lub usuwaj casts — wszystkie te operacje są dostępne poprzez odpowiednie skrypty w katalogu scripts/. Każdy skrypt zwraca wynik w formacie JSON z polem success i dodatkowymi danymi (np. hash nowego posta).

Related skills

web-research

by langchain-ai

Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research

Frontend
18114

markitdown

by K-Dense-AI

Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing audio, performing OCR on images, extracting

Frontend
75173

zustand

by lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

Frontend
36126

google-official-seo-guide

by littleben

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

Frontend
101196

landing-page-guide-v2

by bear2u

Create distinctive, high-converting landing pages that combine proven conversion elements with exceptional design quality. Build beautiful, memorable landing pages using Next.js 14+ and ShadCN UI that avoid generic AI aesthetics while following the 11 essential elements

Frontend
3486

svg-precision

by dkyazzentwatwa

Deterministic SVG generation, validation, and rendering. Use for icons, diagrams, charts, UI mockups, or technical drawings requiring structural correctness and cross-viewer compatibility.

Frontend
233466