Skip to main content

overscore-cli

ovs, the command line for Overscore: query your data, build and deploy Python models, send results to the systems your team works in, from a terminal or from a coding agent like Claude Code.

uv tool install overscore-cli        # or: pip install overscore-cli
export OVERSCORE_KEY=ovs_...         # from Settings > Keys in Overscore
ovs init --dish sales                # this folder becomes a project: overscore.toml, the rules and skills for your agent
ovs guide                            # every command

ovs init --for claude|codex|cursor|gemini|agents|all writes the rules and skills in your agent's layout (CLAUDE.md and .claude/skills, AGENTS.md, .cursor/rules, GEMINI.md).

A Python model, start to finish

ovs pull sales.leads                              # a sample, for local runs
# write models/lead_scores/model.py and model.toml
ovs model run lead_scores --local                 # runs here, on the sample
ovs upload put lead_model files/lead_model.pkl    # the fitted model it reads
ovs model push lead_scores                        # saved and run in Overscore; prints the run's log
ovs destination add webhook "Their CRM" https://crm.example.com/in
ovs sync add scores_out --from lead_scores --key lead_id --to "Their CRM"
ovs sync run scores_out

A model's script imports its helper: from overscore_model import rows, read, file, output, log.

Every command prints JSON when its output is not a terminal ({"success": true, ...}, or {"success": false, "error": "..."} with exit code 1), so agents can read it.

Release files for overscore-cli 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for overscore-cli 0.1.1
File Interpreter ABI Platform
overscore_cli-0.1.1-py3-none-any.whl Python 3 none any Details

Release files / overscore_cli-0.1.1-py3-none-any.whl

Download URL overscore_cli-0.1.1-py3-none-any.whl
Size 70.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
47189c6e868e04d7d7c7c981655702dbbc7454c57bce530f9a8365a4a4fa96a3
BLAKE2b-256 checksum
How to use checksums
2481f0816d5b6914701641d359cadf2309dad9c86521f58d8baf5e54281d5c4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release history Release notifications | RSS feed

0.1.2

1 release file

This release

0.1.1 This release

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page