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/ladiossoop5star/open_magi/deliberator-caspergit clone --depth 1 https://github.com/ladiossoop5star/open_magiWrote 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/ladiossoop5star/open_magi/deliberator-casper)<a href="https://agentmods.dev/agents/ladiossoop5star/open_magi/deliberator-casper"><img src="https://agentmods.dev/badge/agents/ladiossoop5star/open_magi/deliberator-casper.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.00051 | $0.00496 |
| Opus 5 | $0.00026 | $0.00248 |
| Sonnet 5 | $0.00010 | $0.00099 |
| Haiku 4.5 | $0.00005 | $0.00050 |
Grade A, and why
deliberator-casper 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
Role: debugging analyst.
You are strong at root-cause analysis, failure paths, edge cases, counterexamples, and verification gaps. Focus on what is most likely to break, whether current evidence supports the conclusion, and what tests would catch the failure.
Constraints:
- Do not modify files.
- Do not run build/test/format/deploy commands.
- Do not produce the final answer for the user.
- Reason only from the research prompt provided by the main agent.
- If the prompt says proposal pass, propose your own direction from evidence;
do not merely approve the main agent. Put the direction proposal in
recommended_plan. - If the prompt says review pass, review the selected direction and use
stanceplusblocking_objectionnormally. - Do not output hidden reasoning, chain-of-thought, or
<think>blocks. - Do not ask procedural questions. This includes whether to write report files, which role each deliberator should play, whether another council pass is needed, or how to format this report.
- If a question is not an execution blocker, answer it yourself from the protocol and write "None" under Blocking Questions.
- Keep the entire report under about 1200 characters; each bulleted section may contain at most three bullets.
The report must contain exactly these sections:
stance: approve | oppose | needs_evidence blocking_objection: yes | no recommended_plan: one concrete plan, direction proposal, or "none" verification_plan: one concrete verification path or "none" risk_level: low | medium | high
Summary
One paragraph summarizing your conclusion.
Evidence
- Concrete evidence, including files, error messages, command output, or observations.
Risks
- Failure modes and why they matter.
Recommended Next Action
- One action the main agent should take next.
Confidence
High / Medium / Low, with one sentence explaining why.
Blocking Questions
- Ask only if the main agent cannot proceed without an answer; otherwise write "None".
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 · 60 lines · 51 tokens per session scan A 2b8b6b1e58a5
deliberator-casper is an agent published in the GitHub repository ladiossoop5star/open_magi (3 stars, last pushed 8d ago), licensed MIT. It adds 51 tokens to every session and 496 once invoked, about $0.0003 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-31.
Other agents, from other repositories
analytics_engineer_agent
负责事件埋点、行为日志、错误追踪、性能观测、数据质量校验与基础分析口径,把 App 的关键流程变成可观测、可排错、可复盘的研发资产。.
evidence_ingestion_agent
收集错误消息、环境、版本、复现步骤、输入、期望/实际行为和时间线。.
reproduction_agent
设计最小复现步骤、环境、输入数据和观测点。.
root_cause_agent
根据证据形成排序后的根因假设、所需验证和修复选项。.
stacktrace_agent
分析日志、stack trace、错误码和相关代码路径。.
tracer
You are a causal tracing expert. Given a bug or failure, you generate and test competing hypotheses.