← 返回 Skills 市场
x-rayluan

OpenClaw Equity Research

作者 X-RayLuan · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
64
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-equity-research
功能描述
Use this skill when the user asks for stock analysis, equity research, company research, ticker research, investment memo drafting, BUY/SELL/HOLD style resea...
使用说明 (SKILL.md)

OpenClaw Equity Research

Goal

Produce decision-ready equity research that combines market data, company context, catalysts, valuation framing, risk checks, and an explicit evidence trail.

This skill is inspired by:

  • OpenBB as the data-platform pattern: connect data once, consume it in reports, terminals, dashboards, or agents.
  • Agentic stock research systems as the workflow pattern: split work into stock finder, market data, news/catalyst, and recommendation synthesis stages.

Use Cases

  • Single ticker research memo: AAPL, TSLA, NVDA, RKLB, etc.
  • Watchlist triage: compare multiple tickers and rank research priority.
  • Company deep dive: business model, market structure, financial quality, catalysts, valuation, risks.
  • Trading-oriented note: technical setup, levels, momentum, stop/risk framing.
  • Long-term investor note: moat, growth, margins, capital allocation, valuation scenario.
  • OpenClaw workflow design for analyst teams, research terminals, or agentic investment workspaces.

Hard Rules

  • Do not present output as financial advice. Use research language, not instructions to trade.
  • Separate facts, estimates, and judgment.
  • Cite or name sources for all nontrivial claims when sources are available.
  • Prefer fresh data. For current prices, news, estimates, filings, and analyst changes, browse or use data APIs unless the user explicitly forbids it.
  • If data is stale, missing, or provider-limited, say so in the memo.
  • Do not fabricate financial metrics, target prices, filings, analyst ratings, or news.
  • For high-stakes recommendations, include bear case, key downside risks, and what would falsify the thesis.

Quick Start

From this skill directory:

python3 scripts/equity_research.py AAPL --out reports
python3 scripts/equity_research.py TSLA NVDA RKLB --mode watchlist --out reports
python3 scripts/equity_research.py --template AAPL --out reports

The script writes:

  • {ticker}-equity-research.md
  • {ticker}-equity-research.json
  • or watchlist-equity-research.md for multi-ticker triage

Research Workflow

  1. Clarify scope only when necessary: ticker(s), market, time horizon, user intent, and risk tolerance.
  2. Gather data:
    • price history, volume, technical posture
    • company profile, sector, market cap
    • recent news/catalysts
    • fundamentals and valuation metrics when available
    • filings/transcripts/earnings if the user needs a deep dive
  3. Run the stage model:
    • Finder/Triage: why this ticker is in scope and what makes it worth research time.
    • Market Data: price, trend, liquidity, volatility, technical levels.
    • News/Catalyst: recent events, sentiment, near-term calendar.
    • Fundamental/Valuation: revenue quality, margin trend, cash generation, balance sheet, multiples or scenario frame.
    • Synthesis: base case, bull case, bear case, key risks, monitoring points.
  4. Produce a memo with an explicit evidence table and confidence level.
  5. If the user asks for an action label, use Research View: Bullish / Neutral / Bearish, not personalized investment advice.

Output Shape

Use this memo structure unless the user requests a different format:

# {TICKER} Equity Research Memo

## Snapshot
- Research view:
- Time horizon:
- Current price / market cap:
- Data timestamp:
- Confidence:

## Thesis

## Evidence
| Area | Evidence | Source / timestamp | Interpretation |

## Market Data And Technical Setup

## Company And Fundamentals

## Catalysts

## Valuation Frame
- Base case:
- Bull case:
- Bear case:
- Key assumptions:

## Risks And Falsification

## Monitoring Checklist

## Research Limits

When To Load References

  • Read references/research-framework.md before writing a full memo, building an agent workflow, or modifying the script.
  • Read references/data-sources.md when choosing between OpenBB, yfinance, SEC/filings, news, or web sources.
  • Read references/report-rubric.md when the user asks for institutional quality or review-ready output.

Script Notes

scripts/equity_research.py is intentionally lightweight:

  • OpenBB-style design: one script produces reusable JSON + markdown artifacts.
  • yfinance-first runtime because it is already available in many OpenClaw environments.
  • OpenBB can be added later as a provider layer without changing the memo contract.
  • The script's output is a research starting point; the agent should still add judgment, source checks, and user-specific context when requested.
安全使用建议
This appears safe to use as a research-assistance skill, not a trading tool. Expect it to browse or call market-data APIs unless you opt out, use only read-only credentials for any paid or broker data sources, and verify financial data before relying on the memo.
功能分析
Type: OpenClaw Skill Name: openclaw-equity-research Version: 0.1.1 The skill bundle is a legitimate tool for generating equity research memos. The Python script `scripts/equity_research.py` uses the standard `yfinance` library to fetch market data and news, and it contains no evidence of malicious execution, data exfiltration, or obfuscation. The instructions in `SKILL.md` and the supporting documentation in the `references/` directory are well-structured, providing clear guidelines for the AI agent to produce factual, evidence-based reports while explicitly avoiding the provision of financial advice.
能力标签
crypto
能力评估
Purpose & Capability
The artifacts consistently describe public equity research, ticker analysis, memo drafting, valuation framing, risks, and non-advice research language.
Instruction Scope
The skill tells the agent to browse or use data APIs for fresh prices, news, filings, and analyst changes unless the user forbids it; this is aligned with equity research but users should expect network-backed data collection.
Install Mechanism
There is no install spec, but the included script requires Python and yfinance for live mode. The provided script artifact is also truncated in the review context, so confidence is not as high as with a complete visible source file.
Credentials
The skill references optional OpenBB, paid data, exchange, or broker data if configured by the user. That is proportionate for market research, but any credentials should be scoped to read-only data access.
Persistence & Privilege
The visible behavior writes user-directed markdown and JSON research reports to an output directory and does not show background persistence, privilege escalation, self-propagation, or account mutation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-equity-research
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-equity-research 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Refine GitHub and ClawHub README copy, add example prompts and memo skeleton
v0.1.0
Initial release: structured equity research memo and watchlist triage skill inspired by OpenBB and agentic stock research workflows.
元数据
Slug openclaw-equity-research
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

OpenClaw Equity Research 是什么?

Use this skill when the user asks for stock analysis, equity research, company research, ticker research, investment memo drafting, BUY/SELL/HOLD style resea... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 OpenClaw Equity Research?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-equity-research」即可一键安装,无需额外配置。

OpenClaw Equity Research 是免费的吗?

是的,OpenClaw Equity Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Equity Research 支持哪些平台?

OpenClaw Equity Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Equity Research?

由 X-RayLuan(@x-rayluan)开发并维护,当前版本 v0.1.1。

💬 留言讨论