← 返回 Skills 市场
wpank

Uniswap Submit Limit Order

作者 wpank · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
891
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install submit-limit-order
功能描述
Submit a UniswapX Dutch auction limit order. Use when user wants to set a limit price, get MEV-protected execution, or submit an order that fills at the best available price. No gas cost until filled.
安全使用建议
This skill appears to implement UniswapX limit orders but has unclear trust boundaries. Before installing or enabling it: 1) Confirm how signing and account access are handled — which wallet/account will be used and whether the connector requires long-lived credentials. 2) Ask the platform whether the trade-executor subagent will ask the user for explicit confirmation before submitting any on‑chain transaction. 3) Verify the source of any external install (README points to a GitHub npx install) and avoid running external installers you don't trust. 4) Test with minimal amounts and check safety/allowlist configuration (who controls it?). 5) If you need stronger guarantees, request the skill declare required credentials and an explicit consent/auth flow or provide the trade-executor's audited contract/connector details. If you cannot get clear answers about authentication and consent, treat the skill as higher-risk and prefer manual execution instead of autonomous invocation.
功能分析
Type: OpenClaw Skill Name: submit-limit-order Version: 0.1.0 The skill bundle is designed for a legitimate financial operation (UniswapX limit orders). However, the `SKILL.md` file explicitly grants the AI agent access to powerful file system tools (`Read`, `Glob`, `Grep`) via the `allowed-tools` directive. While the skill's workflow does not instruct the agent to use these tools for malicious purposes, their inclusion creates a significant vulnerability to prompt injection attacks, allowing an attacker to potentially leverage the agent to read sensitive files or enumerate the file system, which is a risky capability not strictly necessary for the stated purpose.
能力评估
Purpose & Capability
The name/description and the SKILL.md steps (get quote, submit_uniswapx_order, poll status, check safety) are consistent with submitting UniswapX Dutch auction limit orders. However, the skill depends on platform microservices (mcp__uniswap__*) and a Task(subagent_type:trade-executor) to perform execution; that is reasonable for a trading skill but shifts important capabilities (wallet signing, network submission) out of the skill and into the platform connectors/subagent.
Instruction Scope
The SKILL.md instructs the agent to use a trade-executor subagent and several MCP connectors without describing how authentication, signing, or explicit user confirmation for on-chain execution will be handled. The instructions also reference checking token allowlists and spending limits (which implies reading configs or user policy) but do not detail where those policies live or what data is read. This gives the skill broad runtime discretion which could result in on-chain actions if the platform connectors are authorized.
Install Mechanism
No install spec or code files are included; the skill is instruction-only so nothing gets written to disk by the skill itself. Note: README suggests installing from a GitHub location via npx, which is inconsistent with the registry showing no install spec — that external-install suggestion is a discrepancy to be aware of.
Credentials
The skill declares no required environment variables or credentials, yet it invokes a trade-executor subagent and MCP connectors that, in practice, will need some form of wallet access or account authorization to submit or finalize orders. The lack of declared credentials or a clear authentication/consent flow is a meaningful mismatch — it's unclear how signing or account access will be obtained and whether user approval will be required for each order.
Persistence & Privilege
always is false and the skill doesn't request persistent system-wide changes. However, the skill is allowed to invoke platform subagents and connectors autonomously (default model invocation enabled). Combined with the other concerns (unexplained execution authority), autonomous invocation could increase risk if platform connectors have broad privileges; on its own this is standard behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install submit-limit-order
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /submit-limit-order 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release: submit gasless UniswapX Dutch auction limit orders. - Supports user input for token pair, amount, optional chain, limit price, and expiry. - Validates token allowlist, spending limits, and chain compatibility. - Calls UniswapX APIs to get market price, submit order, and monitor status. - Detailed workflow and user feedback for order submissions, status updates, and error handling.
元数据
Slug submit-limit-order
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Uniswap Submit Limit Order 是什么?

Submit a UniswapX Dutch auction limit order. Use when user wants to set a limit price, get MEV-protected execution, or submit an order that fills at the best available price. No gas cost until filled. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 891 次。

如何安装 Uniswap Submit Limit Order?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install submit-limit-order」即可一键安装,无需额外配置。

Uniswap Submit Limit Order 是免费的吗?

是的,Uniswap Submit Limit Order 完全免费(开源免费),可自由下载、安装和使用。

Uniswap Submit Limit Order 支持哪些平台?

Uniswap Submit Limit Order 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Uniswap Submit Limit Order?

由 wpank(@wpank)开发并维护,当前版本 v0.1.0。

💬 留言讨论