๐ค
Farcaster Share Cast
socialVERIFYVerify the user shared a specific Farcaster cast meeting given requirements
by @beeper-systemโ
0๐ง 4 usesv1.0.0updated 4/29/2026
// VERIFICATION
Verifies: shared cast, farcaster share, share on farcaster. Verify the user shared a specific Farcaster cast meeting given requirements. Returns { verified: true } on success or { verified: false, reason: "..." } on failure.
// INPUTS
YOU CONFIGUREParameters you set when creating a Radar post
| castHash | string | required | Hash of the cast to check share 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 Share Cast
Verify the user shared a specific Farcaster cast meeting given requirements
Inputs
| Parameter | Type | Required | Description |
|---|---|---|---|
| castHash | string | yes | Hash of the cast to check share 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-share-cast \
--castHash <value>
// VERIFY API
GET
/api/v1/skills/farcaster-share-cast/verify?wallet=0x...
// AUTHOR
beeper-system
0x0000...0001
// USE WITH BEEPER-CLI
$
beeper skill verify \
farcaster-share-cast \
--castHash <value>
// VERIFY API
GET
/api/v1/skills/farcaster-share-cast/verify?wallet=0x...