返回顶部
e

equity-research股权研究

Run a full equity research report on a stock by executing three local scripts with uv run. Read this skill file for exact commands. Do NOT use sessions_spawn or web search.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.1
安全检测
已通过
402
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

equity-research

技能:股票研究

使用场景

  • - 用户希望对某只股票进行完整分析或深度研究
  • 用户需要做出买入/卖出/持有决策,并希望在一个地方获取所有信号
  • 用户询问告诉我关于[股票代码]的一切或给我一份关于[公司]的完整报告
  • 用户希望获得结合价格、基本面和市场情绪的综合股票研究

不使用场景

  • - 用户仅需当前价格或日内走势 → 使用 stock-price-checker-pro
  • 用户仅需基本面数据(市盈率、每股收益、利润率) → 使用 stock-fundamentals
  • 用户仅需近期新闻标题 → 使用 market-news-brief

命令

本技能协调三个子技能。对同一股票代码运行所有三个命令,然后将结果整合为统一报告。

步骤 1 — 当前价格、价格区间和即将发生的事件

bash
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py <股票代码>

步骤 2 — 基本面(估值、盈利能力、资产负债表)

bash
uv run /root/.openclaw/workspace/skills/stock-fundamentals/src/main.py <股票代码>

步骤 3 — 广泛的市场新闻和情绪

bash

对于美国上市股票


uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py US

对于德国/欧洲股票(例如 RHM.DE、SAP.DE、ASML.AS)

uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py EUROPE

对于日本股票(例如 7203.T)

uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py JAPAN

对于韩国股票(例如 005930.KS)

uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py SOUTH_KOREA

⚠️ market-news-brief 接受一个市场范围词(US、EUROPE、ASIA、GLOBAL、UK、GERMANY、NETHERLANDS、JAPAN、SOUTH_KOREA)。
不要传递纯公司股票代码如 AAPL 或 RHM.DE——会导致错误。
美国上市股票使用 US,欧洲股票使用 EUROPE,全球宏观背景使用 GLOBAL。

完整示例 — 苹果(美国)

bash
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py AAPL
uv run /root/.openclaw/workspace/skills/stock-fundamentals/src/main.py AAPL
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py US

完整示例 — 莱茵金属(德国)

bash
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py RHM.DE
uv run /root/.openclaw/workspace/skills/stock-fundamentals/src/main.py RHM.DE
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py EUROPE

完整示例 — 英伟达(美国)

bash
uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py NVDA
uv run /root/.openclaw/workspace/skills/stock-fundamentals/src/main.py NVDA
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py US

报告结构

运行所有三个命令后,将结果整合为结构化报告:

  1. 1. 价格快照 — 当前价格、日内变动、成交量、52周区间、即将发生的事件
  2. 基本面摘要 — 估值倍数、盈利利润率、债务状况、分析师目标价
  3. 市场背景 — 相关区域的宏观基调、主导主题、关键头条
  4. 总体判断 — 综合三个信号的简要评估(看涨/中性/看跌及原因)

注意事项

  • - 在撰写报告前务必运行所有三个子技能——数据不完整会导致结论不完整。
  • 每个子技能内部使用 uv run——无需手动 pip 安装或环境设置。
  • 不要尝试通过网络搜索或 curl 获取任何这些数据——始终使用上述命令。
  • 不要使用 .sh 包装脚本——直接按照示例调用 uv run src/main.py。
  • uv run 读取每个 main.py 中的内联 # /// script 依赖块并自动安装 yfinance——无需 pip 或 venv 设置。
  • 股票代码必须是有效的雅虎财经股票代码。完整的交易所股票代码格式参考请参见 TOOLS.md。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 equity-research-1776197785 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 equity-research-1776197785 技能

通过命令行安装

skillhub install equity-research-1776197785

下载

⬇ 下载 equity-research v0.1.1(免费)

文件大小: 2.32 KB | 发布时间: 2026-4-15 10:30

v0.1.1 最新 2026-4-15 10:30
**Major rewrite and clarity upgrade for the equity research skill—now with explicit CLI command orchestration.**

- Adds precise `uv run` commands to orchestrate the three companion skills for each report.
- Clarifies when to use (and not to use) this orchestrator skill versus its sub-skills.
- Details proper usage for `market-news-brief`, specifying which region keyword to pass for global coverage.
- Provides example command sequences for US, German, Japanese, and Korean stocks.
- Introduces a four-section unified report structure for clear, actionable output.
- Removes references to sessions or web search; strictly enforces command-line scripted data gathering.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部