browse-and-verify

browse-and-verify is a skill for Kiro from smileynet/teach-me. It costs 52 tokens per session (880 once invoked), scanned A, original, MIT.

A browser-based checking workflow for opening web pages, confirming that links work, and locating relevant sections or headings.

In plain words
What is it for?
Use it to verify quiz sources, extract information from a URL, find heading anchors, and recheck a source when its accuracy is questioned.
Why use it?
It prevents lessons from pointing to broken pages or unsupported source material and helps writers link readers to the exact useful section.

Skill for Kiro

Written for Kiro: installed under .kiro/.

Good fit Use it to verify quiz sources, extract information from a URL, find heading anchors, and recheck a source when its accuracy is questioned.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/smileynet/teach-me/browse-and-verify
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 smileynet/teach-me --skill browse-and-verify
Clone the repo
git clone --depth 1 https://github.com/smileynet/teach-me

Made for: Kiro.

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 browse-and-verify

README.md
[![agentmods](https://agentmods.dev/badge/skills/smileynet/teach-me/browse-and-verify/github.svg)](https://agentmods.dev/skills/smileynet/teach-me/browse-and-verify)
Your own site
<a href="https://agentmods.dev/skills/smileynet/teach-me/browse-and-verify"><img src="https://agentmods.dev/badge/skills/smileynet/teach-me/browse-and-verify/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 browse-and-verify

Your own site · 80×15
<a href="https://agentmods.dev/skills/smileynet/teach-me/browse-and-verify"><img src="https://agentmods.dev/badge/skills/smileynet/teach-me/browse-and-verify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 880 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.00052 $0.00880
Opus 5 $0.00026 $0.00440
Sonnet 5 $0.00010 $0.00176
Haiku 4.5 $0.00005 $0.00088

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

Security

Grade A, and why

browse-and-verify 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 11d 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.

.kiro/skills/browse-and-verify/SKILL.md · 76 lines

How it starts

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

Browse and Verify

Dispatch to the browser specialist agent (.kiro/agents/browser.json) for URL validation, section extraction, and heading discovery. The browser agent has the Playwright MCP configured — the default agent does NOT load Playwright (40+ tools would degrade tool selection).

Setup

The browser agent is at .kiro/agents/browser.json with @playwright/mcp configured headless. Dispatch to it for any browsing task rather than loading Playwright in the main context.

If the browser agent is unavailable, fall back to the web_fetch tool (built-in, no MCP needed).

When to use

  • Before adding a quiz source link: navigate to the URL, verify the page loads and the content exists
  • When finding the right section to link: browse the page and look for heading IDs/anchors
  • When writing explanations: read the relevant section to ground your explanation in the source
  • When a learner questions a source: re-read the section to confirm accuracy

Workflow: Validate and find the right section

  1. Navigate to the page URL
  2. Check the snapshot — does the page load? Is the content relevant?
  3. Find headings — look for section IDs in the accessibility snapshot to construct #anchor links
  4. Read the section — confirm the content actually answers/addresses the quiz question
  5. Write the source entry with the specific URL#anchor, label, and section description
  1. Always browse before committing — dead links and irrelevant pages erode trust
  2. Link to the most specific section — use #anchor IDs from headings
  3. Read the section to confirm it actually helps answer the question
  4. Write the section field based on what you read, not assumptions
  5. If no good anchor exists, link to the page and describe which paragraph is relevant
  6. Never link to generic overviews — the linked page must significantly help answer the specific question
  7. Multiple targeted links > one vague link — e.g., both the spec section AND the AWS implementation docs

Read the full file on GitHub · 76 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. 11d ago First seen · 76 lines · 52 tokens per session scan A 3b48d318bb4f

Subscribe to this mod's changes

browse-and-verify is a skill published in the GitHub repository smileynet/teach-me (3 stars, last pushed 3d ago), licensed MIT. It adds 52 tokens to every session and 880 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

anki

Anki spaced repetition learning system reference. Covers the science of SRS and SM-2 algorithm, card design principles, optimal deck settings, FSRS scheduler, study workflow, essential add-ons, custom templates, filtered decks, and AnkiConnect API.

bytesagain/ai-skills · 53 tokens

playwright

Use when the task requires capturing or automating a real browser from the terminal.

openai/openai-agents-python · 19 tokens

reading-metaskill

A reading and learning guide based on building a regular reading habit, choosing books, and understanding difficult subjects through original works and explanation.

kangarooking/cangjie-skill · 139 tokens

textbook-distillation

Turn a textbook or long-form source into a self-paced learning track: chapter map, lesson plan, then self-contained HTML lecture notes (styled as the human specifies) with worked examples, exercises, and checkpoint questions. Read this for "lecture notes" / "study notes" / "course" / "syllabus" requests from a…

Lingtai-AI/lingtai · 116 tokens

learning-notes-automation

A workflow for turning videos, podcasts, and articles into structured learning notes. It extracts key ideas and creates flashcards that can be imported into Anki, a spaced-repetition study app.

chubbyguan/chubbyskills · 58 tokens

antivibe

Code learning and audit framework. Analyze any codebase — new, legacy, or AI-generated — and produce educational explanations or architectural audits. Use when the user wants to understand WHAT and WHY behind any code, not just accept it.

mohi-devhub/antivibe · 50 tokens