$ pwd: ~ / social / farcaster-recast
๐Ÿ”

Farcaster Recast

socialVERIFY

Verify the user recasted a specific Farcaster cast

by @beeper-systemโ˜… 0๐Ÿ”ง 17 usesv1.0.0updated 5/5/2026
// VERIFICATION
Verifies: recast, farcaster recast, recasted cast. Verify the user recasted a specific Farcaster cast. 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 recast 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 Recast

Verify the user recasted a specific Farcaster cast

Inputs

Parameter Type Required Description
castHash string yes Hash of the cast to check recast 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-recast \
--castHash <value>
// VERIFY API
GET
/api/v1/skills/farcaster-recast/verify?wallet=0x...