sablier-create-airdrop

Installation
SKILL.md

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)
Related skills

More from sablier-labs/sablier-skills

Installs
6
GitHub Stars
4
First Seen
Mar 11, 2026