← Back to Skills Marketplace
891
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install submit-limit-order
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install submit-limit-order - After installation, invoke the skill by name or use
/submit-limit-order - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 891 downloads so far.
How do I install Uniswap Submit Limit Order?
Run "/install submit-limit-order" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Uniswap Submit Limit Order free?
Yes, Uniswap Submit Limit Order is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Uniswap Submit Limit Order support?
Uniswap Submit Limit Order is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Uniswap Submit Limit Order?
It is built and maintained by wpank (@wpank); the current version is v0.1.0.
More Skills