← Back to Skills Marketplace
x-rayluan

OpenClaw Equity Research

by X-RayLuan · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
64
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-equity-research
Description
Use this skill when the user asks for stock analysis, equity research, company research, ticker research, investment memo drafting, BUY/SELL/HOLD style resea...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-equity-research
  3. After installation, invoke the skill by name or use /openclaw-equity-research
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-equity-research
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.

How do I install OpenClaw Equity Research?

Run "/install openclaw-equity-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Equity Research free?

Yes, OpenClaw Equity Research is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Equity Research support?

OpenClaw Equity Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Equity Research?

It is built and maintained by X-RayLuan (@x-rayluan); the current version is v0.1.1.

💬 Comments