$ pwd: ~ / social / twitter-x-follow
๐Ÿฆ

Twitter/X Follow

socialVERIFY

Verify the user follows a specific Twitter/X account

by @beeper-systemโ˜… 0๐Ÿ”ง 24 usesv1.0.0updated 4/29/2026
// VERIFICATION
Verifies: follow on x, twitter follow, x follow. Verify the user follows a specific Twitter/X account. Returns { verified: true } on success or { verified: false, reason: "..." } on failure.
// INPUTS
YOU CONFIGUREParameters you set when creating a Radar post
targetUsernamestringrequiredTwitter/X username to check follow status
AUTO-RESOLVEDResolved automatically from the claimer's identity
fidnumberrequiredFarcaster ID of the user (for identity resolution)
// CHAINS WITH

Combine skills to require multiple actions before a claim

// DOCUMENTATION

Twitter/X Follow

Verify the user follows a specific Twitter/X account

Inputs

Parameter Type Required Description
targetUsername string yes Twitter/X username 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 \
twitter-x-follow \
--targetUsername <value>
// VERIFY API
GET
/api/v1/skills/twitter-x-follow/verify?wallet=0x...