skills/sablier-withdraw-vesting/SKILL.md
This skill should be used when the user asks to "withdraw vested tokens", "withdraw from Sablier vesting", "withdraw all my Sablier streams", "claim everything", "claim all unlocked tokens", "drain my vesting streams", "claim from Sablier", or wants an agent to withdraw unlocked tokens from one or more Sablier Lockup vesting streams on their behalf. Supports EVM chains (batched withdrawal across multiple streams on a single chain via `withdrawMultiple`) and Solana mainnet-beta (single-stream withdrawals from Lockup Linear v0.1).
npx skillsauth add sablier-labs/sablier-skills sablier-withdraw-vestingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Withdraw unlocked tokens from Sablier Lockup vesting streams on the user's behalf.
Supported protocols:
withdrawMultiple.This skill charges no markup. The only fees paid are on-chain protocol fees, set by the Lockup comptroller on EVM v3.0+ (may be zero on earlier versions) or the Sablier program on Solana (approx. 1 USD in SOL, but might have been reset to 0 USD onchain, computed via Chainlink).
This skill is a coordinator for vesting withdrawal and execution routing.
| Argument | Description |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| chain_name | Where the streams live. Either solana (Solana mainnet-beta) or an EVM chain name (e.g. "Ethereum", "Base", "Polygon"). One chain per invocation. |
| wallet_address | The recipient wallet. EVM: 0x-prefixed address. Solana: base58 pubkey. The skill never surfaces sender-only streams — withdrawing those pushes tokens to the recipient. |
| token | Optional narrowing. EVM accepts a token symbol (e.g. "USDC"). Solana accepts the deposited-token mint address (preferred — saves RPC calls) or a symbol as fallback. |
Verify the user wants to withdraw from existing Sablier vesting streams.
If the user wants to create a vesting stream instead, route to sablier-create-vesting. If that skill is unavailable, recommend installing it with:
npx skills add sablier-labs/sablier-skills --skill sablier-create-vesting
| Chain argument | Runbook |
| ------------------------------------------- | ---------------------------------------------------- |
| solana | references/solana-cli.md |
| Any EVM chain name, or chain_name omitted | references/evm-cli.md |
Stop reading this file after picking a row. The selected runbook owns prerequisites, input collection, discovery, fees, preview, broadcast, and receipt. Do not interleave instructions across runbooks — each is self-contained.
If you encounter any issues or unexpected errors with this skill, please file an issue at sablier-labs/sablier-skills.
data-ai
This skill should be used when the user asks to "withdraw flow stream", "withdraw from Sablier Flow", "claim flow payment", "claim from Sablier Flow", "drain my flow streams", "withdraw all my Sablier Flow streams", "withdraw from open-ended stream", "claim open-ended stream", or wants an agent to withdraw available tokens from one or more Sablier Flow open-ended payment streams on Ethereum or any EVM-compatible chain on their behalf. Supports batching across multiple streams on a single chain.
data-ai
This skill should be used when the user asks to "cancel a vesting stream", "cancel Sablier vesting", "stop vesting for X", "revoke a Sablier stream", "claw back unvested tokens", "refund unvested tokens", "kill a Sablier Lockup stream", or wants an agent to cancel one or more Sablier Lockup vesting streams as the stream sender on Ethereum or any EVM-compatible chain on their behalf.
data-ai
This skill should be used when the user asks to "cancel a Flow stream", "void a Sablier Flow stream", "stop streaming to X", "refund my Flow deposit", "kill a Sablier Flow payment", "claw back unstreamed funds", "stop a Sablier open-ended stream", or wants an agent to cancel one or more Sablier Flow open-ended payment streams (void + refund where applicable) on Ethereum or any EVM-compatible chain on their behalf.
data-ai
This skill should be used when the user asks to create "token vesting", "token vesting streams", "onchain vesting", "Ethereum vesting", "EVM vesting", "ERC-20 vesting", "ERC20 vesting", "BEP-20 vesting", or "BEP20 vesting" with Sablier Lockup, wants to create vesting schedules for a token or tokens on Ethereum, EVM-compatible chains, or BNB Chain, needs an agent to run onchain vesting-creation transactions on their behalf.