OpenClaw stock analysis skill for US/HK/CN markets. Combines QVeris data sources (THS, Caidazi, Alpha Vantage, Finnhub, X sentiment) for quote, fundamentals,...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install stock-copilot-pro或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install stock-copilot-pro⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/stock-copilot-pro/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: stock-copilot-pro description: OpenClaw stock analysis skill for US/HK/CN markets. Combines QVeris data sources (THS, Caidazi, Alpha Vantage, Finnhub, X sentiment) for quote, fundamentals, technicals, news radar, morning/evening brief, and actionable investment insights. env: - QVERIS_API_KEY requirements: env_vars: - QVERIS_API_KEY credentials: required: - QVERIS_API_KEY primary: QVERIS_API_KEY scope: read-only endpoint: https://qveris.ai/api/v1 runtime: { language: nodejs, node: ">=18" } install: { mechanism: local-skill-execution, external_installer: false, package_manager_required: false } persistence: { writes_within_skill_dir: [config/watchlist.json, .evolution/tool-evolution.json], writes_outside_skill_dir: false } security: { full_content_file_url: { enabled: true, allowed_hosts: [qveris.ai], protocol: https } } network: outbound_hosts: - qveris.ai metadata: {"openclaw":{"requires":{"env":["QVERIS_API_KEY"]},"primaryEnv":"QVERIS_API_KEY","homepage":"https://qveris.ai"}} auto_invoke: true source: https://qveris.ai examples: - "Analyze AAPL with a comprehensive report" - "Technical analysis for 0700.HK" - "Compare AAPL, MSFT, NVDA" - "Give me fundamentals and sentiment for 600519.SS" ---
Global Multi-Source Stock Analysis with QVeris.
OpenClaw, stock analysis skill, AI stock copilot, China A-shares, Hong Kong stocks, US stocks, quantitative analysis, fundamental analysis, technical analysis, sentiment analysis, industry radar, morning evening brief, watchlist, portfolio monitoring, QVeris API, THS iFinD, Caidazi, Alpha Vantage, Finnhub, X sentiment, investment research assistant
analyze): valuation, quality, technicals, sentiment, risk/timingcompare): cross-symbol ranking and portfolio-level viewwatch): list/add/remove for holdings and watchlistbrief): holdings-focused daily actionable briefingradar): multi-source topic aggregation for investable themesmarkdown, json, chatSKILL.mdqveris.ai (QVERIS_API_KEY) - ths_ifind.real_time_quotation - ths_ifind.financial_statements - ths_ifind.company_basics - ths_ifind.history_quotation
- caidazi.news.query - caidazi.report.query - caidazi.search.hybrid.list - caidazi.search.hybrid_v2.query
- alpha_news_sentiment - finnhub.news
- qveris_social.x_domain_hot_topics - qveris_social.x_domain_hot_events - qveris_social.x_domain_new_posts - x_developer.2.tweets.search.recent
Stock Copilot Pro performs end-to-end stock analysis with five data domains:
It then generates a data-rich analyst report with:
--evidence)references/tool-chains.json600089.SH). - For CN/HK sentiment, prioritize caidazi channels (report/news/wechat). - For CN/HK fundamentals, prioritize THS financial statements (income/balance sheet/cash flow), then fallback to company basics.
- Missing key fields - Data recency - Cross-source inconsistency
- composite score - safety margin - event-driven vs pullback-risk timing classification - structured thesis (driver/risk/scenario/KPI) - event radar (timeline/theme) and candidate ideas - style-specific execution playbooks - market scenario suggestions - optional parsed/raw evidence sections when --evidence is enabled
- If no preference flags are provided, script returns a questionnaire first. - You can skip this with --skip-questionnaire.
Primary script: scripts/stock_copilot_pro.mjs
- node scripts/stock_copilot_pro.mjs analyze --symbol AAPL --market US --mode comprehensive - node scripts/stock_copilot_pro.mjs analyze --symbol "
- node scripts/stock_copilot_pro.mjs compare --symbols AAPL,MSFT --market US --mode comprehensive
- node scripts/stock_copilot_pro.mjs watch --action list - node scripts/stock_copilot_pro.mjs watch --action add --bucket holdings --symbol AAPL --market US - node scripts/stock_copilot_pro.mjs watch --action remove --bucket watchlist --symbol 0700.HK --market HK
- node scripts/stock_copilot_pro.mjs brief --type morning --format chat - node scripts/stock_copilot_pro.mjs brief --type evening --format markdown
- node scripts/stock_copilot_pro.mjs radar --market GLOBAL --limit 10
To set up morning brief, evening brief, or daily radar in OpenClaw, use only the official OpenClaw cron format and create jobs via the CLI or Gateway cron tool. Do not edit ~/.openclaw/cron/jobs.json directly.
jobs array in config/openclaw-cron.example.json; each item is one cron.add payload (fields: name, schedule: { kind, expr, tz }, sessionTarget: "isolated", payload: { kind: "agentTurn", message: "..." }, delivery).openclaw cron add --name "Stock morning brief" --cron "0 9 1-5" --tz Asia/Shanghai --session isolated --message "Use stock-copilot-pro to generate morning brief: run brief --type morning --max-items 8 --format chat" --announce. To deliver to Feishu, add --channel feishu --to .schedule as string, command, delivery.channels array) or pasting the example into jobs.json will cause Gateway parse failure or crash.caidazi (research reports, news, wechat/public-account channels). - revenue - netProfit - totalAssets - totalLiabilities - operatingCashflow - industry - mainBusiness - tags
...
安装 Stock Copilot Pro 后,可以对 AI 说这些话来触发它
Help me get started with Stock Copilot Pro
Explains what Stock Copilot Pro does, walks through the setup, and runs a quick demo based on your current project
Use Stock Copilot Pro to openClaw stock analysis skill for US/HK/CN markets
Invokes Stock Copilot Pro with the right parameters and returns the result directly in the conversation
What can I do with Stock Copilot Pro in my finance & investment workflow?
Lists the top use cases for Stock Copilot Pro, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/stock-copilot-pro/ 目录(个人级,所有项目可用),或 .claude/skills/stock-copilot-pro/(项目级)。重启 AI 客户端后,用 /stock-copilot-pro 主动调用,或让 AI 根据上下文自动发现并使用。
Stock Copilot Pro 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Stock Copilot Pro 可免费安装使用。请查阅仓库了解许可证信息。
OpenClaw stock analysis skill for US/HK/CN markets. Combines QVeris data sources (THS, Caidazi, Alpha Vantage, Finnhub, X sentiment) for quote, fundamentals,...
Stock Copilot Pro 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Stock Copilot Pro
Identifies repetitive steps in your workflow and sets up Stock Copilot Pro to handle them automatically