openinvest
01Plugin Claude Code
openInvest — self-hosted multi-asset AI investment committee. Ships the daily-use + first-time-setup agent skills plus an 18-tool MCP server; backend installs from PyPI via uvx on first call.
Plugin Claude Code
openInvest — self-hosted multi-asset AI investment committee. Ships the daily-use + first-time-setup agent skills plus an 18-tool MCP server; backend installs from PyPI via uvx on first call.
Instructions file CodexOpenCode
A set of instructions for running openInvest’s daily investment report through an AI agent’s scheduled task. The report is Markdown text that can be delivered by the host agent without the project sending email itself.
Instructions file
A set of project instructions for openInvest, an investment tool designed to be operated by AI agents through command-line tools and skills. It explains the product’s layers, rules for code changes and testing requirements.
Plugin Claude Code
Self-hosted multi-asset AI investment committee. View portfolio + live prices, track any yfinance symbol (A-share / HK / US / ETF / crypto / commodity), and run a 4-role LLM committee for buy/sell verdicts. Ships an MCP server (18 tools incl. decision accounting: decisions / explaindecision / recordexecution) + the c.
Skill Claude CodeCodex
Back up / restore openInvest's local state — memory/ (holdings, strategy, user profile, committee records, dream logs) + db/ (trade ledger, job run history, market-data cache) + .env (SMTP/API credentials) + userprofile.json. All of this data is .gitignore'd with no historical versions in git, so a single accidental…
Skill Claude CodeCodex
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="needssetup". NOT for daily usage — once onboarding is done, the invest skill takes over (portfolio viewing, committee analysis, buy/sell…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Maintain openInvest's docs (docs/wiki chapters + docs/wiki/adr) under Google's Open Knowledge Format (OKF). Two jobs. (1) Teach agents to maintain docs the OKF way — every doc carries a small YAML frontmatter block as the single source of truth (type, title, tags, intent, schemasource, documents); schema details link…
MCP server Claude CodeCodexCursor +2
Investment runtime built for AI agents — 4-role LLM investment committee, portfolio ledger, decision accounting, MCP server. Runs locally from the openinvest Python package. Needs 1 environment variable to run.
Plugin Claude Code
Marketplace hosting the i-see-you plugin: give a coding agent eyes — capture and analyze a photo from the local webcam via ffmpeg, on Linux, macOS, or Windows.
Plugin Claude Code
Give the agent eyes: capture a photo from the local webcam with ffmpeg and let it view and analyze it. Cross-platform (Linux/macOS/Windows). Adds an 'i-see-you' skill that triggers on '看看我', 'take a photo', 'selfie', or '拍照'.
Skill Claude CodeCodex
Take a still photo from the machine's local webcam with ffmpeg, then read/analyze or send the image. Cross-platform — Linux (V4L2), macOS (AVFoundation), Windows (DirectShow). Trigger when the user asks to "看看我", "take a photo", "take a picture", "selfie", "拍照", "自拍", "看看现在的环境/房间", or when the agent needs to visually…