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 xiaojiou176-open/multi-ai-panel --skill agentgangganggit clone --depth 1 https://github.com/xiaojiou176-open/multi-ai-panelWrote 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/xiaojiou176-open/multi-ai-panel/agentganggang)<a href="https://agentmods.dev/skills/xiaojiou176-open/multi-ai-panel/agentganggang"><img src="https://agentmods.dev/badge/skills/xiaojiou176-open/multi-ai-panel/agentganggang/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xiaojiou176-open/multi-ai-panel/agentganggang"><img src="https://agentmods.dev/badge/skills/xiaojiou176-open/multi-ai-panel/agentganggang.svg" alt="Reviewed on agentmods" width="80" 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.00020 | $0.00216 |
| Opus 5 | $0.00010 | $0.00108 |
| Sonnet 5 | $0.00004 | $0.00043 |
| Haiku 4.5 | $0.00002 | $0.00022 |
Grade A, and why
multi-ai-panel 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 12d 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
MultiAiPanel
Use this skill when Codex should compare one prompt across multiple supported AI chat tabs through the local MultiAiPanel MCP surface.
Smallest useful flow
multi-ai-panel.bridge_statusmulti-ai-panel.check_readinessmulti-ai-panel.compare
Preferred full flow
multi-ai-panel.bridge_statusmulti-ai-panel.check_readinessmulti-ai-panel.comparemulti-ai-panel.analyze_comparemulti-ai-panel.run_workflowmulti-ai-panel.get_workflow_runmulti-ai-panel.list_workflow_runsmulti-ai-panel.resume_workflow
Boundary
- MultiAiPanel remains the compare-first browser workspace.
- Codex remains the outer coding loop.
- This bundle assumes Codex already knows how to launch the local MultiAiPanel MCP server.
What ships with it
1 file 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.
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.
- 12d ago First seen · 33 lines · 20 tokens per session scan A 6ebd7c91781f
multi-ai-panel is a skill published in the GitHub repository xiaojiou176-open/multi-ai-panel (2 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 216 once invoked, about $0.0001 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 skills, from other repositories
chrome-extension
Use when building or shipping a Manifest V3 browser extension and hitting its quirks — service worker dying and losing state, permission warnings, a Chrome Web Store rejection, content-script/worker/popup messaging, or an MV2-to-V3 migration. NOT a generic web app (that is nextjs), NOT a desktop shell (that is…
parallel-subagents
When a task decomposes into independent slices — separate files, OR separate sections of ONE file — fan it out: write job files to the subagent queue and the host runs real parallel Codex workers for you. For a single file, extract per-section slice files into the queue's work/ zone, let workers polish them in…
annotated-rewrite
When editing .tex files, use this skill as often as possible. When rewriting .tex content spanning more than a few words, comment out the original and write the replacement below it so the user can review the before/after diff directly in the source.
extension-dev
Detect Chrome extension framework/stack, find proper docs, implement features, and debug across service worker, content script, and popup contexts.
extension-analyze
Audit Chrome extensions for security issues, best practice violations, performance problems, and CWS compliance. Scans manifest, code, CSP, message handlers, storage, and dependencies.
extension-assets
Generate and manage all Chrome extension assets: icons (16–128px), CWS listing images, promotional tiles, and public/ folder setup. Supports ImageMagick, Gemini API, and manual prompt templates.