adapt

adapt is a skill for Claude Code, Codex from AllenS0104/skill-browser. It costs 32 tokens per session (258 once invoked), scanned A, original, MIT.

A generic method for adapting an unfamiliar public website before writing site-specific rules. It tests common interactions such as searches, buttons, pop-ups, and links that open new tabs.

In plain words
What is it for?
Use it when first connecting to an unknown website, testing its common controls, handling pop-ups or new tabs, and deciding whether custom adaptation is needed.
Why use it?
It helps determine whether standard website handling is enough, so you can avoid creating a dedicated site profile unless the generic approach is unreliable.

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/allens0104/skill-browser/adapt
Any agent
npx skills add AllenS0104/skill-browser --skill adapt
Clone the repo
git clone --depth 1 https://github.com/AllenS0104/skill-browser

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 adapt

README.md
[![agentmods](https://agentmods.dev/badge/skills/allens0104/skill-browser/adapt.svg)](https://agentmods.dev/skills/allens0104/skill-browser/adapt)
Your own site
<a href="https://agentmods.dev/skills/allens0104/skill-browser/adapt"><img src="https://agentmods.dev/badge/skills/allens0104/skill-browser/adapt.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 258 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00032 $0.00258
Opus 5 $0.00016 $0.00129
Sonnet 5 $0.00006 $0.00052
Haiku 4.5 $0.00003 $0.00026

Measured 4d ago against content hash 6a3e2211d976, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

adapt 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 4d 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/adapt/SKILL.md · 42 lines

What it actually says

Adapt skill

This is the shortest English alias for:

  • web-adapt
  • universal-web-adaptation

It is best when you want to:

  • adapt an unfamiliar site generically
  • test search inputs, buttons, openers, and popups
  • decide whether a dedicated site profile is actually necessary

Primary guidance

  1. try the generic path first
  2. tune runtime if the page is heavy
  3. follow popups or new tabs when needed
  4. only create a dedicated profile when the generic path is not robust enough

Quick invocation template

Use /adapt to adapt this unfamiliar site first, then tell me whether we should stay generic or create a dedicated site profile.
请用 /adapt 先通用适配这个网站,并告诉我是否真的需要专用 profile。

Pointer

For the full detailed playbook, see:

  • skills/universal-web-adaptation/SKILL.md in this repository
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. 4d ago First seen · 42 lines · 32 tokens per session scan A 6a3e2211d976

Subscribe to this mod's changes

adapt is a skill published in the GitHub repository AllenS0104/skill-browser (5 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 258 once invoked, about $0.0002 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

e2e-testing

End-to-end testing workflow with Playwright for browser automation, visual regression, cross-browser testing, and CI/CD integration.

tmolavi/mcp-agent-skills-hub · 29 tokens

moab-browser-automation

MOAB — build a dedicated browser-automation agent for a website the user already logs in to. Use when the user mentions MOAB, asks to automate a portal, dashboard, intranet site, or SaaS tool, wants an AI agent for a site behind SSO or single sign-on, or asks to add a new tool or feature to an existing MOAB agent.…

zmustafa/MOAB-Automations · 104 tokens

test-e2e-playwright

Activate when creating, generating, or debugging Playwright end-to-end (E2E) browser automation tests for web applications — trigger phrasings include "write a Playwright test for this user flow", "create an E2E login test", "debug failed Playwright test", "setup automated browser testing", "test form submission with…

ieeecsopen/mcp-cs · 112 tokens

browseros

Control the BrowserOS agentic browser (open-source Chromium fork) from a coding agent via its built-in MCP server. Use when the user asks to browse, click, fill forms, scrape/extract data, take screenshots, manage tabs/bookmarks/history, automate a website, do research + write files (Cowork), schedule a recurring…

psthi/browseros-skill · 107 tokens

browseros

Control the BrowserOS agentic browser (open-source Chromium fork) from coding agents via its native shell CLI (browseros-cli) or built-in HTTP MCP server (http://127.0.0.1:9200/mcp). Use when the user asks to browse, click, fill forms, scrape/extract data, take screenshots, manage tabs/bookmarks/history, automate a…

psthi/browseros-skill · 90 tokens

apify-ultimate-scraper

AI-driven data extraction from 55+ Actors across all major platforms. This skill automatically selects the best Actor for your task.

tmolavi/mcp-agent-skills-hub · 33 tokens