control-in-app-browser

control-in-app-browser is a skill for Codex from rojim666/SztuCode. It costs 61 tokens per session (2,689 once invoked), scanned A, a copy of control-chrome, MIT.

Instructions for operating an in-app web browser, including opening pages, navigating, inspecting what is shown, and interacting with page controls.

In plain words
What is it for?
It is for browser-based testing and tasks such as clicking, typing, taking screenshots, and checking visible or interactive page behavior.
Why use it?
It helps choose between browser actions and a more suitable connector, API, or command-line tool when working with online resources.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It is for browser-based testing and tasks such as clicking, typing, taking screenshots, and checking visible or interactive page behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rojim666/sztucode/control-in-app-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 rojim666/SztuCode --skill control-in-app-browser
Clone the repo
git clone --depth 1 https://github.com/rojim666/SztuCode

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 control-in-app-browser

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/rojim666/sztucode/control-in-app-browser"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/control-in-app-browser.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,689 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 89% copy Near-identical to another mod 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.00061 $0.02689
Opus 5 $0.00030 $0.01345
Sonnet 5 $0.00012 $0.00538
Haiku 4.5 $0.00006 $0.00269

Measured 9d ago against content hash 056e790e807d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

control-in-app-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 9d 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.

Origin

This is a copy

89% identical to control-chrome — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

packages/runtime-ts/skills/control-in-app-browser/SKILL.md · 171 lines

How it starts

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

Browser

Stop: choose the right surface before any browser action

Explicit browser intent wins: if the user names the in-app browser or Chrome, or asks to open, show, or navigate to a page; inspect its visual or interactive state; or interact with its UI, continue with Browser and do not substitute a connector.

Otherwise, treat a URL or open browser tab as context, not browser intent. Earlier Browser use does not make later semantic work browser-first. Before each semantic operation on a linked resource, you MUST query available and deferred tools for an applicable connector, API, or CLI. Reading this skill or scanning visible tools does not count. Do not initialize Browser for that operation until the query is complete. Use the non-browser tool when available. If it handles the current operation, continue the larger workflow without Browser for that operation. Use Browser when no such tool exists, the tool cannot access the resource or lacks a required capability, or UI work remains; use available browser context before asking the user to repeat it.

Use this skill for browser automation tasks such as inspecting pages, navigating, testing local apps, clicking, typing, taking screenshots, and reading visible page state.

If this plugin is listed as available in the session, treat that as mandatory reading before browser work. Open and follow this skill before saying that Browser is unavailable and before falling back to standalone Playwright or Computer Use.

Do not skip this skill just because Computer Use MCP tool calls are directly visible or appear easier to invoke. The presence of Computer Use tools is not evidence that Computer Use is the preferred browser surface.

Setup Documentation

Use await agent.documentation.get("<name>") when one of these setup topics applies:

  • bootstrap-troubleshooting: read when browser setup succeeds but discovery or selection fails
  • chrome-troubleshooting: read when Chromium browser extension setup, installation, or communication fails

Read the full file on GitHub · 171 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. 9d ago First seen · 171 lines · 61 tokens per session scan A 056e790e807d

Subscribe to this mod's changes

control-in-app-browser is a skill published in the GitHub repository rojim666/SztuCode (59 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 2,689 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to control-chrome, differing in 4 lines, and is treated as a copy.