browser4-seo

browser4-seo is a skill for Claude Code, Codex from platonai/Browser4. It costs 57 tokens per session (1,540 once invoked), scanned A, original, Apache-2.0.

A browser-page checker for search-engine metadata. It examines items such as page titles, descriptions, social sharing data, canonical links, and structured data.

In plain words
What is it for?
Use it to audit a loaded page's SEO tags, Open Graph and Twitter Cards, JSON-LD data, and possible ranking-related metadata issues.
Why use it?
It helps find missing or incorrect information that can affect how a page appears in search results and social previews.

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/platonai/browser4/browser4-seo
Any agent
npx skills add platonai/Browser4 --skill browser4-seo
Clone the repo
git clone --depth 1 https://github.com/platonai/Browser4

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 browser4-seo

README.md
[![agentmods](https://agentmods.dev/badge/skills/platonai/browser4/browser4-seo.svg)](https://agentmods.dev/skills/platonai/browser4/browser4-seo)
Your own site
<a href="https://agentmods.dev/skills/platonai/browser4/browser4-seo"><img src="https://agentmods.dev/badge/skills/platonai/browser4/browser4-seo.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,540 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.00057 $0.01540
Opus 5 $0.00028 $0.00770
Sonnet 5 $0.00011 $0.00308
Haiku 4.5 $0.00006 $0.00154

Measured today against content hash b057752b7efe, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

browser4-seo 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 today.

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/browser4-seo/SKILL.md · 159 lines

How it starts

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

Browser4 SEO

Quick Start

browser4-cli goto "https://example.com"     # load the page to audit
browser4-cli plugin-list                    # confirm browser4-seo is installed AND enabled
# then call seo.extractMeta() — full SEO metadata extraction (see Tools below)

Extract and audit SEO metadata from the current page using the browser4-seo plugin's two tools.

When to Use

Use this skill when the user wants to:

  • Check a page's SEO health — "audit the SEO of this page", "is this page SEO-friendly?"
  • Review meta tags — "what's the title/description/canonical of this page?"
  • Check Open Graph / Twitter Card — "does this page have proper social share tags?"
  • Review structured data — "does this page have JSON-LD schema markup?"
  • Diagnose ranking problems — "why isn't this page ranking?" (SEO issues are a common cause)

Do NOT use this skill for:

  • General content extraction — use the browser4-cli HTML snapshot / X-SQL instead.
  • Performance auditing (Core Web Vitals) — this plugin only covers SEO metadata, not performance metrics.

How It Works

The browser4-seo plugin exposes two tools that operate on the page currently loaded in the browser session: seo.extractMeta() returns every SEO metadata field (title, description, canonical, Open Graph, Twitter Cards, JSON-LD), and seo.checkIssues() compares the page against SEO best practices and returns a health report.

Patterns

1. Quick SEO health check

seo.checkIssues()   # returns a prioritized issue list

2. Full metadata extraction

seo.extractMeta()   # all fields: title, description, canonical, OG, Twitter, JSON-LD

3. Diagnose poor ranking

seo.checkIssues()   # start with the issue report, then fix the top items

Flags

Neither seo.extractMeta() nor seo.checkIssues() takes arguments — both operate on the page currently loaded in the browser session.

Errors & Recovery

Symptom Cause Fix
Tool call fails with "plugin not found" browser4-seo not installed browser4-cli plugin-list; install the plugin
Plugin installed but seo.* tools unavailable Plugin is opt-in (default-disabled) Enable it: browser4.plugins.enable=browser4-seo (or browser4.plugins.enable-all=true) and restart
extractMeta returns empty fields No page loaded in the session browser4-cli goto <url> first
checkIssues reports everything missing Page is a JS shell The plugin reads the loaded DOM — ensure the page finished rendering

Read the full file on GitHub · 159 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. today Changed · +1 lines b057752b7efe
  2. 4d ago First seen · 158 lines · 57 tokens per session scan A 2a1849934e47

Subscribe to this mod's changes

browser4-seo is a skill published in the GitHub repository platonai/Browser4 (1,120 stars, last pushed yesterday), licensed Apache-2.0. It adds 57 tokens to every session and 1,540 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.