Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/a5c-ai/babysitter/ompgit clone --depth 1 https://github.com/a5c-ai/babysitterWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00270 |
| Opus 5 | $0.00000 | $0.00135 |
| Sonnet 5 | $0.00000 | $0.00054 |
| Haiku 4.5 | $0.00000 | $0.00027 |
Grade A, and why
omp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
OMP
Adapter for the OMP agent CLI.
Install
adapters install omp
Supported on macOS, Linux and Windows.
Auth
- Provider API keys — provider-specific env vars.
Config file: ~/.omp/agent/settings.json.
Minimal run
adapters run omp --prompt "Lint this file"
Notable flags
--model <id>— defaultdefault.--prompt <text>— forwarded prompt.
Session files
- Location:
~/.omp/agent/sessions/*.jsonl - JSONL; events
text,message,tool_callare recognized.
Plugins
Plugin support: no. Use MCP servers for extensibility.
MCP Servers
adapters mcp install omp <mcp-server>
adapters mcp list omp
Registry: https://modelcontextprotocol.io
Capabilities
Tool calling (not parallel), tool-call streaming, text streaming, 128k context.
Known limitations
- No parallel tool calls.
- No thinking / JSON / structured output.
- No image or file input.
- Approval mode is not forwarded to the CLI.
- Global config only (
supportsProjectConfig: false).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 58 lines · 0 tokens per session scan A fdd8a8353bb9
omp is an agent published in the GitHub repository a5c-ai/babysitter (1,757 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 270 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
questioner
Use as the first agent of the QRSPI pipeline. Decomposes a user's task description into a full task record (task.md) and neutral research questions (questions.md), plus conditional artifacts — a prd.md when the PRD criteria apply, and a repos.md listing the repos the topic touches when the description names more than…
file-finder
Use when you need to locate files in a codebase relevant to a specific area. Maps conceptual goals to actual file locations even when exact names are unknown. Operates from questions.md only, never the original task description.
maintaining-agent-docs
Agent "maintaining-agent-docs" from martin-francois/symphony-trello, covering maintaining agent docs, progressive disclosure contract, what may be added to agents.md (allowlist), what must not be added to agents.md (denylist) and where to put new guidance (decision tree).
progressive-disclosure-source
This file is the source of truth for the structure and maintenance approach.
documentation-analyst-writer
Use this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md. This agent excels at maintaining consistency with established documentation patterns, ensuring technical accuracy, and producing…
Explore
Fast read-only codebase & docs exploration. Returns structured findings, never raw file dumps.