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 skills add flurdy/agent-skills --skill second-opiniongit clone --depth 1 https://github.com/flurdy/agent-skillsWrote 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/skills/flurdy/agent-skills/second-opinion)<a href="https://agentmods.dev/skills/flurdy/agent-skills/second-opinion"><img src="https://agentmods.dev/badge/skills/flurdy/agent-skills/second-opinion.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.00027 | $0.03421 |
| Opus 5 | $0.00014 | $0.01710 |
| Sonnet 5 | $0.00005 | $0.00684 |
| Haiku 4.5 | $0.00003 | $0.00342 |
Grade A, and why
second-opinion scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- OpenRouter subset only: `curl`, plus either `OPENROUTER_API_KEY` or `secret-api-key` with `SECRET_API_KEY_PROJECT`, and a configured panel/profile in How it starts
The opening of the file, as written. The whole thing — 356 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Second Opinion
Query one independent CLI peer or a bounded named review panel for plans, PRs, code, or bugs.
quorum and consensus execute the same enabled routes from the selected panel exactly once. Quorum
uses the profile's successful-route threshold; consensus interpretation additionally requires its
unique-provider threshold. Agreement and vote count never establish correctness.
Usage
/second-opinion
/second-opinion review-pr 123
/second-opinion validate-plan "<plan>"
/second-opinion triage-bug "<description>"
/second-opinion ask "<question>"
# One independent route
/second-opinion ask "..." --agent peer # explicit/default independent peer
/second-opinion ask "..." --agent claude
/second-opinion ask "..." --agent codex
/second-opinion ask "..." --agent gemini
/second-opinion ask "..." --agent codex --model <id>
# Policy-neutral named panels
/second-opinion review-pr --agent quorum # defaults to focused
/second-opinion validate-plan "..." --agent consensus # defaults to extreme
/second-opinion review-pr --agent consensus --panel large
/second-opinion ask "..." --agent quorum --panel large \
--route-model claude-fable=opus --route-effort claude-fable=max
--timeout <minutes> defaults to 10 and is capped at 30.
Requirements
- Single/local routes: the selected
claude,codex, orgeminiCLI installed and authenticated. - Panel orchestration:
jqplusscripts/review-panel.sh. - OpenRouter subset only:
curl, plus eitherOPENROUTER_API_KEYorsecret-api-keywithSECRET_API_KEY_PROJECT, and a configured panel/profile in~/.agents/second-opinion/config.json. Optional exact-modelmodelPoliciesin that user-local file may setconsent: "allow"; absent or invalid policies remain confirmation-required. ghfor PR context.
Read references/review-panels.md when quorum or consensus is
selected. If the selected panel contains OpenRouter routes, also read
references/openrouter-consensus.md completely before executing.
Model/effort precedence is in
references/external-model-resolution.md.
What ships with it
8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- README.md 8.8 KB
- references/external-model-resolution.md 4.1 KB
- references/openrouter-consensus.md 10 KB
- references/review-panels.md 10 KB
- scripts/openrouter-panel.sh 20 KB runs code
- scripts/review-panel.sh 37 KB runs code
- tests/test-openrouter-panel.sh 18 KB runs code
- tests/test-review-panel.sh 34 KB runs code
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 · 356 lines · 27 tokens per session scan A aacd4df08e08
second-opinion is a skill published in the GitHub repository flurdy/agent-skills (8 stars, last pushed 8d ago), licensed MIT. It adds 27 tokens to every session and 3,421 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
full-repo-review
Comprehensive four-wave review of all repo source files, producing a prioritized issue backlog.