signed-in-browser

signed-in-browser is a skill for Claude Code, Codex from t3ratech/mcp-session-bridge. It costs 109 tokens per session (2,397 once invoked), scanned A, original, Apache-2.0.

A browser-driving tool that uses the browser session the user is already signed into. It is intended for websites where login, single sign-on, multi-factor authentication, CAPTCHA, or bot checks are involved.

In plain words
What is it for?
Use it to work in signed-in dashboards, admin consoles, internal tools, ticket queues, banking or billing pages, webmail, and social accounts.
Why use it?
It avoids starting a separate browser with no cookies or session data, which can make authenticated tasks fail or require logging in again.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to work in signed-in dashboards, admin consoles, internal tools, ticket queues, banking or billing pages, webmail, and social accounts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/t3ratech/mcp-session-bridge/signed-in-browser
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 t3ratech/mcp-session-bridge --skill signed-in-browser
Clone the repo
git clone --depth 1 https://github.com/t3ratech/mcp-session-bridge

Made for: Claude Code, 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 signed-in-browser

README.md
[![agentmods](https://agentmods.dev/badge/skills/t3ratech/mcp-session-bridge/signed-in-browser/github.svg)](https://agentmods.dev/skills/t3ratech/mcp-session-bridge/signed-in-browser)
Your own site
<a href="https://agentmods.dev/skills/t3ratech/mcp-session-bridge/signed-in-browser"><img src="https://agentmods.dev/badge/skills/t3ratech/mcp-session-bridge/signed-in-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.

agentmods 80×15 button for signed-in-browser

Your own site · 80×15
<a href="https://agentmods.dev/skills/t3ratech/mcp-session-bridge/signed-in-browser"><img src="https://agentmods.dev/badge/skills/t3ratech/mcp-session-bridge/signed-in-browser.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,397 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00109 $0.02397
Opus 5 $0.00055 $0.01198
Sonnet 5 $0.00022 $0.00479
Haiku 4.5 $0.00011 $0.00240

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

Security

Grade A, and why

signed-in-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.

agent-skills/signed-in-browser/SKILL.md · 202 lines

How it starts

The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Working in a browser the user is already signed into

Most browser automation starts from an empty profile: no cookies, no session, no access to anything behind a login. For public pages that is fine and you should keep using it.

This skill is for the other case — where the authentication is the hard part. A scripted login against SSO, MFA, a CAPTCHA or bot detection is slow to build, brittle to keep, and often against the site's terms. Attaching to a session the user already has skips all of it.

The tools come from the T3rnel Session Bridge MCP server (session_*). It is a local stdio server; nothing is hosted and no page content leaves the machine.

Decide first: does this task actually need a real session?

Situation What to use
Public page, no login An ordinary headless browser or fetch. Don't reach for this.
Anything behind a login This skill.
A scripted login that keeps breaking This skill — stop maintaining the login.
Reading a page's rendered CSS, or its React tree This skill; static HTML won't have it.
Bulk scraping of a site you have no account on Neither. That's a different problem.

If the page is public, say so and use the simpler tool. Reaching into someone's live browser for a page you could have fetched is a cost with no benefit.

The rule that matters most

This is the user's real browser, logged into their real accounts. A wrong click here is not a failed test — it can send an email, cancel a subscription, post publicly, or move money.

  1. Read before you write. session_list_tabs, then session_snapshot or session_read_page, before any click or fill.
  2. Confirm anything irreversible, in your own words, before doing it: purchases, payments, sending or publishing, deleting, permission and sharing changes, anything in an account-settings or billing page. Describe the specific action and wait.
  3. Never enter credentials you generated. If a field is a password, an OTP, a card number or a security answer, stop and ask. session_store_login exists so the user supplies these once, deliberately.
  4. Stay on the tab you were given. Don't wander into other tabs of a signed-in browser looking for context.

Read the full file on GitHub · 202 lines

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 · +51 lines b7cbc9cb3a47
  2. 4d ago Changed · +12 lines 0003eb5884e1
  3. 8d ago First seen · 139 lines · 109 tokens per session scan A 4525eafeef2b

Subscribe to this mod's changes

signed-in-browser is a skill published in the GitHub repository t3ratech/mcp-session-bridge (2 stars, last pushed today), licensed Apache-2.0. It adds 109 tokens to every session and 2,397 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

website-explorer

Discover website capabilities from user behaviors. Learn APIs and automate workflows.

EndymionLee/PilotBrowseMCP · 17 tokens

website-explorer

A guide for exploring websites through user actions, discovering their APIs, and documenting reusable automation procedures. It stores findings as structured manuals covering pages, navigation, workflows, and API endpoints.

EndymionLee/PilotBrowseMCP · 21 tokens

chrome-bridge

Recipes for the user's real, logged-in Chrome through the chrome-bridge MCP tools and the zero-token chrome-bridge CLI. Use whenever the user wants to test, debug, audit, compare or automate something in a browser — a form "until the email arrives", a checkout with a test card, a pixel/GTM check, a cookie-banner…

frsorrentino/chrome-bridge · 145 tokens

qa-runner

Use when asked to "run QA", "qa check", "test checklist", or execute QA checklists against a running app via browser automation. Requires the browser-bridge MCP server and Chrome extension.

adbarc92/mcp-browser-bridge · 44 tokens

browse

Use when asked to interact with a web browser — navigate, click, fill forms, take screenshots, run JavaScript, or read page content. Requires the browser-bridge MCP server and Chrome extension.

adbarc92/mcp-browser-bridge · 42 tokens

melaya-setup

Use for anything involving Melaya. Connecting for the first time; setting up phone or browser control; pairing a phone, installing the app, starting the local runner; driving an Android phone or a browser; building, validating, scheduling or debugging agent pipelines; reading connected services; diagnosing a failed…

melaya-labs/melaya-mcp · 119 tokens