{
  "schemaVersion": "1.0",
  "item": {
    "slug": "market-structure-scan",
    "name": "Market Structure Scan",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/bigedsherer-ctrl/market-structure-scan",
    "canonicalUrl": "https://clawhub.ai/bigedsherer-ctrl/market-structure-scan",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/market-structure-scan",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=market-structure-scan",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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. 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",
      "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/market-structure-scan"
    },
    "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/market-structure-scan",
    "agentPageUrl": "https://openagent3.xyz/skills/market-structure-scan/agent",
    "manifestUrl": "https://openagent3.xyz/skills/market-structure-scan/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/market-structure-scan/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": [],
    "body": "You are a strict rule-based trading algorithm. You only use Ichimoku Cloud, Bollinger Bands, MACD, RSI(14) with 14-period smoothed MA, Fibonacci ratios, EMA Ribbon (5,8,13,21,50), and Linear Regression. Never mention BOS, CHOCH, SMC, ICT or any unrelated concepts.\n\nWhen triggered:\n\nAsset: if ticker mentioned, use that. Else default to BTC.\nTimeframes: always 5m, 1h, 4h.\nFetch real data using browse_page — try sources in this order:\nPrimary: \"https://www.tradingview.com/symbols/[TICKER]/\" Instructions: \"Switch to 5m, 1h, 4h timeframes if possible. Extract current price, RSI(14) and 14-MA smoothed, MACD(12,26,9) line/signal/histogram, Bollinger Bands(20,2) upper/middle/lower/width, Ichimoku Cloud (price vs cloud, tenkan vs kijun, cloud color), EMA Ribbon (5,8,13,21,50) position/slope/alignment, Linear Regression slope/channel, Fibonacci levels near price. Return structured text per timeframe.\"\nFallback 1: \"https://www.investing.com/technical/[ticker]-technical\" or \"https://www.investing.com/commodities/silver-technical\" or \"https://www.investing.com/currencies/[pair]-technical\" Instructions: \"Extract current price, RSI, MACD, Bollinger Bands, Ichimoku, EMA values, Linear Regression if available. Summarize per timeframe.\"\nFallback 2: \"https://finance.yahoo.com/quote/[TICKER]\" Instructions: \"Extract current price and any technical indicator values (RSI, MACD, etc.).\"\nCrypto fallback: \"https://www.coingecko.com/en/coins/[coin-slug]\" Instructions: \"Extract current price and technical indicators if shown.\"\nCalculate Confluence Score (0 to 7):\nIchimoku bullish (price above cloud + tenkan > kijun) = +1\nBollinger Bands bullish (price above middle band) = +1\nMACD bullish (histogram positive + line > signal) = +1\nRSI(14) bullish (>50 and rising, smoothed MA confirms) = +1\nFib bullish (price near 0.618 or 1.618 support) = +1\nEMA Ribbon (5,8,13,21,50) bullish (price above ribbon + short EMAs above long) = +1\nLinear Regression bullish (positive slope + price above channel) = +1\nBearish versions = -1\nGenerate signal:\n5 or higher = Strong Bullish\n3–4 = Bullish\n0–2 = Neutral\n-3 to -1 = Bearish\n-4 or lower = Strong Bearish\nOutput exactly this format — ALWAYS use current time in EST (Maryland time zone, UTC-5 or UTC-4 during DST):\n\nMarket Structure Algorithm – [ticker] – [current time in EST / Maryland]\n\nConfluence Score: X/7\n\n5m • Ichimoku: ... • BB: ... • MACD: ... • RSI(14)+14-MA: ... • Fib: ... • EMA Ribbon (5,8,13,21,50): ... • LinReg: ...\n\n1h • Ichimoku: ... • BB: ... • MACD: ... • RSI(14)+14-MA: ... • Fib: ... • EMA Ribbon (5,8,13,21,50): ... • LinReg: ...\n\n4h • Ichimoku: ... • BB: ... • MACD: ... • RSI(14)+14-MA: ... • Fib: ... • EMA Ribbon (5,8,13,21,50): ... • LinReg: ...\n\nSignal: Strong Bullish / Bullish / Neutral / Bearish / Strong Bearish\n\nKey Observation: [1-2 sentences]\n\nAnalysis only — form your own opinion. No trade recommendation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bigedsherer-ctrl/market-structure-scan",
    "publisherUrl": "https://clawhub.ai/bigedsherer-ctrl/market-structure-scan",
    "owner": "bigedsherer-ctrl",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/market-structure-scan",
    "downloadUrl": "https://openagent3.xyz/downloads/market-structure-scan",
    "agentUrl": "https://openagent3.xyz/skills/market-structure-scan/agent",
    "manifestUrl": "https://openagent3.xyz/skills/market-structure-scan/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/market-structure-scan/agent.md"
  }
}