external-site-profile-learning

external-site-profile-learning is a skill for Claude Code, Codex from AllenS0104/skill-browser. It costs 54 tokens per session (1,981 once invoked), scanned A, original, MIT.

A set of instructions for testing and configuring external websites in a Playwright browser demo. Playwright is a tool that controls a web browser for automated tests.

In plain words
What is it for?
Use it when adding a website profile, debugging search tests, or deciding whether a site belongs in the project's regular test set.
Why use it?
It helps distinguish incorrect selectors from login screens, anti-bot blocks, or interface elements that are hidden from the browser test.

Skill for Claude CodeCodex

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

Good fit Use it when adding a website profile, debugging search tests, or deciding whether a site belongs in the project's regular test set.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/allens0104/skill-browser/external-site-profile-learning
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 AllenS0104/skill-browser --skill external-site-profile-learning
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 external-site-profile-learning

README.md
[![agentmods](https://agentmods.dev/badge/skills/allens0104/skill-browser/external-site-profile-learning/github.svg)](https://agentmods.dev/skills/allens0104/skill-browser/external-site-profile-learning)
Your own site
<a href="https://agentmods.dev/skills/allens0104/skill-browser/external-site-profile-learning"><img src="https://agentmods.dev/badge/skills/allens0104/skill-browser/external-site-profile-learning/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 external-site-profile-learning

Your own site · 80×15
<a href="https://agentmods.dev/skills/allens0104/skill-browser/external-site-profile-learning"><img src="https://agentmods.dev/badge/skills/allens0104/skill-browser/external-site-profile-learning.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,981 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.00054 $0.01981
Opus 5 $0.00027 $0.00991
Sonnet 5 $0.00011 $0.00396
Haiku 4.5 $0.00005 $0.00198

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

Security

Grade A, and why

external-site-profile-learning 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.

skills/external-site-profile-learning/SKILL.md · 242 lines

How it starts

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

External site profile learning skill

Use this skill when working on the target Playwright browser project (for example, the 99idea demo project).

This project is a Playwright-based browser demo that supports config-driven external site profiles through:

  • scenarios\site-profiles.json
  • src\site-profiles.js
  • src\planner.js
  • src\llm-planner.js
  • src\run-demo.js

What this skill is for

Use this skill when the task involves any of the following:

  • adding a new external site profile
  • debugging why an external site passes heuristics but fails with Gemini
  • turning a random website experiment into a stable config-driven profile
  • identifying whether a site is suitable for the default regression matrix
  • distinguishing selector problems from login, anti-bot, or hidden-UI problems

Core rules

  1. Prefer URL or title verification for external sites whenever possible.
  2. Prefer stable, unique selectors over generic selectors like button or [name="q"].
  3. If a site profile exists, the final plan should use the profile's exact searchInputSelector and submitSelector.
  4. Keep GitHub out of the default regression matrix. It works, but repeated probing can trigger rate limits.
  5. Classify the site's execution tier before writing a browser profile:
    • If opencli already supports the site, prefer an opencli-based workflow over a selector-based profile
    • If the site has a public API, prefer fetch over browser automation
    • Only write a browser profile when no higher-tier execution path exists
  6. Treat these as different failure classes:
    • selector ambiguity
    • hidden or disabled controls
    • opener-required search UI
    • SPA shell (no usable DOM without full JS rendering)
    • login gates
    • anti-bot / rate-limit behavior
    • heavy pages that stall on load

Dual-engine awareness (inspired by opencli)

When stabilizing a site, consider whether the profile should be:

  • Data-only (YAML-like): selector + verification config in JSON — for traditional DOM-based sites
  • Runtime-aware: includes execution path recommendation (opencli / fetch / browser) — for modern platforms

Read the full file on GitHub · 242 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. 9d ago First seen · 242 lines · 54 tokens per session scan A 3caa4ec2436d

Subscribe to this mod's changes

external-site-profile-learning is a skill published in the GitHub repository AllenS0104/skill-browser (5 stars, last pushed 5mo ago), licensed MIT. It adds 54 tokens to every session and 1,981 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-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

e2e-automator

Build robust end-to-end test suites with Playwright or Cypress. Covers page objects, fixtures, visual testing, and CI integration.

AtulPurohit/Antigravity-Awesome-Skills · 33 tokens

e2e-testing-patterns

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

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

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be…

addyosmani/agent-skills · 68 tokens

awt-e2e-testing

AI-powered E2E web testing — eyes and hands for AI coding tools. Declarative YAML scenarios, Playwright execution, visual matching (OpenCV + OCR), platform auto-detection (Flutter/React/Vue), learning DB. Install: npx skills add ksgisang/awt-skill --skill awt -g.

sickn33/agentic-awesome-skills · 74 tokens

actionbook-web-test

Run browser-based web tests against websites using Actionbook CLI. Activate when the user wants to test a website workflow, run smoke tests, verify a user flow, check if a web application works, run regression tests, or validate browser-based interactions. Supports test definition, execution, assertion, reporting, and…

actionbook/actionbook · 71 tokens