Home / jnpiyush / agentx · .github/skills/development/browser-automation/SKILL.md · GitHub

browser-automation skillA

browser-automation is agent-read markdown (skill) from jnpiyush/agentx: Drive a real browser from an Frontier FDE for prototype validation, web research, HTML output verification, and accessibility audits. Use when an agent needs to render JavaScript, click/type/screenshot a page, run an axe-core a11y audit, or read a JS-rendered page. Backed by Microsoft's Playwright MCP server (transport decided in ADR-342). Local-first, opt-in install..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Browser Automation

> **When to load**: An Frontier FDE needs to render a page in a real browser, interact with it, capture a screenshot, run an accessibility audit, or read JavaScript-rendered content. Most commonly: UX Designer validating prototypes, Consulting Research reading SPAs, Engineer doing quick end-to-end smoke checks.

> **DEFAULT test surface for UI-bearing changes**: Per the always-on rule in
> `.github/instructions/project-conventions.instructions.md`, the agent browser
> is the DEFAULT testing surface whenever a change renders UI or HTML. The
> expected pass: render the running build, capture a snapshot/screenshot per
> primary route, run an axe-core a11y scan, and drive at least one scripted
> interaction per primary user task. Fall back to non-browser testing only when
> no UI surface exists or the Playwright MCP server is unavailable -- and report
> the missing prerequisite rather than silently skipping.

## When NOT to load

- Static HTTP fetches (use the agent's normal fetch tool).
- Bulk crawling, scraping behind auth, or anything outside the Frontier security profile's URL allowlist (see Anti-Patterns).
…

Read the whole file at its exact version.

How to install

Latest version
mdr add jnpiyush/agentx/browser-automation@git:20260915.f17c505
Exact content
mdr add jnpiyush/agentx/browser-automation@sha256:400e51940935a85a

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_tf4wvybgc5z3g3l2.svg)](https://markdownregistry.com/a/art_tf4wvybgc5z3g3l2)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260915.f17c505 latest2026-09-15 f17c505 9,297 BA view · diff
git:20260530.55f71372026-05-30 55f7137 9,287 BA view · diff
git:20260509.e25c7ff2026-05-09 e25c7ff 8,682 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (9297 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

jnpiyush/agentx · 16 stars · license Apache-2.0 · pushed 2026-09-21 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_tf4wvybgc5z3g3l2
GET https://markdownregistry.com/api/v1/resolve?ref=jnpiyush/agentx/browser-automation
GET https://markdownregistry.com/api/v1/blob/400e51940935a85a01e34e7d33b27451c9d41a46ae5f1a1257e6428a4567d835

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from jnpiyush/agentx

000-frontier-core rules
jnpiyush/agentx · .cursor/rules/000-frontier-core.mdc · Frontier core operating contract for Cursor. Always applied.
git:20260915.f17c505 · audit A · 16 stars
ai rules
jnpiyush/agentx · .cursor/rules/ai.mdc · AI / agent / LLM workflow standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
csharp rules
jnpiyush/agentx · .cursor/rules/csharp.mdc · C# / .NET coding standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
python rules
jnpiyush/agentx · .cursor/rules/python.mdc · Python coding standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
react rules
jnpiyush/agentx · .cursor/rules/react.mdc · React / TSX frontend standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
typescript rules
jnpiyush/agentx · .cursor/rules/typescript.mdc · TypeScript / Node backend standards (Frontier)
git:20260915.f17c505 · audit A · 16 stars
agent-memory-systems skill
jnpiyush/agentx · .github/skills/ai-systems/agent-memory-systems/SKILL.md · Design agent memory beyond a single context window: short-term (working / scratchpad), long-term (episodic, semantic…
v1.0.0 · audit A · 16 stars
agent-observability skill
jnpiyush/agentx · .github/skills/ai-systems/agent-observability/SKILL.md · Instrument LLM agents with tracing, metrics, and evaluation telemetry. Use when adding OpenTelemetry GenAI semantic…
v1.0.0 · audit A · 16 stars
ai-agent-development skill
jnpiyush/agentx · .github/skills/ai-systems/ai-agent-development/SKILL.md · Build production-ready AI agents with Microsoft Foundry and Agent Framework. Use when creating AI agents, selecting LLM…
git:20260903.b3f2610 · audit A · 16 stars
ai-evaluation skill
jnpiyush/agentx · .github/skills/ai-systems/ai-evaluation/SKILL.md · Use when evaluating AI quality, safety, completeness and cost with held-out tasks, executable graders, calibrated…
v1.1.0 · audit A · 16 stars
ai-safety-and-red-teaming skill
jnpiyush/agentx · .github/skills/ai-systems/ai-safety-and-red-teaming/SKILL.md · Defend LLM systems against prompt injection, jailbreaks, data exfiltration, and unsafe output. Covers input/output…
v1.0.0 · audit B · 16 stars
anthropic-claude skill
jnpiyush/agentx · .github/skills/ai-systems/anthropic-claude/SKILL.md · Implement production applications with Anthropic Claude models -- Messages API, tool use, prompt caching, extended…
v1.0.0 · audit A · 16 stars

Every file in jnpiyush/agentx

Other files named browser-automation

browser-automation skill
alirezarezvani/claude-skills · .gemini/skills/browser-automation/SKILL.md
git:20260509.0c7d19d · audit C · 26,410 stars
browser-automation skill
different-ai/openwork · .opencode/skills/browser-automation/SKILL.md · Local OpenWork Electron browser automation with CDP. Use when driving a local Electron dev app, browser_list…
git:20260904.25c1014 · audit B · 23,724 stars
browser-automation skill
borghei/claude-skills · engineering/browser-automation/SKILL.md · This skill should be used when the user asks to "build web automation scripts", "check browser automation for…
v1.0.0 · audit A · 821 stars
browser-automation skill
coco-research/coco · skills/browser-automation/SKILL.md · Use when the agent must open a URL, fill a form, click through a flow, screenshot a page, or extract data from a live…
git:20260914.e75f220 · audit A · 478 stars
browser-automation skill
librefang/librefang · crates/librefang-runtime/tests/fixtures/registry/hands/browser/SKILL.md · Playwright-based browser automation patterns for autonomous web interaction
v1.0.0 · audit F · 381 stars
browser-automation skill
insajin/autopus-adk · .omp/skills/browser-automation/SKILL.md · 터미널 환경 자동 감지 브라우저 자동화 스킬 — AI 에이전트가 직접 웹 페이지를 조작하고 검증
git:20260826.34a9b20 · audit A · 111 stars
browser-automation skill
alexei-led/cc-thingz · src/skills/browser-automation/SKILL.md · 'Browser automation for rendered UI exploration, validation, screenshots,
git:20260716.29b4d22 · audit A · 35 stars
browser-automation skill
novaestellar/novahaku · testing/browser-automation/SKILL.md · 统一自动化入口。覆盖浏览器自动化(Playwright)和 Windows 桌面应用自动化(OpenReverse)。 浏览器场景:打开网页、点击、填表、爬取、截图、自动化登录、渗透页面交互。 桌面场景:操作 IDA/x64dbg 等…
git:20260910.546fe86 · audit A · 24 stars

Browse by kind, by grade A, or by owner.