{
  "schemaVersion": "1.0",
  "item": {
    "slug": "finnhub-pro",
    "name": "Finnhub Finance Pro",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/lsj210001/finnhub-pro",
    "canonicalUrl": "https://clawhub.ai/lsj210001/finnhub-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/finnhub-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=finnhub-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/finnhub_cli.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",
      "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/finnhub-pro"
    },
    "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/finnhub-pro",
    "agentPageUrl": "https://openagent3.xyz/skills/finnhub-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/finnhub-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/finnhub-pro/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": "Finnhub Pro — 美股金融数据 CLI",
        "body": "Python CLI 封装 Finnhub API，聚焦免费层实际可用的 10 个功能。"
      },
      {
        "title": "安装",
        "body": "pip install finnhub-python"
      },
      {
        "title": "API Key",
        "body": "去 finnhub.io 注册获取免费 API Key\n设置环境变量：export FINNHUB_API_KEY=\"your-key-here\"\n或写入 ~/.openclaw/.env\n\n⚠️ 脚本不硬编码 Key，必须通过环境变量 FINNHUB_API_KEY 传入！"
      },
      {
        "title": "使用方法",
        "body": "# 基础格式\nFINNHUB_API_KEY=\"your-key\" python3 scripts/finnhub_cli.py <command> [args] [--json] [--limit N]\n\n# 推荐：设好环境变量后直接用\npython3 scripts/finnhub_cli.py quote AAPL"
      },
      {
        "title": "实时报价",
        "body": "python3 scripts/finnhub_cli.py quote AAPL\npython3 scripts/finnhub_cli.py quote NVDA --json   # 原始 JSON"
      },
      {
        "title": "公司档案",
        "body": "python3 scripts/finnhub_cli.py profile AAPL"
      },
      {
        "title": "公司新闻（最近 7 天）",
        "body": "python3 scripts/finnhub_cli.py news NVDA\npython3 scripts/finnhub_cli.py news AAPL --from 2026-02-01 --to 2026-02-21 --limit 5"
      },
      {
        "title": "分析师推荐趋势",
        "body": "python3 scripts/finnhub_cli.py recommend NVDA"
      },
      {
        "title": "内部人交易记录（最近 90 天）",
        "body": "python3 scripts/finnhub_cli.py insiders AAPL\npython3 scripts/finnhub_cli.py insiders NVDA --from 2026-01-01 --to 2026-02-21"
      },
      {
        "title": "盈利日历（未来 30 天）",
        "body": "python3 scripts/finnhub_cli.py earnings             # 所有股票\npython3 scripts/finnhub_cli.py earnings NVDA        # 指定股票\npython3 scripts/finnhub_cli.py earnings --from 2026-02-21 --to 2026-03-07"
      },
      {
        "title": "基本面财务指标",
        "body": "python3 scripts/finnhub_cli.py financials AAPL\npython3 scripts/finnhub_cli.py financials NVDA --json   # 全部指标"
      },
      {
        "title": "市场状态",
        "body": "python3 scripts/finnhub_cli.py market          # 默认美国\npython3 scripts/finnhub_cli.py market NYSE"
      },
      {
        "title": "同行公司",
        "body": "python3 scripts/finnhub_cli.py peers AAPL"
      },
      {
        "title": "股票代码搜索",
        "body": "python3 scripts/finnhub_cli.py search \"apple\""
      },
      {
        "title": "不可用功能（付费层）",
        "body": "K 线数据（stock_candles）\n分析师目标价（price_target）\n新闻情绪分析（news_sentiment）"
      },
      {
        "title": "限制",
        "body": "免费层：60 次/分钟\n403 = 需付费升级\n429 = 触发限速"
      },
      {
        "title": "依赖",
        "body": "Python 3.10+\nfinnhub-python（pip install finnhub-python）"
      }
    ],
    "body": "Finnhub Pro — 美股金融数据 CLI\n\nPython CLI 封装 Finnhub API，聚焦免费层实际可用的 10 个功能。\n\n安装\npip install finnhub-python\n\nAPI Key\n去 finnhub.io 注册获取免费 API Key\n设置环境变量：export FINNHUB_API_KEY=\"your-key-here\"\n或写入 ~/.openclaw/.env\n\n⚠️ 脚本不硬编码 Key，必须通过环境变量 FINNHUB_API_KEY 传入！\n\n使用方法\n# 基础格式\nFINNHUB_API_KEY=\"your-key\" python3 scripts/finnhub_cli.py <command> [args] [--json] [--limit N]\n\n# 推荐：设好环境变量后直接用\npython3 scripts/finnhub_cli.py quote AAPL\n\n免费层支持的命令（10 个）\n实时报价\npython3 scripts/finnhub_cli.py quote AAPL\npython3 scripts/finnhub_cli.py quote NVDA --json   # 原始 JSON\n\n公司档案\npython3 scripts/finnhub_cli.py profile AAPL\n\n公司新闻（最近 7 天）\npython3 scripts/finnhub_cli.py news NVDA\npython3 scripts/finnhub_cli.py news AAPL --from 2026-02-01 --to 2026-02-21 --limit 5\n\n分析师推荐趋势\npython3 scripts/finnhub_cli.py recommend NVDA\n\n内部人交易记录（最近 90 天）\npython3 scripts/finnhub_cli.py insiders AAPL\npython3 scripts/finnhub_cli.py insiders NVDA --from 2026-01-01 --to 2026-02-21\n\n盈利日历（未来 30 天）\npython3 scripts/finnhub_cli.py earnings             # 所有股票\npython3 scripts/finnhub_cli.py earnings NVDA        # 指定股票\npython3 scripts/finnhub_cli.py earnings --from 2026-02-21 --to 2026-03-07\n\n基本面财务指标\npython3 scripts/finnhub_cli.py financials AAPL\npython3 scripts/finnhub_cli.py financials NVDA --json   # 全部指标\n\n市场状态\npython3 scripts/finnhub_cli.py market          # 默认美国\npython3 scripts/finnhub_cli.py market NYSE\n\n同行公司\npython3 scripts/finnhub_cli.py peers AAPL\n\n股票代码搜索\npython3 scripts/finnhub_cli.py search \"apple\"\n\n不可用功能（付费层）\nK 线数据（stock_candles）\n分析师目标价（price_target）\n新闻情绪分析（news_sentiment）\n限制\n免费层：60 次/分钟\n403 = 需付费升级\n429 = 触发限速\n依赖\nPython 3.10+\nfinnhub-python（pip install finnhub-python）"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lsj210001/finnhub-pro",
    "publisherUrl": "https://clawhub.ai/lsj210001/finnhub-pro",
    "owner": "lsj210001",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/finnhub-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/finnhub-pro",
    "agentUrl": "https://openagent3.xyz/skills/finnhub-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/finnhub-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/finnhub-pro/agent.md"
  }
}