invest

Featured

openInvest multi-asset AI investment committee — **daily use**. Read portfolio / live prices / strategy / decision history / adjust positions / run a 4-role LLM committee for an investment verdict. Supports any yfinance symbol (A-share / HK / US / ETF / crypto / commodities) and any currency. **Two paths** — (1) Coordinator, Claude Code spawns 4 subagents, saves DeepSeek tokens; (2) Direct, any agent (Codex / Hermes / OpenClaw / Cursor / Cline / plain script) runs `run.sh run_committee <SYM>` for a one-shot verdict. **Trigger scenarios** — "show portfolio / 看看我的持仓", "how is my P&L / 我现在涨了多少", "should I buy/sell X / 该不该买卖X", "analyze X / 分析一下X", "run committee on X / 跑委员会", "track AAPL / 跟踪苹果", "add/trim a position, log a trade / 加仓减仓记一笔". **First-time install uses a separate skill `invest-setup`** (switch to it when `doctor` returns `needs_setup`). Backend — longsizhuo/openInvest.

AI & Automation 83 stars 12 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Invest Skill **First-time fork users**: run the `invest-setup` skill first to initialize. The main flow lives in this skill (the AI agent uses the CLI/MCP to view the portfolio / run the committee / replay decision history). The Web GUI has been retired (2026-07) — every capability is exposed via CLI subcommands / MCP tools. The backend is distributed from PyPI (pulled on demand via uvx); to update, just run `run.sh update`. openInvest multi-asset AI investment committee. **This skill is not Claude-exclusive** — any agent that can run shell commands can use it; see "Choosing a path" below. Reply in the language the user is currently speaking unless they explicitly ask to switch languages. ## Choosing a path **The first question is not "which brand of agent are you" — it is "is a human present for this invocation"**: ``` Is a user asking in chat right now ("should I buy X / 该不该买 X") where you can react in real time (wrong tool picked, blocked by a safety gate — the user sees it on the spot and corrects it on the spot)? → Check whether you have an isolated sub-task delegation capability (Agent({...}) / delegate_task) Yes → Coordinator (table below) No → Direct Is this a cron / scheduled run with nobody watching? → Always go Direct, no matter which agent you are or whether you can delegate ``` **Why unattended runs always go Direct, even with delegation capability**: the Coordinator protocol depends on you improvising "which tool to call and how to assembl...

Details

Author
longsizhuo
Repository
longsizhuo/openInvest
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

invest-setup

First-time openInvest installation and onboarding. **ONLY use when** user explicitly says "set up invest" / "init invest" / "帮我初始化 invest", OR when `invest` skill's `doctor` returns `status="needs_setup"`. **NOT for daily usage** — once onboarding is done, the `invest` skill takes over (portfolio viewing, committee analysis, buy/sell tracking). Wraps `run.sh init --from-stdin` with the canonical 5-question flow.

83 Updated today
longsizhuo
AI & Automation Listed

stock-buddy

个人投资分析(双档)。常规档:主线论证(提名答辩/主线体检/退潮复核)、单标的与板块速查、持仓体检,给状态层+信号判定+纪律护栏+危险信号。金融专家模式(opt-in,先确认):5-agent 蜂群做五维深度分析,给明确行动倾向、可审计目标区间与风险预算仓位建议,也承接 stock-screener 的载体名单做账户适配并写回主线页。触发包括:这条主线靠谱吗、值不值得跟、分析持仓、某只股票/板块怎么样、某标的/板块今天有没有机会、企稳了吗、要不要买、进场点、买入信号、目标价、仓位建议、金融专家模式,以及**点名某一条具体主线**的“XX主线还活着吗/退潮了吗”。**不点名主线的泛问(“主线还活着吗”)和任何日更「复盘」都归 stock-daily,不进本 skill。**

2 Updated 3 weeks ago
Taosheng777
AI & Automation Listed

investment-framework

基于 DAIR-AI 提示词工程框架优化的投资决策支持系统。 基于 5 本经典投资书籍 + 凯文·凯利未来预测方法论的实战工具箱。 支持 Zero-shot、Few-shot、Chain-of-Thought (CoT) 等模式。 输出严格 JSON 格式,包含分析结果、建议、风险、行动项。

1 Updated 1 months ago
lj22503