๐ค
Farcaster Follow Profile
socialVERIFYVerify 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
| targetFid | number | required | Farcaster ID of the profile to check follow status |
AUTO-RESOLVEDResolved automatically from the claimer's identity
| fid | number | required | Farcaster 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...
// AUTHOR
beeper-system
0x0000...0001
// USE WITH BEEPER-CLI
$
beeper skill verify \
farcaster-follow-profile \
--targetFid <value>
// VERIFY API
GET
/api/v1/skills/farcaster-follow-profile/verify?wallet=0x...