{
  "schemaVersion": "1.0",
  "item": {
    "slug": "crypto-funding-alert",
    "name": "Crypto Funding Alert",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/dagangtj/crypto-funding-alert",
    "canonicalUrl": "https://clawhub.ai/dagangtj/crypto-funding-alert",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/crypto-funding-alert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=crypto-funding-alert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scan.js"
    ],
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/crypto-funding-alert"
    },
    "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/crypto-funding-alert",
    "agentPageUrl": "https://openagent3.xyz/skills/crypto-funding-alert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-funding-alert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-funding-alert/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": "Crypto Funding Rate Alert",
        "body": "Real-time cryptocurrency funding rate scanner that identifies profitable opportunities with negative funding rates on Binance futures markets."
      },
      {
        "title": "Features",
        "body": "Smart Scanning: Monitors 40+ major cryptocurrencies for negative funding rates\nRisk Management: Built-in safety filters (volume, leverage limits, stop-loss)\nScoring System: Combines funding rate, price trend, and trading volume\nSignal Classification: STRONG / MODERATE / WATCH alerts\nNo API Key Required: Uses public Binance API endpoints\nHistorical Tracking: Saves scan results to JSONL for analysis"
      },
      {
        "title": "How It Works",
        "body": "When funding rates are negative, longs receive payments from shorts. This creates a profitable opportunity to:\n\nOpen a long position\nCollect funding fees every 8 hours\nBenefit from potential price appreciation\n\nThe scanner filters opportunities by:\n\nMinimum absolute funding rate (0.05%)\nMinimum 24h volume ($10M)\nPrice trend analysis\nComposite scoring algorithm"
      },
      {
        "title": "Basic Scan",
        "body": "node scan.js"
      },
      {
        "title": "With Custom Config",
        "body": "node scan.js --max-leverage 2 --min-volume 20000000 --stop-loss 0.15"
      },
      {
        "title": "Automated Monitoring (Cron)",
        "body": "# Add to OpenClaw cron - scan every 4 hours\nopenclaw cron add \"0 */4 * * *\" \"cd ~/.openclaw/workspace/skills/crypto-funding-alert && node scan.js\""
      },
      {
        "title": "Configuration",
        "body": "Edit the SAFE_CONFIG object in scan.js:\n\nconst SAFE_CONFIG = {\n  maxLeverage: 3,          // Maximum leverage (1-5x recommended)\n  maxPositionPct: 0.3,     // Max position size (30% of capital)\n  stopLossPct: 0.10,       // Stop-loss percentage (10%)\n  minVolume: 10000000,     // Minimum 24h volume ($10M)\n  minAbsRate: 0.0005,      // Minimum funding rate (0.05%)\n  maxCoins: 5,             // Max simultaneous positions\n};"
      },
      {
        "title": "Output Example",
        "body": "🔍 Safe Funding Rate Monitor | 2026-02-26T06:21:00.000Z\n══════════════════════════════════════════════════════════════════════\nSafety: 3x max | 10% stop-loss | $10M min volume\n══════════════════════════════════════════════════════════════════════\n\n  Signal   Coin     Rate      24h     Vol($M)  Score  Annual(3x)\n  ────────────────────────────────────────────────────────────────\n  🟢 STRONG   DOGE     -0.0125%    2.34%    145.2    72.3  41%\n  🟡 MODERATE SOL      -0.0089%   -1.12%     89.5    48.7  29%\n  ⚪ WATCH    XRP      -0.0056%   -2.45%     67.3    35.2  18%\n\n🏆 推荐操作:\n   DOGE: 开多 3x | 止损 10% | 费率 -0.0125% | 年化 41%\n\n══════════════════════════════════════════════════════════════════════\n📁 历史记录: data/funding-monitor/scan_history.jsonl"
      },
      {
        "title": "Safety Rules",
        "body": "Based on real trading experience:\n\nMax Leverage: 3x (reduces liquidation risk)\nPosition Sizing: ≤30% per coin (diversification)\nStop Loss: 10% minimum (capital preservation)\nVolume Filter: Only liquid markets ($10M+)\nTrend Check: Prefer positive 24h momentum\nNo Panic Trading: Skip during extreme volatility"
      },
      {
        "title": "Data Storage",
        "body": "Scan results are saved to:\n\n~/.openclaw/workspace/data/funding-monitor/scan_history.jsonl\n\nEach line contains:\n\n{\n  \"timestamp\": \"2026-02-26T06:21:00.000Z\",\n  \"results\": [...],\n  \"config\": {...}\n}"
      },
      {
        "title": "Command-Line Options",
        "body": "node scan.js [options]\n\nOptions:\n  --max-leverage <n>      Maximum leverage (default: 3)\n  --min-volume <n>        Minimum 24h volume in USD (default: 10000000)\n  --stop-loss <n>         Stop-loss percentage (default: 0.10)\n  --min-rate <n>          Minimum absolute funding rate (default: 0.0005)\n  --max-coins <n>         Maximum simultaneous positions (default: 5)\n  --coins <list>          Comma-separated coin list (default: built-in list)\n  --output <path>         Custom output directory"
      },
      {
        "title": "Telegram Alert",
        "body": "node scan.js | grep \"🟢 STRONG\" && openclaw message send --target @me --message \"Strong funding opportunity detected!\""
      },
      {
        "title": "Discord Webhook",
        "body": "RESULT=$(node scan.js)\ncurl -X POST $DISCORD_WEBHOOK -H \"Content-Type: application/json\" -d \"{\\\"content\\\":\\\"$RESULT\\\"}\""
      },
      {
        "title": "Custom Script",
        "body": "const { exec } = require('child_process');\n\nexec('node scan.js', (err, stdout) => {\n  const lines = stdout.split('\\n');\n  const strong = lines.filter(l => l.includes('🟢 STRONG'));\n  \n  if (strong.length > 0) {\n    // Your custom logic here\n    console.log('Opportunities found:', strong);\n  }\n});"
      },
      {
        "title": "Disclaimer",
        "body": "This tool is for informational purposes only. Cryptocurrency trading involves substantial risk of loss. Always:\n\nDo your own research\nNever invest more than you can afford to lose\nUse proper risk management\nTest strategies with small amounts first\nUnderstand funding rate mechanics before trading"
      },
      {
        "title": "Requirements",
        "body": "Node.js 14+\nInternet connection\nNo API keys needed for scanning"
      },
      {
        "title": "Support",
        "body": "For issues or feature requests, visit the ClawHub repository or contact the skill author."
      },
      {
        "title": "License",
        "body": "MIT"
      },
      {
        "title": "Keywords",
        "body": "crypto, trading, funding-rate, binance, futures, arbitrage, defi, scanner, alert, monitoring, negative-funding, long-position, risk-management, automated-trading, cryptocurrency"
      }
    ],
    "body": "Crypto Funding Rate Alert\n\nReal-time cryptocurrency funding rate scanner that identifies profitable opportunities with negative funding rates on Binance futures markets.\n\nFeatures\nSmart Scanning: Monitors 40+ major cryptocurrencies for negative funding rates\nRisk Management: Built-in safety filters (volume, leverage limits, stop-loss)\nScoring System: Combines funding rate, price trend, and trading volume\nSignal Classification: STRONG / MODERATE / WATCH alerts\nNo API Key Required: Uses public Binance API endpoints\nHistorical Tracking: Saves scan results to JSONL for analysis\nHow It Works\n\nWhen funding rates are negative, longs receive payments from shorts. This creates a profitable opportunity to:\n\nOpen a long position\nCollect funding fees every 8 hours\nBenefit from potential price appreciation\n\nThe scanner filters opportunities by:\n\nMinimum absolute funding rate (0.05%)\nMinimum 24h volume ($10M)\nPrice trend analysis\nComposite scoring algorithm\nUsage\nBasic Scan\nnode scan.js\n\nWith Custom Config\nnode scan.js --max-leverage 2 --min-volume 20000000 --stop-loss 0.15\n\nAutomated Monitoring (Cron)\n# Add to OpenClaw cron - scan every 4 hours\nopenclaw cron add \"0 */4 * * *\" \"cd ~/.openclaw/workspace/skills/crypto-funding-alert && node scan.js\"\n\nConfiguration\n\nEdit the SAFE_CONFIG object in scan.js:\n\nconst SAFE_CONFIG = {\n  maxLeverage: 3,          // Maximum leverage (1-5x recommended)\n  maxPositionPct: 0.3,     // Max position size (30% of capital)\n  stopLossPct: 0.10,       // Stop-loss percentage (10%)\n  minVolume: 10000000,     // Minimum 24h volume ($10M)\n  minAbsRate: 0.0005,      // Minimum funding rate (0.05%)\n  maxCoins: 5,             // Max simultaneous positions\n};\n\nOutput Example\n🔍 Safe Funding Rate Monitor | 2026-02-26T06:21:00.000Z\n══════════════════════════════════════════════════════════════════════\nSafety: 3x max | 10% stop-loss | $10M min volume\n══════════════════════════════════════════════════════════════════════\n\n  Signal   Coin     Rate      24h     Vol($M)  Score  Annual(3x)\n  ────────────────────────────────────────────────────────────────\n  🟢 STRONG   DOGE     -0.0125%    2.34%    145.2    72.3  41%\n  🟡 MODERATE SOL      -0.0089%   -1.12%     89.5    48.7  29%\n  ⚪ WATCH    XRP      -0.0056%   -2.45%     67.3    35.2  18%\n\n🏆 推荐操作:\n   DOGE: 开多 3x | 止损 10% | 费率 -0.0125% | 年化 41%\n\n══════════════════════════════════════════════════════════════════════\n📁 历史记录: data/funding-monitor/scan_history.jsonl\n\nSafety Rules\n\nBased on real trading experience:\n\nMax Leverage: 3x (reduces liquidation risk)\nPosition Sizing: ≤30% per coin (diversification)\nStop Loss: 10% minimum (capital preservation)\nVolume Filter: Only liquid markets ($10M+)\nTrend Check: Prefer positive 24h momentum\nNo Panic Trading: Skip during extreme volatility\nData Storage\n\nScan results are saved to:\n\n~/.openclaw/workspace/data/funding-monitor/scan_history.jsonl\n\n\nEach line contains:\n\n{\n  \"timestamp\": \"2026-02-26T06:21:00.000Z\",\n  \"results\": [...],\n  \"config\": {...}\n}\n\nCommand-Line Options\nnode scan.js [options]\n\nOptions:\n  --max-leverage <n>      Maximum leverage (default: 3)\n  --min-volume <n>        Minimum 24h volume in USD (default: 10000000)\n  --stop-loss <n>         Stop-loss percentage (default: 0.10)\n  --min-rate <n>          Minimum absolute funding rate (default: 0.0005)\n  --max-coins <n>         Maximum simultaneous positions (default: 5)\n  --coins <list>          Comma-separated coin list (default: built-in list)\n  --output <path>         Custom output directory\n\nIntegration Examples\nTelegram Alert\nnode scan.js | grep \"🟢 STRONG\" && openclaw message send --target @me --message \"Strong funding opportunity detected!\"\n\nDiscord Webhook\nRESULT=$(node scan.js)\ncurl -X POST $DISCORD_WEBHOOK -H \"Content-Type: application/json\" -d \"{\\\"content\\\":\\\"$RESULT\\\"}\"\n\nCustom Script\nconst { exec } = require('child_process');\n\nexec('node scan.js', (err, stdout) => {\n  const lines = stdout.split('\\n');\n  const strong = lines.filter(l => l.includes('🟢 STRONG'));\n  \n  if (strong.length > 0) {\n    // Your custom logic here\n    console.log('Opportunities found:', strong);\n  }\n});\n\nDisclaimer\n\nThis tool is for informational purposes only. Cryptocurrency trading involves substantial risk of loss. Always:\n\nDo your own research\nNever invest more than you can afford to lose\nUse proper risk management\nTest strategies with small amounts first\nUnderstand funding rate mechanics before trading\nRequirements\nNode.js 14+\nInternet connection\nNo API keys needed for scanning\nSupport\n\nFor issues or feature requests, visit the ClawHub repository or contact the skill author.\n\nLicense\n\nMIT\n\nKeywords\n\ncrypto, trading, funding-rate, binance, futures, arbitrage, defi, scanner, alert, monitoring, negative-funding, long-position, risk-management, automated-trading, cryptocurrency"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dagangtj/crypto-funding-alert",
    "publisherUrl": "https://clawhub.ai/dagangtj/crypto-funding-alert",
    "owner": "dagangtj",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/crypto-funding-alert",
    "downloadUrl": "https://openagent3.xyz/downloads/crypto-funding-alert",
    "agentUrl": "https://openagent3.xyz/skills/crypto-funding-alert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/crypto-funding-alert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/crypto-funding-alert/agent.md"
  }
}