
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
riskmodels-cli
Advanced tools
Command-line interface for RiskModels: run billed SQL queries against the API, explore schema in direct (Supabase) mode, check balance, and export agent tool manifests.
npm install -g riskmodels-cli
riskmodels config init
# Choose API Key mode and enter your rm_agent_* key
riskmodels query "SELECT ticker, company_name FROM ticker_metadata LIMIT 3"
riskmodels balance
Config file: ~/.config/riskmodels/config.json
| Command | Description |
|---|---|
riskmodels config init | set | list | Configure API key (billed) or Supabase (direct dev) |
riskmodels query "<sql>" | Run a SELECT (billed → /api/cli/query, direct → Supabase exec_sql) |
riskmodels schema | List tables / OpenAPI (direct mode only) |
riskmodels balance | Account balance (billed mode) |
riskmodels manifest [--format openai|anthropic|zed] | Print static tool manifest (no auth) |
riskmodels agent | Placeholder; use REST, MCP, or the Python SDK for portfolio flows |
Global flag: --json for machine-readable output.
riskmodels agent decompose and related flows are not implemented in this CLI version. Use:
POST /api/batch/analyze, GET /api/metrics/{ticker}, etc. (docs)mcp-server/riskmodels on PyPIcd cli
npm install
npm run build
npm run install:global # npm link for local testing
cd cli
npm publish
Use the cli/ directory only; the repo root package is the web portal, not this CLI.
FAQs
RiskModels CLI — REST API, SQL query, schema, billing, and agent manifests
The npm package riskmodels-cli receives a total of 1 weekly downloads. As such, riskmodels-cli popularity was classified as not popular.
We found that riskmodels-cli 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
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.