Install
openclaw skills install neoalphaRun quantamental stock research, thesis tracking, momentum scans, valuation workflows, portfolio ledger, and multi-market monitoring.
openclaw skills install neoalphaQuantamental investing system for OpenClaw across US, HK, and CN equities. NeoAlpha combines thesis-driven fundamental research with quantitative data flows: Longbridge market data, asynchronous thesis tracking, SMAM momentum scans, DCF valuation, natural-language portfolio ledger, and automated premarket/live/close workflows.
Use for stock research, investment thesis creation or updates, momentum screening, valuation/modeling, portfolio review, and cron-driven market monitoring.
market_watch is the live workflow's primary object; single-stock triggers are evidence.See references/quick-reference.md for request routing.
Common entry points:
| Service | Purpose | Auth |
|---|---|---|
longbridge CLI | Quotes, k-line, fundamentals, consensus, events, valuation, and news | User-managed Longbridge auth |
| OpenClaw web tools | Supplemental public research when market data is incomplete | Built in |
${INVESTMENT_THESIS_DIR:-~/Documents/neoalpha/thesis-tracker}
<SYMBOL>.US.md, for example TLN.US.md<CODE>.<MARKET>-<CompanyName>.md, for example 0700.HK-Tencent.mdmemory/strategies/{us,hk}-daily.mdmemory/strategies/portfolio/transactions.csv as the source of truthmemory/strategies/portfolio/positions-current.json and memory/strategies/positions-tracker.mdmemory/strategies/{us,hk}-premarket-prompt.mdpresets/*.json and strategies/*.yamlWhen the user describes a position change in natural language, do not hand-edit position snapshots. Record the transaction first, then continue the analysis.
python3 skills/neoalpha/scripts/portfolio_ledger.py record "<trade description>"
If one message contains multiple trades, split it into atomic records. If price, quantity, side, or symbol is ambiguous, ask before recording.
longbridge and Longbridge sibling skills for market data, news, positions, and valuation.github for GitHub operations.