首页龙虾技能列表 › Uniswap Deploy Agent Token — 部署 Uniswap V4 池的代理令牌

Uniswap Deploy Agent Token — 部署 Uniswap V4 池的代理令牌

v0.1.0

自动化部署 Uniswap V4 池,支持可配置钩子(防抢先、动态费率、收入分享)、初始流动性引导、LP 锁定和部署后监控。适用于在 Uniswap 发布令牌的场景。

0· 731·0 当前·0 累计
by @wpank·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/1
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
技能目的清晰(部署 Uniswap V4 池),但指令将签名/交易工作委托给子代理,没有声明钱包密钥、RPC 端点或其他凭证的来源 — 这个缺口和未知来源使技能可疑。
评估建议
["安装前考虑:技能声明执行不可逆的链上操作(创建池、添加流动性、转移/锁定 LP NFT),需要钱包签名和 RPC 访问,但技能没有声明凭证来源。建议使用外部硬件钱包或隔离签名服务。","技能委托所有关键工作给子代理(token-deployer、safety-guardian、lp-strategist),应先验证子代理的源代码和来源。","建议在测试网上彻底测试,确认代理需要明确用户确认任何链上交易,审查完整的部署报告。","如果必须继续:确保平台政策强制交互确认交易,通过安全钱包提供商路由签名,密切监控交易。如果无法验证签名来源或子代理代码,请不要使用真实资金。"]...
详细分析 ▾
用途与能力
The skill's name and description match the instructions: it automates pool creation, hook configuration, liquidity bootstrapping, LP locking, and monitoring. However, deploying pools and locking LP tokens necessarily requires signing transactions and access to blockchain RPC endpoints or a wallet; the skill declares no required environment variables (no private key, no RPC URL, no API credentials) and provides no provenance for the subagents it delegates to. That omission is disproportionate for the claimed capabilities and is unexplained.
指令范围
SKILL.md is detailed and stays on-topic (extract params, validate, delegate to token-deployer, simulate, add liquidity, lock LP, monitor, report). The main risk is delegation: it instructs the agent platform to run Task(subagent_type:token-deployer) which in turn uses safety-guardian and lp-strategist. The SKILL.md does not specify how signing authorization, user confirmation, or transaction-building policies are handled, nor does it require explicit user approval before on-chain actions. That grants broad operational discretion to delegated agents unless the platform enforces stricter controls.
安装机制
This is an instruction-only skill with no install spec and no code files — lowest installation risk. There is nothing written to disk by the skill itself. However, the lower install risk does not mitigate the higher operational risk from on-chain actions and delegation to other agents.
凭证需求
Deploying and managing liquidity requires credentials (wallet private key or a signing provider, and usually an RPC URL). The skill requests none. That mismatch is a red flag: either the skill expects the platform to provide signing authority implicitly (not documented), or the subagents will request or obtain credentials at runtime in ways not described. The absence of any declared primary credential or required env vars is disproportionate to the claimed on-chain capabilities and increases the risk of accidental key exposure or unauthorized transactions.
持久化与权限
The skill is not marked always:true and is user-invocable only, which is appropriate. It does permit autonomous model invocation by default (platform default), and it delegates to other subagents — combining autonomous invocation with the credential/payment concerns above increases blast radius, but on its own the persistence/privilege settings are not excessive.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/2/11

初始发布 — 部署和监控新代理令牌,包括 Uniswap V4 池创建、钩子和流动性引导。自动化全流程令牌发布,支持防抢先、动态费率和收入分享钩子,默认启用防抢先保护。委托 token-deployer 代理执行部署步骤,提供完整部署报告。

● 无害

安装命令 点击复制

官方npx clawhub@latest install deploy-agent-token
镜像加速npx clawhub@latest install deploy-agent-token --registry https://cn.clawhub-mirror.com

技能文档

(由于原始内容过长,以下为简略版中文翻译,保留关键部分)


name: deploy-agent-token ...(保留原始 YAML frontmatter 不翻译) # 部署代理令牌

概览

自动化在 Uniswap V4 上发布令牌的全生命周期:池创建、可配置钩子、初始流动性引导、LP 锁定和部署后监控。委托 token-deployer 代理执行关键步骤,确保安全配置和必要的防抢先保护。 ...(保留代码块、命令行指令和 Markdown 格式不翻译)

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务