change-browser-runtime

change-browser-runtime is a skill for Codex from SII-Holos/synergy. It costs 74 tokens per session (1,934 once invoked), scanned A, original, MIT.

A guide for changing the Browser runtime in Synergy, including browser sessions, pages, navigation, downloads, remote browser connections, and the web interface.

In plain words
What is it for?
Use it when changing page creation, navigation rules, BrowserControl commands, routes, events, saved state, downloads, WebRTC connections, input handling, or Browser workspace UI.
Why use it?
It shows where browser state and behavior belong across the runtime, server, desktop app, remote host, and web UI. This helps keep one consistent browser session instead of creating conflicting copies of state.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md.

Good fit Use it when changing page creation, navigation rules, BrowserControl commands, routes, events, saved state, downloads, WebRTC connections, input handling, or Browser workspace UI.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sii-holos/synergy/change-browser-runtime
Install

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.

Any agent
npx skills add SII-Holos/synergy --skill change-browser-runtime
Clone the repo
git clone --depth 1 https://github.com/SII-Holos/synergy

Made for: Codex.

Wrote 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.

agentmods badge for change-browser-runtime

README.md
[![agentmods](https://agentmods.dev/badge/skills/sii-holos/synergy/change-browser-runtime/github.svg)](https://agentmods.dev/skills/sii-holos/synergy/change-browser-runtime)
Your own site
<a href="https://agentmods.dev/skills/sii-holos/synergy/change-browser-runtime"><img src="https://agentmods.dev/badge/skills/sii-holos/synergy/change-browser-runtime/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.

agentmods 80×15 button for change-browser-runtime

Your own site · 80×15
<a href="https://agentmods.dev/skills/sii-holos/synergy/change-browser-runtime"><img src="https://agentmods.dev/badge/skills/sii-holos/synergy/change-browser-runtime.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,934 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.01934
Opus 5 $0.00037 $0.00967
Sonnet 5 $0.00015 $0.00387
Haiku 4.5 $0.00007 $0.00193

Measured today against content hash 544d833a126f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

change-browser-runtime 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 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

12. When Playwright imports or standalone packaging change, build the compiled runtime, copy the whole packaged runtime to a different directory, and run the packaged Playwright loader check there. Verify release validat
.synergy/skill/change-browser-runtime/SKILL.md · 55 lines

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.

Change the Browser Runtime

Trace the Shared Contract

  1. Read Browser runtime, packages/product-runtime/AGENTS.md, apps/web/AGENTS.md, and apps/desktop/AGENTS.md.
  2. Identify the owner key and whether the behavior is canonical runtime state, a BrowserControl command/result, a read-only event, presentation selection, host signaling, or Web UI state.
  3. Trace the change across Browser schemas/runtime, control and route handlers, persistence and reaping, Browser tools, Desktop host/view handlers, remote host/WebRTC data channel, generated SDK where applicable, and the Web Browser store/surface.
  4. Load change-server-api for route/schema changes, develop-frontend for product UI, change-persistence for saved Browser state, and change-execution-boundaries for navigation or evaluation policy.

Preserve Ownership and Presentation

  1. Keep one Browser session per owner and at most one canonical page per Browser session. Do not introduce a tab adapter or merge host-only pages into canonical state.
  2. Keep page creation lazy. State reads, event subscriptions, signaling, and host attachment may ensure the owner session exists but must not create a page; ordinary first navigation owns page creation.
  3. Keep POST /browser/control command/response behavior separate from the read-only /browser/events stream. Return explicit page-missing, host-pending, retryable, and terminal errors.
  4. Preserve Desktop-native WebContentsView and remote WebRTC/data-channel presentation as peer modes over the same owner/page/control contract. Do not add iframe, screenshot-stream, pseudo-tab, or hidden fallback pages.
  5. Treat managed-local Desktop native presentation as strict. Bootstrap may passively read the owner key without a ticket, but events and controls require fresh owner-bound tickets after host.registered; ticket, attach, renderer, and navigation failures remain in native recovery and never fall back to WebRTC. Web and remote Desktop select WebRTC explicitly.
  6. Keep pointer, keyboard, text, IME/paste, and viewport coordinates normalized across native and remote presentation. Preserve CSS width/height semantics and coalesced pending viewport behavior.
  7. Keep Chromium responsible for webpage network security. The gateway owns loopback binding, owner authentication, connection limits, CONNECT-establishment timeout, forwarding, and revoke cleanup; do not add IP-range classification, Fake-IP exceptions, localhost port lists, or DNS policy. Preserve protocol checks, workspace file containment, hidden/project metadata exclusions, download filtering, and sensitive-header redaction.
  8. Treat the server-provided session-state ownerKey as canonical. Route directories select a route; they never derive native tickets, profiles, broker pages, or view attachment identity.
  9. Keep a native owner/page handle stable while replacing its WebContentsView, control, and diagnostics generation. Preserve page/profile/proxy/URL/bounds/visibility/focus identity and page-scoped recovery status. Treat resume as the idempotent recovery entry: a healthy page returns state without replacing its generation, an in-flight recovery is awaited, and failed recovery starts a new bounded flight with only the transient budget reset. Rate-limit resume-driven recovery (15s cooldown) so the Agent path cannot loop a failing page; the native Retry control bypasses the cooldown. During restarting or failed, reject side-effect commands with browser_native_restarting or browser_native_recovery_failed while allowing resume, close, stop, and safe observations; emit ready only after the recovery guard clears, and never replay an action whose execution outcome is unknown.
  10. Dispose live Browser state on session archive/delete and global shutdown; preserve profile, storage-state, download, annotation, and restored page-ID ownership.
  11. Keep Browser implementations out of the Agent worker runner's static dependency graph. Only serializable Browser tool definitions cross into the worker; callbacks, canonical sessions, Playwright/Chromium state, host signaling, native views, and WebRTC state remain Control Plane/tool-runtime owned.
  12. Attribute resource state by owner and page backend without exposing owner IDs. Retire the remote Host only after the broker reports no active canonical page; Performance aggregation must never close a page or stop the Host.
  13. Keep Browser viewer Origin authorization on explicit server CORS origins. Do not promote auto-detected LAN CORS origins or reverse-proxy forwarding headers into the viewer trust boundary. Origin checks supplement one-shot owner/page/role-bound tickets and never replace them.

Read the full file on GitHub · 55 lines

Files

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.

Changes

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.

  1. today Changed · -2 tokens per session 544d833a126f
  2. 5d ago Changed · +3 lines df17e8c5bcac
  3. 9d ago First seen · 52 lines · 76 tokens per session scan A 70127222ac9e

Subscribe to this mod's changes

change-browser-runtime is a skill published in the GitHub repository SII-Holos/synergy (548 stars, last pushed today), licensed MIT. It adds 74 tokens to every session and 1,934 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

interactive-login

How to complete browser/interactive logins (aws / gh / glab / gcloud). The platform backgrounds the login poller so it survives the human's browser round-trip — and when that does NOT work.

yc-software/qm · 46 tokens

pinchtab-mcp

Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.

pinchtab/pinchtab · 52 tokens

azure-messaging-webpubsub-java

Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications.

microsoft/skills · 43 tokens

google-safe-browsing

Prevent and fix Google Safe Browsing "Dangerous site" flags. Use when launching a public web app, buying/picking a domain, building a login or signup page, or when any site shows a red "Dangerous site" / "Deceptive site" warning in Chrome, Brave, Safari, Firefox, or Edge. Triggers on "dangerous site", "deceptive…

davidondrej/skills · 105 tokens