Sablier Agent Skills: Onchain Token Vesting — Powered by AI

Sablier Agent Skills: Onchain Token Vesting — Powered by AI

Managing onchain token distribution used to mean navigating contract ABIs, calculating unlock schedules by hand, and copy-pasting deployment scripts or using vesting UIs. With Sablier agent skills, you can do it all in plain English.

Sablier Agent Skills bring the full power of the Sablier Protocol, token vesting, payment streaming, and Merkle airdrops, to AI coding agents. Describe what you need, and the agent handles the rest: validating inputs, selecting the right contracts, and executing transactions onchain.

What Are Agent Skills?

Agent skills are structured instructions that give AI coding agents domain-specific capabilities. Instead of prompting a general-purpose model and hoping it gets the details right, skills encode protocol knowledge, guard rails, and execution logic directly.

The Sablier skills catalog ships four skills:

Create Vesting Streams — Set up fixed-schedule token vesting with linear unlocks, cliff periods, or tranched releases. Supports 27+ EVM chains and Solana.

"Create a 4-year vesting stream with a 12-month cliff on Arbitrum for 0xABC..."

Create Payment Streams — Open continuous payment streams with no end date. Ideal for vesting with top ups, and salaries.

"Stream 1000 USDC per month on Base to 0xDEF..."

Create Merkle Airdrops — Distribute tokens to thousands of recipients using gas-efficient Merkle trees. Supports instant claims, linear vesting, and tranched unlocks post-claim.

"Create an instant Merkle airdrop on Ethereum from this CSV."

Protocol Context — An advisory skill that explains how Sablier works, compares modules, and helps you pick the right product for your use case.

"Explain the difference between Lockup, Flow, and Airdrops."

How It Works

Install the full catalog with a single command:

npx skills add sablier-labs/sablier-skills

Or install only the skill you need:

npx skills add sablier-labs/sablier-skills --skill sablier-create-vesting

Once installed, your agent automatically routes requests to the right skill. Ask it to create a vesting schedule, and it will:

  1. Confirm the right Sablier module for your use case
  2. Ask for any missing details — chain, token address, schedule, recipients
  3. Open the browser to let you sign the transaction using your extension of choice (e.g. MetaMask)
  4. Execute the onchain transaction on your behalf

No Solidity required. No scripts to maintain.

Built-In Guard Rails

The skills don't just execute blindly. They validate inputs, flag unsupported features before wasting gas, and guide you through decisions like campaign type selection or funding timing.

If something doesn't fit, say, you're trying to vest a native token, the agent tells you to wrap it first rather than failing silently.

Who Is This For?

  • COOs setting up contributor vesting who want to skip the deployment boilerplate
  • Treasury managers distributing tokens to large recipient sets via airdrops
  • CFOs running onchain payroll with continuous token streams
  • Developers exploring Sablier who want protocol guidance without digging through docs

Open Source

Sablier Agent Skills are open source under the MIT license. Contributions, issues, and feedback are welcome on GitHub.