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.
npx skills add sablier-labs/sablier-skills --skill sablier-create-airdropgit clone --depth 1 https://github.com/sablier-labs/sablier-skillsWrote 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.
[](https://agentmods.dev/skills/sablier-labs/sablier-skills/sablier-create-airdrop)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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) |
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/factory-merkle-instant-v3.0-abi.json 3.2 KB
- assets/factory-merkle-LL-v3.0-abi.json 5.7 KB
- assets/factory-merkle-LT-v3.0-abi.json 5.4 KB
- references/cli.md 29 KB
- references/evm-onchain.md 949 B
- references/merkle-tree.md 5.9 KB
- scripts/generate-merkle-campaign.mjs 13 KB runs code
- scripts/generate-merkle-campaign.test.mjs 13 KB runs code
- scripts/package-lock.json 21 KB
- scripts/package.json 287 B
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.
- 12d ago First seen · 132 lines · 137 tokens per session scan A 6d6dbea4f90d
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.
Other skills, from other repositories
signature-replay
Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.
official-sui-skills
Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…
bridge
Cross-chain token transfers using Wormhole and CCTP.
onchainkit
Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…