sablier-create-airdrop

sablier-create-airdrop is a skill for Claude Code from sablier-labs/sablier-skills. It costs 137 tokens per session (1,755 once invoked), scanned A, original, MIT.

A tool for creating token airdrop campaigns with Sablier's Merkle system. It deploys a campaign contract and lets recipients claim ERC-20 tokens using proofs that show they are eligible.

In plain words
What is it for?
Creating community, claimable, vested, ERC-20, or BEP-20 token airdrops on an EVM blockchain. It can also prepare campaign data for upload to IPFS.
Why use it?
It organizes distribution to many wallets without requiring the creator to send each payment manually. Claims can happen later, but the campaign must be funded before recipients can withdraw.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: names the AskUserQuestion tool.

Good fit Creating community, claimable, vested, ERC-20, or BEP-20 token airdrops on an EVM blockchain. It can also prepare campaign data for upload to IPFS.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sablier-labs/sablier-skills/sablier-create-airdrop
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sablier-labs/sablier-skills --skill sablier-create-airdrop
Clone the repo
git clone --depth 1 https://github.com/sablier-labs/sablier-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sablier-create-airdrop

README.md
[![agentmods](https://agentmods.dev/badge/skills/sablier-labs/sablier-skills/sablier-create-airdrop/github.svg)](https://agentmods.dev/skills/sablier-labs/sablier-skills/sablier-create-airdrop)
Your own site
<a href="https://agentmods.dev/skills/sablier-labs/sablier-skills/sablier-create-airdrop"><img src="https://agentmods.dev/badge/skills/sablier-labs/sablier-skills/sablier-create-airdrop/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sablier-create-airdrop

Your own site · 80×15
<a href="https://agentmods.dev/skills/sablier-labs/sablier-skills/sablier-create-airdrop"><img src="https://agentmods.dev/badge/skills/sablier-labs/sablier-skills/sablier-create-airdrop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,755 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00137 $0.01755
Opus 5 $0.00068 $0.00877
Sonnet 5 $0.00027 $0.00351
Haiku 4.5 $0.00014 $0.00176

Measured 12d ago against content hash 6d6dbea4f90d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

sablier-create-airdrop scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/generate-merkle-campaign.mjs, scripts/generate-merkle-campaign.test.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sablier-create-airdrop/SKILL.md · 132 lines

How it starts

The opening of the file, as written. The whole thing — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sablier Merkle Airdrop Creation

Overview

Create token airdrops using the Sablier Merkle system. A campaign creator deploys a campaign contract via a factory, storing a Merkle root. Anyone can then fund the campaign by transferring tokens to it. Recipients claim individually using Merkle proofs, paying their own gas.

Funding does not have to happen in the same session as deployment. For CLI execution, deploy first, then ask whether the user wants to fund immediately or later. If they defer funding, finish successfully after deployment, share the campaign URL plus key metadata, and warn that claims will fail until the campaign holds at least the aggregate amount.

The local CLI route generates the campaign artifact locally and uploads it to IPFS through Pinata v3, so it requires a Pinata JWT with Files: Write permission.

This skill is a coordinator for airdrop campaign creation and execution routing.

Arguments

Argument Description
chain_name EVM chain where to create the airdrop campaign
token_address ERC-20 token contract address to distribute. Token symbols cannot be resolved to addresses — the user must provide the exact contract address.
airdrop_details_with_csv Campaign type, recipient list in CSV, vesting schedule (if applicable)

Campaign Types

Type Code Distribution Method
Instant MerkleInstant Direct token transfer on claim
Linear MerkleLL Creates a Lockup Linear stream per claim (vesting over time)
Tranched MerkleLT Creates a Lockup Tranched stream per claim (discrete unlock steps)

Read the full file on GitHub · 132 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 132 lines · 137 tokens per session scan A 6d6dbea4f90d

Subscribe to this mod's changes

sablier-create-airdrop is a skill published in the GitHub repository sablier-labs/sablier-skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 137 tokens to every session and 1,755 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.