{
  "schemaVersion": "1.0",
  "item": {
    "slug": "submit-limit-order",
    "name": "Uniswap Submit Limit Order",
    "source": "tencent",
    "type": "skill",
    "category": "金融交易",
    "sourceUrl": "https://clawhub.ai/wpank/submit-limit-order",
    "canonicalUrl": "https://clawhub.ai/wpank/submit-limit-order",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/submit-limit-order",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=submit-limit-order",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/submit-limit-order"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/submit-limit-order",
    "agentPageUrl": "https://openagent3.xyz/skills/submit-limit-order/agent",
    "manifestUrl": "https://openagent3.xyz/skills/submit-limit-order/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/submit-limit-order/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Submit Limit Order",
        "body": "Submit a gasless UniswapX Dutch auction limit order."
      },
      {
        "title": "Activation",
        "body": "Use this skill when the user says any of:\n\n\"Set a limit order\"\n\"Buy X at price Y\"\n\"Submit a UniswapX order\"\n\"Limit buy/sell\""
      },
      {
        "title": "Input Extraction",
        "body": "ParameterRequiredDefaultSourcetokenInYes—Token name/symboltokenOutYes—Token name/symbolamountYes—Numeric valuechainNoethereumChain namelimitPriceNomarket priceTarget priceexpiryNo5 minutesDuration for Dutch auction decay"
      },
      {
        "title": "Workflow",
        "body": "Validate inputs: Check token allowlist, spending limits, and UniswapX support on the target chain.\n\n\nGet current market price: Call get_quote to establish the baseline price.\n\n\nSubmit order: Call submit_uniswapx_order with:\n\ntokenIn, tokenOut, amount, chain\norderType: \"dutch\" (default) or \"priority\"\n\n\n\nMonitor (optional): Poll get_uniswapx_order_status until filled, expired, or cancelled.\n\n\nReport:\n\nLimit Order Submitted (UniswapX Dutch Auction)\n\n  Input:   1,000 USDC\n  Target:  0.310 WETH (limit: 1 WETH = $3,225)\n  Decay:   $3,225 → $3,200 over 5 minutes\n  Status:  PENDING\n  Order:   0xORDER_HASH...\n\n  Gas: $0.00 (gasless until filled)\n  Monitoring: Will report when filled or expired."
      },
      {
        "title": "Error Handling",
        "body": "ErrorUser MessageSuggested ActionUNISWAPX_NOT_SUPPORTED\"UniswapX not available on [chain].\"Use supported chain or execute-swapORDER_EXPIRED\"Order expired without fill.\"Adjust limit price or increase expirySAFETY_TOKEN_NOT_ALLOWED\"TOKEN is not on allowlist.\"Add token to config"
      }
    ],
    "body": "Submit Limit Order\n\nSubmit a gasless UniswapX Dutch auction limit order.\n\nActivation\n\nUse this skill when the user says any of:\n\n\"Set a limit order\"\n\"Buy X at price Y\"\n\"Submit a UniswapX order\"\n\"Limit buy/sell\"\nInput Extraction\nParameter\tRequired\tDefault\tSource\ntokenIn\tYes\t—\tToken name/symbol\ntokenOut\tYes\t—\tToken name/symbol\namount\tYes\t—\tNumeric value\nchain\tNo\tethereum\tChain name\nlimitPrice\tNo\tmarket price\tTarget price\nexpiry\tNo\t5 minutes\tDuration for Dutch auction decay\nWorkflow\n\nValidate inputs: Check token allowlist, spending limits, and UniswapX support on the target chain.\n\nGet current market price: Call get_quote to establish the baseline price.\n\nSubmit order: Call submit_uniswapx_order with:\n\ntokenIn, tokenOut, amount, chain\norderType: \"dutch\" (default) or \"priority\"\n\nMonitor (optional): Poll get_uniswapx_order_status until filled, expired, or cancelled.\n\nReport:\n\nLimit Order Submitted (UniswapX Dutch Auction)\n\n  Input:   1,000 USDC\n  Target:  0.310 WETH (limit: 1 WETH = $3,225)\n  Decay:   $3,225 → $3,200 over 5 minutes\n  Status:  PENDING\n  Order:   0xORDER_HASH...\n\n  Gas: $0.00 (gasless until filled)\n  Monitoring: Will report when filled or expired.\n\nError Handling\nError\tUser Message\tSuggested Action\nUNISWAPX_NOT_SUPPORTED\t\"UniswapX not available on [chain].\"\tUse supported chain or execute-swap\nORDER_EXPIRED\t\"Order expired without fill.\"\tAdjust limit price or increase expiry\nSAFETY_TOKEN_NOT_ALLOWED\t\"TOKEN is not on allowlist.\"\tAdd token to config"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/wpank/submit-limit-order",
    "publisherUrl": "https://clawhub.ai/wpank/submit-limit-order",
    "owner": "wpank",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/submit-limit-order",
    "downloadUrl": "https://openagent3.xyz/downloads/submit-limit-order",
    "agentUrl": "https://openagent3.xyz/skills/submit-limit-order/agent",
    "manifestUrl": "https://openagent3.xyz/skills/submit-limit-order/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/submit-limit-order/agent.md"
  }
}