← 返回 Skills 市场
suidge

NeoAlpha

作者 Neo Shi · GitHub ↗ · v3.2.5 · MIT-0
cross-platform ⚠ pending
20
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install neoalpha
功能描述
Run quantamental stock research, thesis tracking, momentum scans, valuation workflows, portfolio ledger, and multi-market monitoring.
使用说明 (SKILL.md)

NeoAlpha

Quantamental 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.

When to Use

Use for stock research, investment thesis creation or updates, momentum screening, valuation/modeling, portfolio review, and cron-driven market monitoring.

Core Rules

  1. Verify every number — use Longbridge first; use web search only as a supplement; include source dates.
  2. Route before composing — use the most specific reference or script for the requested workflow.
  3. Use scenarios for valuation — DCF, LBO, and earnings preview outputs need Bear / Base / Bull cases.
  4. Keep the research discipline — facts before inference, verification before judgment, risk before return, quantified payoff.
  5. Run screeners for strategy work — premarket strategy must incorporate short-term and long-term preset screener results.
  6. Prioritize market state intradaymarket_watch is the live workflow's primary object; single-stock triggers are evidence.

Quick Reference

See references/quick-reference.md for request routing.

Common entry points:

External Endpoints

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

Data Storage

  • Thesis files: ${INVESTMENT_THESIS_DIR:-~/Documents/neoalpha/thesis-tracker}
    • US: \x3CSYMBOL>.US.md, for example TLN.US.md
    • HK/CN: \x3CCODE>.\x3CMARKET>-\x3CCompanyName>.md, for example 0700.HK-Tencent.md
  • Daily strategies: memory/strategies/{us,hk}-daily.md
  • Portfolio ledger: memory/strategies/portfolio/transactions.csv as the source of truth
  • Generated portfolio snapshots: memory/strategies/portfolio/positions-current.json and memory/strategies/positions-tracker.md
  • Owner prompts: memory/strategies/{us,hk}-premarket-prompt.md
  • Skill presets and strategy YAML: presets/*.json and strategies/*.yaml

Security and Privacy

  • Do not publish personal thesis files, portfolio ledgers, strategy outputs, prompts, or generated position snapshots.
  • Keep credentials in each tool's own auth store; this skill does not require checked-in tokens or API keys.
  • Treat all scripts as research and monitoring helpers only. They do not place trades.

Position Ledger Protocol

When 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 "\x3Ctrade description>"

If one message contains multiple trades, split it into atomic records. If price, quantity, side, or symbol is ambiguous, ask before recording.

Related Sibling Skills

  • longbridge and Longbridge sibling skills for market data, news, positions, and valuation.
  • github for GitHub operations.
能力标签
cryptorequires-oauth-tokenrequires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install neoalpha
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /neoalpha 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.2.5
Initial public release: NeoAlpha quantamental research workflows, thesis tracking, SMAM screeners, portfolio ledger, cron workflows, and privacy-separated data storage.
元数据
Slug neoalpha
版本 3.2.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

NeoAlpha 是什么?

Run quantamental stock research, thesis tracking, momentum scans, valuation workflows, portfolio ledger, and multi-market monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 20 次。

如何安装 NeoAlpha?

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

NeoAlpha 是免费的吗?

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

NeoAlpha 支持哪些平台?

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

谁开发了 NeoAlpha?

由 Neo Shi(@suidge)开发并维护,当前版本 v3.2.5。

💬 留言讨论