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 HayoDev/safari-devtools-mcp --skill safari-devtoolsgit clone --depth 1 https://github.com/HayoDev/safari-devtools-mcpWrote 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/hayodev/safari-devtools-mcp/safari-devtools)<a href="https://agentmods.dev/skills/hayodev/safari-devtools-mcp/safari-devtools"><img src="https://agentmods.dev/badge/skills/hayodev/safari-devtools-mcp/safari-devtools.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.00000 | $0.00513 |
| Opus 5 | $0.00000 | $0.00257 |
| Sonnet 5 | $0.00000 | $0.00103 |
| Haiku 4.5 | $0.00000 | $0.00051 |
Grade A, and why
safari-devtools 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.
How it starts
The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Safari DevTools MCP — Getting Started
Use this skill when onboarding to the Safari DevTools MCP server or when unsure which tools to use.
Available tool categories
- Snapshots:
take_snapshotgives you a DOM/a11y tree with element UIDs you can pass to other tools. Always take a fresh snapshot before interacting. - Navigation:
navigate_page,new_page,list_pages,select_pagefor page lifecycle control. - Input:
click,fill,type_text,press_key,drag,hover,select_option,upload_filefor element interaction. Identify elements by theiruidfrom the latest snapshot. - Debugging:
list_console_messages,list_network_requestsfor runtime diagnostics. Useget_console_message/get_network_requestfor details. - Screenshots:
take_screenshotfor visual state. Prefertake_snapshotfor programmatic inspection. - Page content:
get_page_content(title + text),get_html_source,extract_links,extract_meta. - CSS:
get_computed_stylefor styling information on any element. - Storage:
get_cookies,set_cookie,delete_cookie,get_storage,set_storage,delete_storagefor cookie and Web Storage inspection. - Scroll:
scroll,scroll_to_elementfor viewport control.
Recommended workflow
- Navigate to the target URL with
navigate_page. - Snapshot the page with
take_snapshotto see the DOM tree. - Interact using UIDs from the snapshot:
click,fill, etc. - Re-snapshot after interaction — the DOM may have changed.
- Debug with
list_console_messagesandlist_network_requeststo check for errors or failed requests.
Safari-specific notes
- Safari only supports one WebDriver session at a time.
- Tab management uses AppleScript — macOS accessibility permissions may be required.
- There is no headless mode. Safari will open visibly on screen.
- Screenshots are PNG only.
- Console and network capture start when the session is created — messages before that point are not captured (network has partial historical data via the Performance API).
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 · 45 lines · 0 tokens per session scan A 4151ef06028f
safari-devtools is a skill published in the GitHub repository HayoDev/safari-devtools-mcp (2 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 513 tokens. 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
unicli
Comprehensive guide to Uni-CLI — the open Agent-Computer Interface runtime for real software. Trigger when the user needs to fetch data from websites (Twitter, Bilibili, HackerNews, GitHub, Reddit, Bloomberg, Zhihu, WeChat, and hundreds more); interact with news, finance, social, academic, shopping, or video…
unicli-browser
Control broker-owned hidden, existing-Chrome, or remote browser targets with explicit Agent identity, visibility, profile partitions, and lifecycle.
unicli-smart-search
Route search queries to the best platform via unicli. Use when searching across websites, social media, tech forums, news, finance, shopping, or academic sources.
unicli-operate
Compatibility guide for unicli operate. Prefer unicli browser, which now exposes the same operator surface plus broker/session diagnostics.
camofox-browser
Anti-detection browser automation for AI agents. Use when the user needs stealth web browsing, undetectable scraping, fingerprint spoofing, proxy rotation, or privacy-focused browser automation. Triggers include "stealth scrape", "anti-detection", "bypass fingerprinting", "camofox", "camoufox", "undetectable browser"…
camofox-cli
CamoFox CLI — 50 commands for anti-detection browser automation from the terminal. Use when the user needs CLI reference for camofox commands, terminal-based browser control, or a quick lookup of command syntax. Triggers include "camofox command", "CLI reference", "terminal browser", or any request for camofox…