← 返回 Skills 市场
878
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install token-vesting
功能描述
Create and manage token vesting streams using the Sablier Lockup protocol (linear, dynamic, tranched).
安全使用建议
This skill appears internally consistent, but follow best practices before using it: (1) Never paste private keys into chat. Prefer a hardware wallet or an encrypted Foundry keystore for mainnet signing. (2) If you must use an environment variable, keep keys in ephemeral shells and rotate them after use. (3) Verify the target Sablier contract addresses and recipient addresses before sending funds; test on a testnet first. (4) Ensure your ETH_RPC_URL points to a trusted provider (avoid pasting provider API keys into public contexts). Installing this instruction-only skill does not add binaries to your system, but any transaction you sign will move real tokens — proceed cautiously.
功能分析
Type: OpenClaw Skill
Name: token-vesting
Version: 1.0.2
The OpenClaw AgentSkills skill bundle is classified as benign. It provides instructions and examples for creating and managing token vesting streams using the Sablier Lockup protocol via Foundry's `cast` and `forge` CLI tools. The skill explicitly includes robust security guidelines for the AI agent, instructing it to never log, embed, or ask for raw private keys, and to prioritize secure signing methods (hardware wallets, Foundry keystore, environment variables). Crucially, the `SKILL.md` header contains `disable-model-invocation: true`, which significantly limits the agent's ability to execute arbitrary commands or deviate from the predefined secure practices, mitigating prompt injection risks. All commands and operations are aligned with the stated purpose and use standard, legitimate blockchain interaction methods.
能力评估
Purpose & Capability
The skill is for creating/managing Sablier vesting streams on EVM chains. Requiring an RPC URL, a signing credential (ETH_PRIVATE_KEY) and EVM tooling (cast/forge) is appropriate and expected.
Instruction Scope
SKILL.md stays on-topic (deploying/creating/managing streams) and includes clear rules to avoid leaking private keys. It shows examples using environment variables and Foundry keystore/hardware wallets. Note: the examples include exporting ETH_PRIVATE_KEY in a shell (acceptable for short-lived/test use) — users should prefer hardware wallets or encrypted keystores for mainnet.
Install Mechanism
No install spec (instruction-only), so nothing is downloaded or written by the skill itself — lower risk. The skill assumes the platform already has cast/forge available.
Credentials
Only ETH_RPC_URL and ETH_PRIVATE_KEY are required (primary credential ETH_PRIVATE_KEY). These are proportionate and necessary for signing and broadcasting transactions. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not configured as always-on and has disable-model-invocation=true, reducing autonomous invocation risk. It does not request system-wide config changes or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install token-vesting - 安装完成后,直接呼叫该 Skill 的名称或使用
/token-vesting触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
**Security improvements and signing method guidance added.**
- Introduced strict security guidelines for handling private keys and RPC URLs.
- Added a new section explaining safe signing practices (hardware wallet, keystore, environment variable), with clear behavioral constraints.
- Updated command examples to avoid using raw private keys, defaulting to secure signing flags or environment variables.
- Added advice to always ask the user for their preferred signing method and to recommend the safest available option.
- Updated metadata to reflect new environment variable requirements and disable model invocation.
v1.0.1
- Updated Solidity ABI parameter for `createWithDurationsLL` and `createWithDurationsLT` from `bytes shape` to `string shape`.
- Revised all relevant `cast send` command examples to use the updated `string` type for the `shape` field in stream creation.
- No other functional or documentation changes.
v1.0.0
sablier-vesting 1.0.0
- Initial release of the sablier-vesting skill for creating and managing token vesting streams using the Sablier Lockup v3.0 protocol.
- Supports linear, dynamic, and tranched vesting stream types on multiple EVM-compatible blockchains.
- Includes instructions for stream creation, token approval, and example usage with the Foundry cast CLI.
- Provides deployment addresses for major mainnets.
- Details various stream shapes and scenarios for vesting, airdrops, and employee/investor allocations.
元数据
常见问题
Token Vesting 是什么?
Create and manage token vesting streams using the Sablier Lockup protocol (linear, dynamic, tranched). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 878 次。
如何安装 Token Vesting?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install token-vesting」即可一键安装,无需额外配置。
Token Vesting 是免费的吗?
是的,Token Vesting 完全免费(开源免费),可自由下载、安装和使用。
Token Vesting 支持哪些平台?
Token Vesting 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Token Vesting?
由 sneg55(@sneg55)开发并维护,当前版本 v1.0.2。
推荐 Skills