From bitbadges
Build or audit a BitBadges claim — code-gated, password-gated, whitelist, open, or token-gated. Use when the user wants users to redeem something on a claim page.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bitbadges:claimThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A BitBadges "claim" is a redemption page where users (gated however the manager chooses) can claim tokens, perform a transfer, or trigger a payment. This skill handles building new claims and auditing existing ones.
A BitBadges "claim" is a redemption page where users (gated however the manager chooses) can claim tokens, perform a transfer, or trigger a payment. This skill handles building new claims and auditing existing ones.
Use the build_claim MCP tool with the desired plugins (gating modes) and approval target. There is no CLI builder for claims today — use the MCP tool path or compose the JSON directly.
| Mode | Plugin id | Use when |
|---|---|---|
| Whitelist (address list) | whitelist | Specific addresses pre-approved |
| Password | password | Single shared secret |
| Codes | codes | One-time-use codes (good for events) |
| Open | (none) | Anyone can claim |
| Token-gated | must-own-tokens | Holders of another collection only |
bb api claims get-claim <claim-id>
Then review for: overlapping plugins (e.g. password + open), expired time windows, max-uses set or unset, and whether the underlying approval still has supply.
bb api --help-json if unsure.npx claudepluginhub bitbadges/bitbadges-plugin --plugin bitbadgesCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.