Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

equity-research股票研究

Agent Skill

equity-research 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,302

周安装

573

GitHub Stars

公开资料未说明

下载量

4,630
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:equity-research(股票研究)
来源仓库:https://github.com/youpele52/equity-research
安装命令:
openclaw skills install equity-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install equity-research

简介

equity-research 用于生成完整的股票研究报告,通过本地脚本执行数据分析与市场判断。

  • 适合在 OpenClaw 中开展金融研究、投资分析或撰写行业简报时使用。
  • 需按 SKILL.md 指引运行 uv 命令,禁止直接使用 session_spawn 调用。
  • 安装命令:openclaw skills install equity-research;依赖本地环境配置与数据源权限。
  • 建议核实脚本安全性,避免执行不可信代码或访问受限资源。

SKILL.md

name
equity-research
description
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.
homepage
https://finance.yahoo.com
metadata
{"clawdbot":{"emoji":"🧭","requires":{"bins":["uv"]}}}

Skill: Equity Research

When to use

  • The user wants a full breakdown or deep dive on a stock.
  • The user wants to make a buy/sell/hold decision and needs all signals in one place.
  • The user asks "tell me everything about [ticker]" or "give me a full report on [company]".
  • The user wants comprehensive equity research combining price, fundamentals, and market sentiment.

When NOT to use

  • The user only wants the current price or daily movement → use stock-price-checker-pro
  • The user only wants fundamentals (P/E, EPS, margins) → use stock-fundamentals
  • The user only wants recent news headlines → use market-news-brief

Commands

This skill orchestrates three sub-skills. Run all three commands for the same ticker, then synthesize the results into a unified report.

Step 1 — Current price, ranges, and upcoming events

uv run /root/.openclaw/workspace/skills/stock-price-checker-pro/src/main.py <TICKER>

Step 2 — Fundamentals (valuation, profitability, balance sheet)

uv run /root/.openclaw/workspace/skills/stock-fundamentals/src/main.py <TICKER>

Step 3 — Broad market news and sentiment

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

# For German/European stocks (e.g. RHM.DE, SAP.DE, ASML.AS)
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py EUROPE

# For Japanese stocks (e.g. 7203.T)
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py JAPAN

# For Korean stocks (e.g. 005930.KS)
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py SOUTH_KOREA
⚠️ market-news-brief takes a market scope word (US, EUROPE, ASIA, GLOBAL, UK, GERMANY, NETHERLANDS, JAPAN, SOUTH_KOREA). Do NOT pass a bare company ticker like AAPL or RHM.DE — it will error. Use US for US-listed equities, EUROPE for European stocks, GLOBAL for a worldwide macro backdrop.

Full example — Apple (US)

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

Full example — Rheinmetall (Germany)

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

Full example — NVIDIA (US)

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

Report Structure

After running all three commands, synthesize the results into a structured report:

  1. Price Snapshot — current price, daily change, volume, 52W range, upcoming events
  2. Fundamentals Summary — valuation multiples, profitability margins, debt profile, analyst target
  3. Market Context — macro tone for the relevant region, dominant themes, key headlines
  4. Overall Take — a brief synthesized assessment combining all three signals (bullish / neutral / bearish and why)

Notes

  • Always run all three sub-skills before writing the report — partial data leads to incomplete conclusions.
  • Each sub-skill uses uv run internally — no manual pip install or environment setup needed.
  • Do NOT attempt to fetch any of this data via web search or curl — always use the commands above.
  • Do NOT use the .sh wrapper scripts — call uv run src/main.py directly as shown in the examples.
  • uv run reads the inline # /// script dependency block in each main.py and auto-installs yfinance — no pip or venv setup needed.
  • Ticker symbols must be valid Yahoo Finance tickers. See TOOLS.md for the full ticker format reference by exchange.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.56%
按下载量换算3,591

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills