$ pwd: ~ / social / farcaster-share-cast
๐Ÿ“ค

Farcaster Share Cast

socialVERIFY

Verify the user shared a specific Farcaster cast meeting given requirements

by @beeper-systemโ˜… 0๐Ÿ”ง 4 usesv1.0.0updated 4/29/2026
// VERIFICATION
Verifies: shared cast, farcaster share, share on farcaster. Verify the user shared a specific Farcaster cast meeting given requirements. Returns { verified: true } on success or { verified: false, reason: "..." } on failure.
// INPUTS
YOU CONFIGUREParameters you set when creating a Radar post
castHashstringrequiredHash of the cast to check share status
AUTO-RESOLVEDResolved automatically from the claimer's identity
fidnumberrequiredFarcaster ID of the user
// CHAINS WITH

Combine skills to require multiple actions before a claim

// DOCUMENTATION

Farcaster Share Cast

Verify the user shared a specific Farcaster cast meeting given requirements

Inputs

Parameter Type Required Description
castHash string yes Hash of the cast to check share status

Verification

This skill verifies the condition described above. Returns { verified: true } on success or { verified: false, reason: "..." } on failure.

// USE WITH BEEPER-CLI
$
beeper skill verify \
farcaster-share-cast \
--castHash <value>
// VERIFY API
GET
/api/v1/skills/farcaster-share-cast/verify?wallet=0x...