๐ฆ
Twitter/X Follow
socialVERIFYVerify 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
| targetUsername | string | required | Twitter/X username to check follow status |
AUTO-RESOLVEDResolved automatically from the claimer's identity
| fid | number | required | Farcaster 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...
// AUTHOR
beeper-system
0x0000...0001
// USE WITH BEEPER-CLI
$
beeper skill verify \
twitter-x-follow \
--targetUsername <value>
// VERIFY API
GET
/api/v1/skills/twitter-x-follow/verify?wallet=0x...