
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
openinvest
Advanced tools
Investment runtime built for AI agents — 4-role LLM investment committee, portfolio ledger, decision accounting, MCP server
An investment runtime built for AI agents. Your agent knows you — openInvest knows investing.
openInvest runs a 4-role LLM investment committee (Macro Strategist, Quant Analyst, Risk Officer, CIO) that debates any asset and returns a BUY / ACCUMULATE / HOLD / TRIM / SELL verdict with a written memo — plus portfolio tracking, a decision ledger, and full decision-accounting (which advice you followed, what happened after).
It is not a chatbot. Conversation, memory, and personalization stay in your agent (Claude Code, Codex, Hermes, OpenClaw, Cursor, or any script); openInvest provides the investing capabilities behind it.
# no install needed — uvx fetches and caches it
INVEST_HOME=~/openInvest uvx openinvest status
# or install it
pip install openinvest
INVEST_HOME is your data directory (portfolio, ledgers, .env). All state lives there — the package itself is stateless.
uvx openinvest init # interactive onboarding (or `--from-stdin` for agents)
uvx openinvest doctor # health check
18 tools — portfolio read/write, live prices, decision ledger, and the committee — over stdio (or openinvest-mcp --http for a remote streamable-HTTP server, BETA):
claude mcp add openinvest -e INVEST_HOME=~/openInvest -- uvx openinvest-mcp
Read tools carry readOnlyHint; money-moving tools (buy, sell, deposit, withdraw) carry destructiveHint, so MCP clients gate them behind confirmation.
Skills (committee orchestration protocol) + MCP server, bundled:
# Claude Code
/plugin marketplace add longsizhuo/openInvest
/plugin install invest@openinvest
# Codex
codex plugin marketplace add longsizhuo/openInvest
# Hermes Agent
hermes plugins install longsizhuo/openInvest --enable
yfinance symbol (equities, ETFs, crypto, commodities, any currency). Two execution paths: Coordinator (your agent plays the roles — no API key) or Direct (backend LLM, needs DEEPSEEK_API_KEY).uvx openinvest status # portfolio + live P&L
uvx openinvest run_committee GC=F # one-shot committee verdict
uvx openinvest decisions --days 90 # decision ledger + adoption rate
uvx openinvest record_execution 2026-07-03/GC=F --rejected --reason "too pricey"
uvx openinvest buy --symbol AAPL --units 10 --price 210 --currency USD
LLM-driven decision support — not investment advice. LLMs make mistakes and get overconfident. openInvest never auto-trades; its ledger is a local SQLite record with no connection to any brokerage or payment system. Past performance does not predict future returns.
FAQs
Investment runtime built for AI agents — 4-role LLM investment committee, portfolio ledger, decision accounting, MCP server
The pypi package openinvest receives a total of 206 weekly downloads. As such, openinvest popularity was classified as not popular.
We found that openinvest demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.