stock-research-desk

Claude Code skill for multi-agent equity research. Produces buy-side memos with debate, scenario projection, and bilingual DOCX delivery. Use when researching a stock, screening a sector, or maintaining a watchlist.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "stock-research-desk" with this command: npx skills add wd041216-bit/stock-research-desk

Stock Research Desk

A 12-agent multi-factor equity research desk for single-name deep dives, theme screening, recurring watchlists, and bilingual (Chinese + English) document delivery.

Quick Start

# Deep dive a single stock
research-stock 赛腾股份 中国

# Screen a theme
research-stock screen "中国机器人" --market CN --count 3

# Watchlist
research-stock watchlist add 赛腾股份 --market 中国 --interval 7d
research-stock watchlist run-due

The 12-Agent Pipeline

StepAgentSearch?Focus
1market_analystYesMacro cycle, industry structure, China narrative
2macro_policy_strategistYesInterest rates, credit cycle, policy transmission
3company_analystYesBusiness quality, management, financials
4catalyst_event_trackerYesEarnings dates, insider activity, M&A, regulatory
5sentiment_simulatorYesNarrative temperature, participant psychology
6technical_flow_analystYesPrice action, volume, institutional flow, options
7comparison_analystYesPeer comparison, relative valuation anchors
8quant_factor_analystYesFactor exposure, statistical significance, regime
9committee_red_teamNoContrarian challenge, hidden fragility
10guru_councilNoMulti-perspective synthesis (Buffett/Druckenmiller/Simons)
11mirofish_scenario_engineNoBull/base/bear scenario projection
12price_committeeYesTarget prices with explicit horizons

Workflow

  1. Install: pip install -e .[dev]
  2. Set OLLAMA_API_KEY in .env
  3. Run ./bin/research-stock <name> <market> for a full memo
  4. Or ./bin/research-stock screen "<theme>" --market CN --count N for screening
  5. Output: bilingual DOCX on desktop with Chinese section first, English section second

Source Quality Model

Domain-level source scoring filters out noise. Official filings (cninfo.com.cn, SEC) score 94-96. Quality media (yicai, caixin) score 84. Forum noise (<36) is blocked entirely.

Safety

  • No trading execution
  • No portfolio management
  • No backtesting engine
  • Target prices always tied to explicit horizons and theses

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Image Deck

Create full-slide PPT/deck pages by calling Codex built-in image_gen (GPT Image 2) once per slide while keeping strong visual consistency. Use when every PPT...

Registry SourceRecently Updated
Coding

Aegis Bridge

Orchestrate Claude Code sessions via Aegis HTTP/MCP bridge. Use when spawning CC sessions for coding tasks, implementing issues, reviewing PRs, fixing CI, ba...

Registry SourceRecently Updated
Coding

Mini Coder Max

Autonomous coding agent that systematically plans, implements, reviews, and delivers high-quality code. Handles tasks of any complexity by following a struct...

Registry SourceRecently Updated
Coding

kotlin-specialist

Expert Kotlin developer specializing in coroutines, multiplatform development, and Android applications. Masters functional programming patterns, DSL design,...

Registry SourceRecently Updated