{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fin-intel-hub",
    "name": "Fin Intel Hub",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/xuan622/fin-intel-hub",
    "canonicalUrl": "https://clawhub.ai/xuan622/fin-intel-hub",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/fin-intel-hub",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fin-intel-hub",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "README_CN.md",
      "SAFETY.md",
      "SECURITY.md",
      "SKILL.md",
      "scripts/crypto_onchain.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. 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/fin-intel-hub"
    },
    "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/fin-intel-hub",
    "agentPageUrl": "https://openagent3.xyz/skills/fin-intel-hub/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fin-intel-hub/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fin-intel-hub/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": "Fin Intel Hub",
        "body": "Financial intelligence hub for OpenClaw. Supports global markets including US, China, Hong Kong, Taiwan, Japan, and Korea."
      },
      {
        "title": "Features",
        "body": "SEC Filings: Retrieve 10-K, 10-Q, 8-K filings from EDGAR\nGlobal Market Data: US stocks (Alpha Vantage) + Asian markets (Yahoo Finance)\nAsian Markets: Hong Kong, Tokyo, Taiwan, Korea, Shanghai, Shenzhen\nCrypto On-Chain: Monitor wallet flows, exchange inflows/outflows\nNews Sentiment: Aggregate sentiment from financial news sources\nMacro Dashboard: Fed rates, CPI, unemployment data"
      },
      {
        "title": "API Keys (Optional)",
        "body": "All API keys are optional. The skill works without any keys using Yahoo Finance for stock data.\nAdd keys to unlock additional features:\n\nServicePurposeFree TierRequired?Yahoo FinanceGlobal/Asian stocks, indices, futures, commoditiesUnlimitedNoAlpha VantageUS stocks, earnings25 calls/dayOptionalNewsAPIFinancial news sentiment100 requests/dayOptionalFRED APIMacroeconomic dataUnlimitedOptionalDeFiLlamaCrypto on-chain dataUnlimitedNo"
      },
      {
        "title": "SEC Filings",
        "body": "from scripts.sec_filings import get_recent_filings\n\n# Get last 5 10-K filings for Apple\nfilings = get_recent_filings(ticker=\"AAPL\", form=\"10-K\", limit=5)"
      },
      {
        "title": "Stock Prices",
        "body": "from scripts.market_data import get_price_history\n\n# Get 30-day price history\nprices = get_price_history(ticker=\"TSLA\", days=30)"
      },
      {
        "title": "Crypto Data",
        "body": "from scripts.crypto_onchain import get_exchange_flows\n\n# Monitor exchange inflows/outflows\nflows = get_exchange_flows(exchange=\"binance\", days=7)"
      },
      {
        "title": "Scripts Reference",
        "body": "scripts/sec_filings.py - SEC EDGAR integration\nscripts/market_data.py - US stock prices and earnings (Alpha Vantage)\nscripts/yahoo_finance.py - Global/Asian stock prices (Yahoo Finance)\nscripts/crypto_onchain.py - Blockchain data via DeFiLlama/CoinGecko\nscripts/sentiment_news.py - News sentiment analysis\nscripts/macro_data.py - FRED macroeconomic indicators"
      },
      {
        "title": "Asian Market Examples",
        "body": "from scripts.yahoo_finance import get_hong_kong_stock, get_tokyo_stock, get_taiwan_stock\n\n# Hong Kong - Tencent\nprices = get_hong_kong_stock(\"0700\", period=\"1y\")\n\n# Tokyo - Toyota\nprices = get_tokyo_stock(\"7203\", period=\"1y\")\n\n# Taiwan - TSMC\nprices = get_taiwan_stock(\"2330\", period=\"1y\")"
      },
      {
        "title": "Indices & Futures Examples",
        "body": "from scripts.yahoo_finance import get_sp500, get_nikkei225, get_vix\nfrom scripts.yahoo_finance import get_crude_oil, get_gold, list_available_indices\n\n# Global indices (15+ available)\nsp500 = get_sp500(period=\"1y\")\nnasdaq = get_nasdaq(period=\"1y\")\nnikkei = get_nikkei225(period=\"1y\")\nhang_seng = get_hang_seng(period=\"1y\")\nvix = get_vix(period=\"1mo\")  # Fear index\n\n# Futures (15+ available)\noil_futures = get_crude_oil(period=\"6mo\")\ngold_futures = get_gold(period=\"6mo\")\nsp_futures = get_sp500_futures(period=\"1mo\")\nnatural_gas = get_natural_gas(period=\"6mo\")\n\n# List all available\nindices = list_available_indices()\nfutures = list_available_futures()\n\nFor detailed API documentation and data schemas, see references/."
      }
    ],
    "body": "Fin Intel Hub\n\nFinancial intelligence hub for OpenClaw. Supports global markets including US, China, Hong Kong, Taiwan, Japan, and Korea.\n\nFeatures\nSEC Filings: Retrieve 10-K, 10-Q, 8-K filings from EDGAR\nGlobal Market Data: US stocks (Alpha Vantage) + Asian markets (Yahoo Finance)\nAsian Markets: Hong Kong, Tokyo, Taiwan, Korea, Shanghai, Shenzhen\nCrypto On-Chain: Monitor wallet flows, exchange inflows/outflows\nNews Sentiment: Aggregate sentiment from financial news sources\nMacro Dashboard: Fed rates, CPI, unemployment data\nAPI Keys (Optional)\n\nAll API keys are optional. The skill works without any keys using Yahoo Finance for stock data. Add keys to unlock additional features:\n\nService\tPurpose\tFree Tier\tRequired?\nYahoo Finance\tGlobal/Asian stocks, indices, futures, commodities\tUnlimited\tNo\nAlpha Vantage\tUS stocks, earnings\t25 calls/day\tOptional\nNewsAPI\tFinancial news sentiment\t100 requests/day\tOptional\nFRED API\tMacroeconomic data\tUnlimited\tOptional\nDeFiLlama\tCrypto on-chain data\tUnlimited\tNo\nQuick Start\nSEC Filings\nfrom scripts.sec_filings import get_recent_filings\n\n# Get last 5 10-K filings for Apple\nfilings = get_recent_filings(ticker=\"AAPL\", form=\"10-K\", limit=5)\n\nStock Prices\nfrom scripts.market_data import get_price_history\n\n# Get 30-day price history\nprices = get_price_history(ticker=\"TSLA\", days=30)\n\nCrypto Data\nfrom scripts.crypto_onchain import get_exchange_flows\n\n# Monitor exchange inflows/outflows\nflows = get_exchange_flows(exchange=\"binance\", days=7)\n\nScripts Reference\nscripts/sec_filings.py - SEC EDGAR integration\nscripts/market_data.py - US stock prices and earnings (Alpha Vantage)\nscripts/yahoo_finance.py - Global/Asian stock prices (Yahoo Finance)\nscripts/crypto_onchain.py - Blockchain data via DeFiLlama/CoinGecko\nscripts/sentiment_news.py - News sentiment analysis\nscripts/macro_data.py - FRED macroeconomic indicators\nAsian Market Examples\nfrom scripts.yahoo_finance import get_hong_kong_stock, get_tokyo_stock, get_taiwan_stock\n\n# Hong Kong - Tencent\nprices = get_hong_kong_stock(\"0700\", period=\"1y\")\n\n# Tokyo - Toyota\nprices = get_tokyo_stock(\"7203\", period=\"1y\")\n\n# Taiwan - TSMC\nprices = get_taiwan_stock(\"2330\", period=\"1y\")\n\nIndices & Futures Examples\nfrom scripts.yahoo_finance import get_sp500, get_nikkei225, get_vix\nfrom scripts.yahoo_finance import get_crude_oil, get_gold, list_available_indices\n\n# Global indices (15+ available)\nsp500 = get_sp500(period=\"1y\")\nnasdaq = get_nasdaq(period=\"1y\")\nnikkei = get_nikkei225(period=\"1y\")\nhang_seng = get_hang_seng(period=\"1y\")\nvix = get_vix(period=\"1mo\")  # Fear index\n\n# Futures (15+ available)\noil_futures = get_crude_oil(period=\"6mo\")\ngold_futures = get_gold(period=\"6mo\")\nsp_futures = get_sp500_futures(period=\"1mo\")\nnatural_gas = get_natural_gas(period=\"6mo\")\n\n# List all available\nindices = list_available_indices()\nfutures = list_available_futures()\n\n\nFor detailed API documentation and data schemas, see references/."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/xuan622/fin-intel-hub",
    "publisherUrl": "https://clawhub.ai/xuan622/fin-intel-hub",
    "owner": "xuan622",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fin-intel-hub",
    "downloadUrl": "https://openagent3.xyz/downloads/fin-intel-hub",
    "agentUrl": "https://openagent3.xyz/skills/fin-intel-hub/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fin-intel-hub/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fin-intel-hub/agent.md"
  }
}