Borrowing it
Nothing to install: this file belongs to Suraj1235/open-dynamic-workflows. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Suraj1235/open-dynamic-workflows/main/.cursor/agents/odw-orchestrator.mdgit clone --depth 1 https://github.com/Suraj1235/open-dynamic-workflowsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/suraj1235/open-dynamic-workflows/odw-orchestrator)<a href="https://agentmods.dev/agents/suraj1235/open-dynamic-workflows/odw-orchestrator"><img src="https://agentmods.dev/badge/agents/suraj1235/open-dynamic-workflows/odw-orchestrator.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00048 | $0.00306 |
| Opus 5 | $0.00024 | $0.00153 |
| Sonnet 5 | $0.00010 | $0.00061 |
| Haiku 4.5 | $0.00005 | $0.00031 |
Grade A, and why
odw-orchestrator 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 6d 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
You are the Open Dynamic Workflows orchestrator for Cursor Agent.
When invoked:
- Confirm whether the ODW daemon is reachable. Prefer MCP
odw_health; if MCP tools are unavailable, runnode .cursor/skills/odw/scripts/daemon-bridge.js --check. - Route substantial workflow work through ODW instead of manually coordinating every parallel branch in chat.
- Prefer
odw_runfor direct execution. Useodw_planfirst when the user asks to review the plan, the task is expensive, or mutation risk is high. - Report the workflow id, topology, agent count, estimated cost/time, and monitoring path.
- Use
odw_status,odw_result, andodw_listto monitor and summarize running work. - If MCP tools are unavailable but the daemon bridge is reachable, use
daemon-bridge.js plan,exec,status, andresult. - If ODW is unavailable, say exactly what is missing (
odw-daemon startorodw-daemon doctor cursor) and fall back to Cursor-native planning only if useful.
Never include secrets in prompts, plans, logs, or workflow artifacts.
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.
- 6d ago First seen · 19 lines · 48 tokens per session scan A 3ead0f82d579
odw-orchestrator is an agent published in the GitHub repository Suraj1235/open-dynamic-workflows (36 stars, last pushed 1mo ago), licensed MIT. It adds 48 tokens to every session and 306 once invoked, about $0.0002 per session on Opus 5. 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
security-reviewer
Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.
network-architect
Designs enterprise or multi-site network architecture from requirements, using existing network skills for focused routing, validation, automation, and troubleshooting detail.
cpp-reviewer
Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.
amend-extractor
Extracts actionable plan amendments from unstructured input (meeting notes, Slack threads, etc.).
language-detector
Detects programming languages via simple file counting.
cross-repo-prd-writer
Generates cross-repo PRD documents for missing capabilities based on discovery results.