paseo-browser

paseo-browser is a skill for Claude Code, Codex from wilgon456/Paseobility. It costs 70 tokens per session (1,539 once invoked), scanned A, original, MIT.

A browser-control tool for opening and examining websites, taking screenshots, filling forms, clicking, scrolling, typing, and running JavaScript. It works through Paseo's connected desktop browser.

In plain words
What is it for?
Use it to test web interfaces, inspect page content, complete forms, click through workflows, capture screenshots, and run JavaScript in a browser.
Why use it?
It lets an agent inspect and operate a web page as a user would, when plain HTTP requests cannot provide the needed interaction.

Skill for Claude CodeCodex

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

Good fit Use it to test web interfaces, inspect page content, complete forms, click through workflows, capture screenshots, and run JavaScript in a browser.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wilgon456/paseobility/paseo-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 wilgon456/Paseobility --skill paseo-browser
Clone the repo
git clone --depth 1 https://github.com/wilgon456/Paseobility

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 paseo-browser

README.md
[![agentmods](https://agentmods.dev/badge/skills/wilgon456/paseobility/paseo-browser.svg)](https://agentmods.dev/skills/wilgon456/paseobility/paseo-browser)
Your own site
<a href="https://agentmods.dev/skills/wilgon456/paseobility/paseo-browser"><img src="https://agentmods.dev/badge/skills/wilgon456/paseobility/paseo-browser.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,539 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. 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.00070 $0.01539
Opus 5 $0.00035 $0.00770
Sonnet 5 $0.00014 $0.00308
Haiku 4.5 $0.00007 $0.00154

Measured 8d ago against content hash 0f21a2ed9b1c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

paseo-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 8d 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.

skills/paseo-browser/SKILL.md · 172 lines

How it starts

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

Paseo Browser

Paseo 0.6 exposes browser automation as the browser_* tool family. Use the exact tool names present in the active environment; do not add the old paseo_browser_* prefix.

Requirements

  • The agent must belong to a Paseo workspace. browser_new_tab and browser_list_tabs fail without workspace context.
  • A Paseo desktop browser automation host must be connected. A missing host is an environment limitation, not a reason to invent a browser ID.
  • Browser IDs must come from browser_new_tab or browser_list_tabs.
  • New tabs open in the agent's workspace in the background; they do not switch the user's visible tab.
  • Navigation accepts HTTP(S) URLs. A scheme-less host is normalized to HTTP by current Paseo.

Quick reference

Task Tool chain
List tabs browser_list_tabs
Open a URL browser_new_tab
Read a page browser_new_tab -> browser_snapshot
Click browser_snapshot -> ref -> browser_click
Fill/type browser_snapshot -> ref -> browser_fill or browser_type
Select browser_snapshot -> ref -> browser_select
Keyboard browser_keypress
Scroll browser_scroll
Screenshot browser_screenshot
Console/network evidence browser_logs
Read-only JavaScript browser_evaluate
Hover/drag browser_hover, browser_drag
Upload workspace files browser_upload
Wait for text or URL browser_wait
Navigate/history browser_navigate, browser_back, browser_forward, browser_reload
Viewport browser_resize
Close tab browser_close_tab

Core workflow

  1. Call browser_list_tabs to reuse a relevant tab, or browser_new_tab to create one.
  2. Call browser_snapshot. It returns an accessibility snapshot and ephemeral refs such as @e12.
  3. Act with the latest ref and the exact browserId.
  4. After navigation or state change, wait for text or URL when useful, then take a fresh snapshot. Old refs can return browser_stale_ref.
  5. Verify semantic state with a snapshot and visual state with a screenshot.
  6. Close tabs created only for the task when they are no longer needed.

Read the full file on GitHub · 172 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. 8d ago First seen · 172 lines · 70 tokens per session scan A 0f21a2ed9b1c

Subscribe to this mod's changes

paseo-browser is a skill published in the GitHub repository wilgon456/Paseobility (19 stars, last pushed 12d ago), licensed MIT. It adds 70 tokens to every session and 1,539 once invoked, about $0.0003 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-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