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 Wholiver/metis --skill metis-browsergit clone --depth 1 https://github.com/Wholiver/metisWrote 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/wholiver/metis/metis-browser)<a href="https://agentmods.dev/skills/wholiver/metis/metis-browser"><img src="https://agentmods.dev/badge/skills/wholiver/metis/metis-browser/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/wholiver/metis/metis-browser"><img src="https://agentmods.dev/badge/skills/wholiver/metis/metis-browser.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.00082 | $0.00751 |
| Opus 5 | $0.00041 | $0.00376 |
| Sonnet 5 | $0.00016 | $0.00150 |
| Haiku 4.5 | $0.00008 | $0.00075 |
Grade A, and why
metis-browser 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Metis Browser
Use this skill before any built-in browser automation. Load it with read on this file or /skill:metis-browser.
When to use
- User asks to open, show, preview, navigate, click, type, fill, scroll, or screenshot a page in Metis Desktop Inspector / 内置浏览器.
- Local file preview: SVG, HTML, or other browser-viewable workspace files.
- Local web/dev preview (
localhost,127.0.0.1) that needs real browser interaction. - Inspect interactive UI state (buttons, forms, links) after code changes.
Do not use this skill for:
- Fetching documentation or API text → prefer
websearch/webfetch. - Opening an external OS browser → never substitute with
bashopen,open -a Safari,open -a "Google Chrome",xdg-open, orqlmanagewhenbrowser_*tools exist. - Desktop Computer Use against the Inspector webview → use
browser_*tools instead.
Required workflow
- Confirm
browser_*tools are listed for this session. If they are missing, report that the Desktop browser host is unavailable; do not invent Playwright/Chrome automation and do not use system browsers as a fallback for "内置浏览器". - Prefer this order:
browser_navigate(opens/activates Inspector browser tab)browser_snapshot(accessibility / interactive tree withrefs)- interact with
browser_click,browser_fill,browser_type,browser_press_key, orbrowser_scrollusing currentrefvalues - snapshot again after every action (refs are session-local and become stale)
- Prefer
browser_snapshotoverbrowser_take_screenshot. Screenshots are for visual confirmation only. - After editing local app code, reload the page (
browser_navigateto the same URL or press reload via tools) before claiming UI is fixed.
Local file / SVG / HTML preview
- Pass a workspace-relative path (for example
pelican_bike.svg), an absolute path, or afile://URL tobrowser_navigate. - Do not use bash
open/ Safari / Chrome for preview when the user asked for the built-in browser. - After navigate, optionally
browser_take_screenshotif a visual check helps; still prefer snapshot when interacting.
What ships with it
2 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.
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.
- today First seen · 55 lines · 82 tokens per session scan A 875411d19197
metis-browser is a skill published in the GitHub repository Wholiver/metis (142 stars, last pushed today), licensed MIT. It adds 82 tokens to every session and 751 once invoked, about $0.0004 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-09-17.
Other skills, from other repositories
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…
frontend-design
Produce intentional, responsive, accessible UI work and perform visual QA instead of generic component assembly.
mcp-host-styling-integration
Integrates MCP App UI with host theming system. Applies host CSS variables, handles onhostcontextchanged, safe area insets, display mode detection, and fullscreen configuration.
animate
Build a web animation: whether it should animate at all, the purpose, the tool, the properties, the easing curve, the duration, interruption and exit. Writes the CSS or Motion code for dropdowns, modals, toasts, tooltips, accordions, press feedback, stagger and scroll reveals. Use to animate something or make a…
accessibility
Use when making a web UI conform to WCAG 2.2 Level AA — axe-core or Lighthouse a11y violations, keyboard operability, focus management, ARIA roles/names/live regions, contrast, tap-target size. NOT palette or visual intent (that is design), NOT test-runner setup (that is testing-web), NOT LCP/page-speed (that is…
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…