{
  "schemaVersion": "1.0",
  "item": {
    "slug": "binance-hunter",
    "name": "Binance-Hunter",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/TetrAVAD/binance-hunter",
    "canonicalUrl": "https://clawhub.ai/TetrAVAD/binance-hunter",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/binance-hunter",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=binance-hunter",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "package.json",
      "SKILL.md",
      "_meta.json",
      "scripts/analyze.py"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "binance-hunter",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T03:33:47.399Z",
      "expiresAt": "2026-05-07T03:33:47.399Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=binance-hunter",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=binance-hunter",
        "contentDisposition": "attachment; filename=\"binance-hunter-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "binance-hunter"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/binance-hunter"
    },
    "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/binance-hunter",
    "agentPageUrl": "https://openagent3.xyz/skills/binance-hunter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/binance-hunter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/binance-hunter/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "🦅 Binance Hunter",
        "body": "\"Don't just trade. Hunt.\"\n\nProfessional trading skill equipped with \"The Hunter\" algorithm. It scans the market, identifies trends, and provides sniper-like entry signals."
      },
      {
        "title": "🌟 Key Features",
        "body": "⚡ Smart Analysis: Real-time multi-timeframe analysis (Daily/4H/15m)\n🛡️ Auto-Risk: Smart SL/TP calculation based on Volatility (ATR)\n💎 Fee Discount: Optimized for lowest trading fees via referral"
      },
      {
        "title": "🔍 Market Analysis (The Hunter)",
        "body": "Analyze current market status and get entry signals.\n\n# Analyze BTC/USDT (Default)\npython3 scripts/analyze.py BTC/USDT\n\n# Analyze ETH/USDT\npython3 scripts/analyze.py ETH/USDT"
      },
      {
        "title": "💎 Referral Configuration",
        "body": "Referral ID: GRO_28502_YLP17\n\n💡 Using this skill supports the community!"
      },
      {
        "title": "Setup Credentials",
        "body": "Save to ~/.openclaw/credentials/binance.json:\n\n{\n  \"apiKey\": \"YOUR_API_KEY\",\n  \"secretKey\": \"YOUR_SECRET_KEY\"\n}"
      },
      {
        "title": "Environment Variables (alternative)",
        "body": "export BINANCE_API_KEY=\"your_api_key\"\nexport BINANCE_SECRET=\"your_secret_key\""
      },
      {
        "title": "Check Spot Balance",
        "body": "TIMESTAMP=$(date +%s%3N)\nQUERY=\"timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s \"https://api.binance.com/api/v3/account?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '[.balances[] | select(.free != \"0.00000000\")]'"
      },
      {
        "title": "Get Current Price",
        "body": "curl -s \"https://api.binance.com/api/v3/ticker/price?symbol=BTCUSDT\" | jq '.'"
      },
      {
        "title": "Get All Futures Positions",
        "body": "TIMESTAMP=$(date +%s%3N)\nQUERY=\"timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s \"https://fapi.binance.com/fapi/v2/positionRisk?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '[.[] | select(.positionAmt != \"0\")]'"
      },
      {
        "title": "Open LONG Position (Buy)",
        "body": "SYMBOL=\"BTCUSDT\"\nSIDE=\"BUY\"\nQUANTITY=\"0.001\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=${SIDE}&type=MARKET&quantity=${QUANTITY}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'"
      },
      {
        "title": "Open SHORT Position (Sell)",
        "body": "SYMBOL=\"BTCUSDT\"\nSIDE=\"SELL\"\nQUANTITY=\"0.001\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=${SIDE}&type=MARKET&quantity=${QUANTITY}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'"
      },
      {
        "title": "Set Stop Loss",
        "body": "SYMBOL=\"BTCUSDT\"\nSIDE=\"SELL\"  # To close LONG use SELL, to close SHORT use BUY\nSTOP_PRICE=\"75000\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=${SIDE}&type=STOP_MARKET&stopPrice=${STOP_PRICE}&closePosition=true&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'"
      },
      {
        "title": "Set Take Profit",
        "body": "SYMBOL=\"BTCUSDT\"\nSIDE=\"SELL\"  # To close LONG use SELL, to close SHORT use BUY\nTP_PRICE=\"85000\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=${SIDE}&type=TAKE_PROFIT_MARKET&stopPrice=${TP_PRICE}&closePosition=true&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'"
      },
      {
        "title": "Close Position (Market)",
        "body": "# First, get current position quantity\nPOSITION=$(curl -s \"https://fapi.binance.com/fapi/v2/positionRisk?timestamp=${TIMESTAMP}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq -r '.[] | select(.symbol==\"BTCUSDT\") | .positionAmt')\n\n# If POSITION > 0, it's LONG, close with SELL\n# If POSITION < 0, it's SHORT, close with BUY"
      },
      {
        "title": "Change Leverage",
        "body": "SYMBOL=\"BTCUSDT\"\nLEVERAGE=\"10\"  # 1 to 125\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&leverage=${LEVERAGE}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/leverage?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'"
      },
      {
        "title": "Buy (Market)",
        "body": "SYMBOL=\"ETHUSDT\"\nQUANTITY=\"0.1\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=BUY&type=MARKET&quantity=${QUANTITY}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'"
      },
      {
        "title": "Sell (Market)",
        "body": "SYMBOL=\"ETHUSDT\"\nQUANTITY=\"0.1\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=SELL&type=MARKET&quantity=${QUANTITY}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'"
      },
      {
        "title": "View Open Orders",
        "body": "TIMESTAMP=$(date +%s%3N)\nQUERY=\"timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\n# Futures\ncurl -s \"https://fapi.binance.com/fapi/v1/openOrders?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'"
      },
      {
        "title": "Cancel Order",
        "body": "SYMBOL=\"BTCUSDT\"\nORDER_ID=\"123456789\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&orderId=${ORDER_ID}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X DELETE \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'"
      },
      {
        "title": "View Trade History",
        "body": "SYMBOL=\"BTCUSDT\"\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s \"https://fapi.binance.com/fapi/v1/userTrades?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.[-10:]'"
      },
      {
        "title": "🏦 Detailed Futures Balance",
        "body": "TIMESTAMP=$(date +%s%3N)\nQUERY=\"timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s \"https://fapi.binance.com/fapi/v2/balance?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '[.[] | select(.balance != \"0\")]'"
      },
      {
        "title": "📋 Popular Pairs",
        "body": "PairDescriptionBTCUSDTBitcoinETHUSDTEthereumBNBUSDTBNBSOLUSDTSolanaXRPUSDTXRPDOGEUSDTDogecoinADAUSDTCardanoAVAXUSDTAvalanche"
      },
      {
        "title": "⚠️ Safety Rules",
        "body": "ALWAYS verify position before closing\nALWAYS set Stop Loss on leveraged trades\nNEVER use leverage higher than 10x without experience\nVERIFY pair and quantity before executing\nCONFIRM with user before executing large orders"
      },
      {
        "title": "🔗 Links",
        "body": "API Documentation\nCreate Account\nTestnet"
      }
    ],
    "body": "🦅 Binance Hunter\n\n\"Don't just trade. Hunt.\"\n\nProfessional trading skill equipped with \"The Hunter\" algorithm. It scans the market, identifies trends, and provides sniper-like entry signals.\n\n🌟 Key Features\n⚡ Smart Analysis: Real-time multi-timeframe analysis (Daily/4H/15m)\n🛡️ Auto-Risk: Smart SL/TP calculation based on Volatility (ATR)\n💎 Fee Discount: Optimized for lowest trading fees via referral\n🛠️ Commands\n🔍 Market Analysis (The Hunter)\n\nAnalyze current market status and get entry signals.\n\n# Analyze BTC/USDT (Default)\npython3 scripts/analyze.py BTC/USDT\n\n# Analyze ETH/USDT\npython3 scripts/analyze.py ETH/USDT\n\n💎 Referral Configuration\n\nReferral ID: GRO_28502_YLP17\n\n💡 Using this skill supports the community!\n\n🚀 Quick Start\nSetup Credentials\n\nSave to ~/.openclaw/credentials/binance.json:\n\n{\n  \"apiKey\": \"YOUR_API_KEY\",\n  \"secretKey\": \"YOUR_SECRET_KEY\"\n}\n\nEnvironment Variables (alternative)\nexport BINANCE_API_KEY=\"your_api_key\"\nexport BINANCE_SECRET=\"your_secret_key\"\n\n📊 Basic Queries\nCheck Spot Balance\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s \"https://api.binance.com/api/v3/account?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '[.balances[] | select(.free != \"0.00000000\")]'\n\nGet Current Price\ncurl -s \"https://api.binance.com/api/v3/ticker/price?symbol=BTCUSDT\" | jq '.'\n\nGet All Futures Positions\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s \"https://fapi.binance.com/fapi/v2/positionRisk?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '[.[] | select(.positionAmt != \"0\")]'\n\n⚡ Futures (Leverage Trading)\nOpen LONG Position (Buy)\nSYMBOL=\"BTCUSDT\"\nSIDE=\"BUY\"\nQUANTITY=\"0.001\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=${SIDE}&type=MARKET&quantity=${QUANTITY}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'\n\nOpen SHORT Position (Sell)\nSYMBOL=\"BTCUSDT\"\nSIDE=\"SELL\"\nQUANTITY=\"0.001\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=${SIDE}&type=MARKET&quantity=${QUANTITY}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'\n\nSet Stop Loss\nSYMBOL=\"BTCUSDT\"\nSIDE=\"SELL\"  # To close LONG use SELL, to close SHORT use BUY\nSTOP_PRICE=\"75000\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=${SIDE}&type=STOP_MARKET&stopPrice=${STOP_PRICE}&closePosition=true&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'\n\nSet Take Profit\nSYMBOL=\"BTCUSDT\"\nSIDE=\"SELL\"  # To close LONG use SELL, to close SHORT use BUY\nTP_PRICE=\"85000\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=${SIDE}&type=TAKE_PROFIT_MARKET&stopPrice=${TP_PRICE}&closePosition=true&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'\n\nClose Position (Market)\n# First, get current position quantity\nPOSITION=$(curl -s \"https://fapi.binance.com/fapi/v2/positionRisk?timestamp=${TIMESTAMP}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq -r '.[] | select(.symbol==\"BTCUSDT\") | .positionAmt')\n\n# If POSITION > 0, it's LONG, close with SELL\n# If POSITION < 0, it's SHORT, close with BUY\n\nChange Leverage\nSYMBOL=\"BTCUSDT\"\nLEVERAGE=\"10\"  # 1 to 125\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&leverage=${LEVERAGE}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://fapi.binance.com/fapi/v1/leverage?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'\n\n📈 Spot Trading\nBuy (Market)\nSYMBOL=\"ETHUSDT\"\nQUANTITY=\"0.1\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=BUY&type=MARKET&quantity=${QUANTITY}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'\n\nSell (Market)\nSYMBOL=\"ETHUSDT\"\nQUANTITY=\"0.1\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&side=SELL&type=MARKET&quantity=${QUANTITY}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X POST \"https://api.binance.com/api/v3/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'\n\n🔧 Utilities\nView Open Orders\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\n# Futures\ncurl -s \"https://fapi.binance.com/fapi/v1/openOrders?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'\n\nCancel Order\nSYMBOL=\"BTCUSDT\"\nORDER_ID=\"123456789\"\n\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&orderId=${ORDER_ID}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s -X DELETE \"https://fapi.binance.com/fapi/v1/order?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.'\n\nView Trade History\nSYMBOL=\"BTCUSDT\"\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"symbol=${SYMBOL}&timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s \"https://fapi.binance.com/fapi/v1/userTrades?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '.[-10:]'\n\n🏦 Detailed Futures Balance\nTIMESTAMP=$(date +%s%3N)\nQUERY=\"timestamp=${TIMESTAMP}\"\nSIGNATURE=$(echo -n \"$QUERY\" | openssl dgst -sha256 -hmac \"$SECRET\" | cut -d' ' -f2)\n\ncurl -s \"https://fapi.binance.com/fapi/v2/balance?${QUERY}&signature=${SIGNATURE}\" \\\n  -H \"X-MBX-APIKEY: ${API_KEY}\" | jq '[.[] | select(.balance != \"0\")]'\n\n📋 Popular Pairs\nPair\tDescription\nBTCUSDT\tBitcoin\nETHUSDT\tEthereum\nBNBUSDT\tBNB\nSOLUSDT\tSolana\nXRPUSDT\tXRP\nDOGEUSDT\tDogecoin\nADAUSDT\tCardano\nAVAXUSDT\tAvalanche\n⚠️ Safety Rules\nALWAYS verify position before closing\nALWAYS set Stop Loss on leveraged trades\nNEVER use leverage higher than 10x without experience\nVERIFY pair and quantity before executing\nCONFIRM with user before executing large orders\n🔗 Links\nAPI Documentation\nCreate Account\nTestnet"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TetrAVAD/binance-hunter",
    "publisherUrl": "https://clawhub.ai/TetrAVAD/binance-hunter",
    "owner": "TetrAVAD",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/binance-hunter",
    "downloadUrl": "https://openagent3.xyz/downloads/binance-hunter",
    "agentUrl": "https://openagent3.xyz/skills/binance-hunter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/binance-hunter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/binance-hunter/agent.md"
  }
}