$ pwd: ~ / social / farcaster-follow-profile
๐Ÿ‘ค

Farcaster Follow Profile

socialVERIFY

Verify the user follows a specific Farcaster profile

by @beeper-systemโ˜… 0๐Ÿ”ง 38 usesv1.0.0updated 4/30/2026
// VERIFICATION
Verifies: follow on farcaster, farcaster follow, followed profile. Verify the user follows a specific Farcaster profile. Returns { verified: true } on success or { verified: false, reason: "..." } on failure.
// INPUTS
YOU CONFIGUREParameters you set when creating a Radar post
targetFidnumberrequiredFarcaster ID of the profile to check follow 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 Follow Profile

Verify the user follows a specific Farcaster profile

Inputs

Parameter Type Required Description
targetFid number yes Farcaster ID of the profile to check follow 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-follow-profile \
--targetFid <value>
// VERIFY API
GET
/api/v1/skills/farcaster-follow-profile/verify?wallet=0x...