{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tecent-finance",
    "name": "Tecent Finance",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pz325/tecent-finance",
    "canonicalUrl": "https://clawhub.ai/pz325/tecent-finance",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tecent-finance",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tecent-finance",
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/tecent-finance"
    },
    "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/tecent-finance",
    "agentPageUrl": "https://openagent3.xyz/skills/tecent-finance/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tecent-finance/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tecent-finance/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": "Tencent Finance CLI",
        "body": "A Python CLI for fetching stock data from Tencent Finance API."
      },
      {
        "title": "Features",
        "body": "✅ No API key required - 无需申请 API Key\n✅ Works in mainland China - 针对中国大陆网络环境优化，直接访问腾讯财经 API\n✅ Fast & Stable - 比 Yahoo Finance API 更稳定，不受限流影响\n✅ Multi-market support - 支持美股、A股、港股"
      },
      {
        "title": "Installation",
        "body": "chmod +x /path/to/skills/tencent-finance/tfin\nln -sf /path/to/skills/tencent-finance/tfin /usr/local/bin/tfin  # Optional: global access"
      },
      {
        "title": "Price (quick check)",
        "body": "tfin AAPL              # Quick price\ntfin price AAPL        # Same as above"
      },
      {
        "title": "Quote (detailed)",
        "body": "tfin quote MSFT"
      },
      {
        "title": "Compare",
        "body": "tfin compare AAPL,MSFT,GOOGL\ntfin compare TSLA,NVDA"
      },
      {
        "title": "Search",
        "body": "tfin search \"tesla\"\ntfin search \"bitcoin\""
      },
      {
        "title": "Help",
        "body": "tfin help\ntfin --help"
      },
      {
        "title": "Symbol Format",
        "body": "US stocks: AAPL, MSFT, GOOGL, TSLA, NVDA\nChina A-Shares: sh000001 (上证指数), sz399001 (深证成指), sh600519 (茅台)\nHong Kong: hk00700 (腾讯), hk09988 (阿里), hk03690 (美团)\nCrypto: BTC-USD, ETH-USD"
      },
      {
        "title": "Examples",
        "body": "# Quick price check\ntfin AAPL\ntfin TSLA\n\n# Detailed quote\ntfin quote NVDA\n\n# Compare tech giants\ntfin compare AAPL,MSFT,GOOGL,META,AMZN\n\n# Search\ntfin search \"apple\"\ntfin search \"bitcoin\"\n\n# China stocks\ntfin sh000001           # 上证指数\ntfin quote hk00700      # 腾讯控股"
      },
      {
        "title": "Data Source",
        "body": "This tool uses Tencent Finance API (腾讯财经 API).\n\nWhy Tencent API?\n\n在中国大陆网络环境下可直接访问，无需代理\n比 Yahoo Finance API 更稳定，不受限流影响\n数据覆盖美股、A股、港股等多个市场\n\nData includes:\n\nCurrent price (实时价格)\nPrice change (absolute & percentage) (涨跌额/涨跌幅)\nOpen, High, Low prices (开盘/最高/最低价)\nPrevious close (昨收)\nVolume (成交量)\nMarket cap (市值)\nP/E ratio (市盈率)\nP/B ratio (市净率)"
      },
      {
        "title": "Supported Markets",
        "body": "MarketExampleStatusUS StocksAAPL, TSLA, NVDA✅ SupportedChina A-Sharessh000001, sz399001✅ SupportedHong Konghk00700, hk09988✅ SupportedCryptoBTC-USD, ETH-USD✅ SupportedIndia NSE/BSERELIANCE.NS, TCS.BO❌ Not supported"
      },
      {
        "title": "Comparison with Yahoo Finance",
        "body": "FeatureYahoo Finance (yfinance)Tencent Finance (tfin)Mainland China AccessOften blocked/restricted✅ Direct accessRate LimitingFrequent✅ StableUS Stocks✅ Supported✅ SupportedChina A-SharesLimited✅ Full supportHong Kong StocksSupported✅ SupportedIndian Stocks✅ Supported❌ Not supportedOptions/DividendsSupported❌ Not supported"
      },
      {
        "title": "Requirements",
        "body": "Python 3.7+\nrequests\nrich\n\npip3 install requests rich"
      },
      {
        "title": "\"No data found\"",
        "body": "Verify the symbol format\nTry with prefix: usAAPL instead of AAPL\nSome international markets may not be supported"
      },
      {
        "title": "Connection errors",
        "body": "Check internet connection\nTencent API is optimized for mainland China and generally very stable"
      },
      {
        "title": "License",
        "body": "MIT License"
      },
      {
        "title": "Author",
        "body": "Created by Menrfa"
      }
    ],
    "body": "Tencent Finance CLI\n\nA Python CLI for fetching stock data from Tencent Finance API.\n\nFeatures\n✅ No API key required - 无需申请 API Key\n✅ Works in mainland China - 针对中国大陆网络环境优化，直接访问腾讯财经 API\n✅ Fast & Stable - 比 Yahoo Finance API 更稳定，不受限流影响\n✅ Multi-market support - 支持美股、A股、港股\nInstallation\nchmod +x /path/to/skills/tencent-finance/tfin\nln -sf /path/to/skills/tencent-finance/tfin /usr/local/bin/tfin  # Optional: global access\n\nCommands\nPrice (quick check)\ntfin AAPL              # Quick price\ntfin price AAPL        # Same as above\n\nQuote (detailed)\ntfin quote MSFT\n\nCompare\ntfin compare AAPL,MSFT,GOOGL\ntfin compare TSLA,NVDA\n\nSearch\ntfin search \"tesla\"\ntfin search \"bitcoin\"\n\nHelp\ntfin help\ntfin --help\n\nSymbol Format\nUS stocks: AAPL, MSFT, GOOGL, TSLA, NVDA\nChina A-Shares: sh000001 (上证指数), sz399001 (深证成指), sh600519 (茅台)\nHong Kong: hk00700 (腾讯), hk09988 (阿里), hk03690 (美团)\nCrypto: BTC-USD, ETH-USD\nExamples\n# Quick price check\ntfin AAPL\ntfin TSLA\n\n# Detailed quote\ntfin quote NVDA\n\n# Compare tech giants\ntfin compare AAPL,MSFT,GOOGL,META,AMZN\n\n# Search\ntfin search \"apple\"\ntfin search \"bitcoin\"\n\n# China stocks\ntfin sh000001           # 上证指数\ntfin quote hk00700      # 腾讯控股\n\nData Source\n\nThis tool uses Tencent Finance API (腾讯财经 API).\n\nWhy Tencent API?\n\n在中国大陆网络环境下可直接访问，无需代理\n比 Yahoo Finance API 更稳定，不受限流影响\n数据覆盖美股、A股、港股等多个市场\n\nData includes:\n\nCurrent price (实时价格)\nPrice change (absolute & percentage) (涨跌额/涨跌幅)\nOpen, High, Low prices (开盘/最高/最低价)\nPrevious close (昨收)\nVolume (成交量)\nMarket cap (市值)\nP/E ratio (市盈率)\nP/B ratio (市净率)\nSupported Markets\nMarket\tExample\tStatus\nUS Stocks\tAAPL, TSLA, NVDA\t✅ Supported\nChina A-Shares\tsh000001, sz399001\t✅ Supported\nHong Kong\thk00700, hk09988\t✅ Supported\nCrypto\tBTC-USD, ETH-USD\t✅ Supported\nIndia NSE/BSE\tRELIANCE.NS, TCS.BO\t❌ Not supported\nComparison with Yahoo Finance\nFeature\tYahoo Finance (yfinance)\tTencent Finance (tfin)\nMainland China Access\tOften blocked/restricted\t✅ Direct access\nRate Limiting\tFrequent\t✅ Stable\nUS Stocks\t✅ Supported\t✅ Supported\nChina A-Shares\tLimited\t✅ Full support\nHong Kong Stocks\tSupported\t✅ Supported\nIndian Stocks\t✅ Supported\t❌ Not supported\nOptions/Dividends\tSupported\t❌ Not supported\nRequirements\nPython 3.7+\nrequests\nrich\npip3 install requests rich\n\nTroubleshooting\n\"No data found\"\nVerify the symbol format\nTry with prefix: usAAPL instead of AAPL\nSome international markets may not be supported\nConnection errors\nCheck internet connection\nTencent API is optimized for mainland China and generally very stable\nLicense\n\nMIT License\n\nAuthor\n\nCreated by Menrfa"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pz325/tecent-finance",
    "publisherUrl": "https://clawhub.ai/pz325/tecent-finance",
    "owner": "pz325",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tecent-finance",
    "downloadUrl": "https://openagent3.xyz/downloads/tecent-finance",
    "agentUrl": "https://openagent3.xyz/skills/tecent-finance/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tecent-finance/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tecent-finance/agent.md"
  }
}