ultimate-browsing

ultimate-browsing is a skill for Claude Code, Codex from code-yeongyu/oh-my-openagent. It costs 53 tokens per session (2,933 once invoked), scanned A, original, no licence file.

A web-access fallback for pages that ordinary browsing tools cannot read, such as sites blocked by security checks, JavaScript-only pages, or login requirements.

In plain words
What is it for?
Use it when researching a web page that returns an access error, requires JavaScript to load, or cannot be read by a general web fetcher.
Why use it?
It provides additional ways to reach difficult web pages when a normal fetch fails. The input does not specify more detailed jobs beyond this escalation role.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/code-yeongyu/oh-my-openagent/ultimate-browsing
Any agent
npx skills add code-yeongyu/oh-my-openagent --skill ultimate-browsing
Clone the repo
git clone --depth 1 https://github.com/code-yeongyu/oh-my-openagent

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 ultimate-browsing

README.md
[![agentmods](https://agentmods.dev/badge/skills/code-yeongyu/oh-my-openagent/ultimate-browsing.svg)](https://agentmods.dev/skills/code-yeongyu/oh-my-openagent/ultimate-browsing)
Your own site
<a href="https://agentmods.dev/skills/code-yeongyu/oh-my-openagent/ultimate-browsing"><img src="https://agentmods.dev/badge/skills/code-yeongyu/oh-my-openagent/ultimate-browsing.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,933 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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.00053 $0.02933
Opus 5 $0.00026 $0.01466
Sonnet 5 $0.00011 $0.00587
Haiku 4.5 $0.00005 $0.00293

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

Security

Grade A, and why

ultimate-browsing 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.

The scan reads SKILL.md. This mod also ships 25 executable files (engine/__init__.py, engine/__main__.py, engine/bias_check.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

curl -s "https://r.jina.ai/https://weibo.com/<uid>/<pid>" # weibo via Jina
packages/shared-skills/skills/ultimate-browsing/SKILL.md · 158 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

56 files 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 · +15 lines · -207 tokens per session 49598aeae816
  2. 6d ago First seen · 143 lines · 260 tokens per session scan A 071f3134254f

Subscribe to this mod's changes

ultimate-browsing is a skill published in the GitHub repository code-yeongyu/oh-my-openagent (68,699 stars, last pushed today), with no licence file. It adds 53 tokens to every session and 2,933 once invoked, about $0.0003 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

ai-web-scraping-scrapegraph

AI-powered web scraping - extract data using natural language prompts.

gooseworks-ai/goose-skills · 21 tokens

browser-automation-notte

Browser automation - control browser sessions, scrape pages, and run AI agents.

gooseworks-ai/goose-skills · 20 tokens

extract-webpage-data

Extract structured data from web pages using AI.

gooseworks-ai/goose-skills · 13 tokens

devlab-web-visual-ops

Web 视觉化操作(Web Visual Operations):对 Web 应用做 Observe/Navigate/Interact/Inspect/Validate/Capture 的 day-2 操作手册。Router 层统一编排 Playwright(确定性)、Stagehand(AI 增强)、DevTools(Console/Network/Runtime)、Vision/CUA(视觉兜底)四类执行器,覆盖 Debug / UI Review / Visual Regression / E2E / Browser Automation 五类 Workflow。Stagehand 定位为 Router 的 AI…

seed-forge/harness-ai-kit · 176 tokens

read-deleted-pages

Recover deleted, edited or historical web content using the Wayback Machine and its CDX API, archive.today, Common Crawl and Memento/Timetravel. Use when a page is deleted, changed or 404s, checking what a site used to say, finding old team or staff pages, prior pricing, removed posts, pre-redaction wording or old…

UseOSINT/Skills · 131 tokens

devlab-web-extension-bootstrap

Use when building a browser/web extension from scratch, especially one that extracts, downloads, or enhances data from an existing web app. Covers feasibility, reverse-engineering the target site's data channels, tech-stack selection (WXT + framework + Manifest V3), content/background/popup architecture, and a…

seed-forge/harness-ai-kit · 90 tokens