profile

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

A short English alias for a skill that turns a tested website workflow into a stable, reusable external site profile.

In plain words
What is it for?
Use it to probe a site, create a data-only profile when appropriate, and validate both heuristic and Gemini-planned workflows.
Why use it?
A working browser flow can break when it remains only a one-off heuristic. This skill helps classify the failure and record a justified reusable configuration.

Skill for Claude CodeCodex

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

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/profile
Any agent
npx skills add AllenS0104/skill-browser --skill profile
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 profile

README.md
[![agentmods](https://agentmods.dev/badge/skills/allens0104/skill-browser/profile.svg)](https://agentmods.dev/skills/allens0104/skill-browser/profile)
Your own site
<a href="https://agentmods.dev/skills/allens0104/skill-browser/profile"><img src="https://agentmods.dev/badge/skills/allens0104/skill-browser/profile.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 238 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.1 $0.00031 $0.00238
Opus 5 $0.00015 $0.00119
Sonnet 5 $0.00006 $0.00048
Haiku 4.5 $0.00003 $0.00024

Measured 6d ago against content hash 40422b3864f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

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

What it actually says

Profile skill

This is the shortest English alias for:

  • site-profile
  • external-site-profile-learning

It is best when you want to:

  • add a stable external site profile
  • debug heuristic vs Gemini planning differences
  • classify blocked, special-case, and config-driven sites

Primary guidance

  1. probe the site
  2. classify the failure mode
  3. add a data-only profile when justified
  4. validate heuristic and Gemini flows

Quick invocation template

Use /profile to turn this site into a stable reusable external profile and validate both heuristic and Gemini planning.
请用 /profile 把这个网站沉淀成稳定可复用的 profile,并验证 heuristic 与 Gemini 两条链路。

Pointer

For the full detailed playbook, see:

  • skills/external-site-profile-learning/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. 6d ago First seen · 42 lines · 31 tokens per session scan A 40422b3864f6

Subscribe to this mod's changes

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

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