Home / different-ai / openwork · .opencode/skills/browser-automation/SKILL.md · GitHub

browser-automation skillB

browser-automation is agent-read markdown (skill) from different-ai/openwork: Local OpenWork Electron browser automation with CDP. Use when driving a local Electron dev app, browser_list, browser_snapshot, browser_eval, composer automation, or local UI smoke tests..

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

For verdicts, do not drive CDP by hand — write or run an `evals/specs` test (`write-a-spec`, `run-tests`). This skill is for exploration and debugging only.

## What I Do

- Attach OpenCode browser tools to the OpenWork Electron app during local development.
- Drive the app UI through Electron's Chrome DevTools Protocol endpoint.
- Send a task/session from the composer and confirm the response in the UI.

## Local Dev Setup

`pnpm dev` enables Electron CDP by default:

```sh
OPENWORK_ELECTRON_REMOTE_DEBUG_PORT=${OPENWORK_ELECTRON_REMOTE_DEBUG_PORT:-9823}
```

The default browser URL for OpenCode browser tools is:

```text
http://127.0.0.1:9823
```

The app UI normally loads at:

```text
http://localhost:5173/
```

To use a different CDP port, launch with an override:

```sh
OPENWORK_ELECTRON_REMOTE_DEBUG_PORT=9830 pnpm dev
```

To disable Electron CDP for a run:

```sh
OPENWORK_ELECTRON_REMOTE_DEBUG_PORT=0 pnpm dev
```

## Background Launch

Use a detached launch when the user wants the app running in the background:

```sh
nohup pnpm dev > /tmp/openwork-dev.log 2>&1 &
```

Then wait for the CDP port:

```sh
lsof -nP -iTCP:9823 -sTCP:LISTEN
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add different-ai/openwork/browser-automation@git:20260904.25c1014
Exact content
mdr add different-ai/openwork/browser-automation@sha256:a30dd6e01f96083f

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_hprldceytntqtx7d.svg)](https://markdownregistry.com/a/art_hprldceytntqtx7d)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260904.25c1014 latest2026-09-04 25c1014 3,122 BB view · diff
git:20260901.e2981d42026-09-01 e2981d4 2,962 BB view · diff
git:20260603.fd5cf5f2026-06-03 fd5cf5f 3,015 BB view · diff
git:20260523.3aa0a352026-05-23 3aa0a35 2,869 BC view · diff
git:20260513.6b899652026-05-13 6b89965 2,862 BC view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No link to a raw IP address (matched: http://127.0.0.1:9823)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3122 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 script tag

Source

GitHub

different-ai/openwork · 23,700 stars · license NOASSERTION · pushed 2026-09-23 · branch dev

API

GET https://markdownregistry.com/api/v1/artifacts/art_hprldceytntqtx7d
GET https://markdownregistry.com/api/v1/resolve?ref=different-ai/openwork/browser-automation
GET https://markdownregistry.com/api/v1/blob/a30dd6e01f96083f31228f1c0b9863164b42ccf98aab6c063ac1c61b0a28be53

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 different-ai/openwork

create-plugin skill
different-ai/openwork · .opencode/skills/create-plugin/SKILL.md · Create an OpenCode plugin for OpenWork. Scaffolds the plugin file with the correct API shape, tool definitions, and…
git:20260602.20013d2 · audit A · 23,700 stars
daytona-seeded-cloud-demo skill
different-ai/openwork · .opencode/skills/daytona-seeded-cloud-demo/SKILL.md · Daytona seeded cloud demo, demo credentials, Acme Robotics seed. Use when the user asks to spin up, keep running, seed…
git:20260827.92f4f3f · audit B · 23,700 stars
daytona-windows-cert skill
different-ai/openwork · .opencode/skills/daytona-windows-cert/SKILL.md · test on Windows, enterprise CA, corporate certificate, GPO cert, TLS fetch failed, Windows sandbox, daytona windows…
git:20260904.25c1014 · audit A · 23,700 stars
daytona skill
different-ai/openwork · .opencode/skills/daytona/SKILL.md · Daytona CLI setup, sandbox debugging, keep a sandbox alive, secrets volume, snapshot refresh. Use when Daytona itself…
git:20260905.46ba486 · audit A · 23,700 stars
diagnose-a-red-run skill
different-ai/openwork · .opencode/skills/diagnose-a-red-run/SKILL.md · Test is red, typecheck failed, CI job failed, flaky, timed out, was this already broken. Use to classify any failing…
git:20260921.bbe08f8 · audit A · 23,700 stars
get-env-var skill
different-ai/openwork · .opencode/skills/get-env-var/SKILL.md · get an env var, fetch a secret, missing env var, missing token/API key, load secrets from Infisical, infisical. Fetch…
git:20260902.114ecbd · audit A · 23,700 stars
hunt-a-prod-error skill
different-ai/openwork · .opencode/skills/hunt-a-prod-error/SKILL.md · A user saw internal_error, "Unexpected server error", a 500, or an opaque failure in a shipped OpenWork build. Find the…
git:20260921.bbe08f8 · audit A · 23,700 stars
open-a-pr skill
different-ai/openwork · .opencode/skills/open-a-pr/SKILL.md · Open a PR, write or rewrite a PR description, "the PR body is too long", or check whether a PR description is readable…
git:20260923.b2fdf64 · audit A · 23,700 stars
openwork-models skill
different-ai/openwork · .opencode/skills/openwork-models/SKILL.md · Manage OpenWork inference model aliases, openwork model overlays, discounts, validation, and automated base model…
git:20260911.4fa0232 · audit B · 23,700 stars
preview-my-work skill
different-ai/openwork · .opencode/skills/preview-my-work/SKILL.md · Boot, reopen, update, or reset OpenWork PR previews. Discover script worlds, use configurable app-web locally or…
git:20260913.818fae4 · audit A · 23,700 stars
record-a-demo skill
different-ai/openwork · .opencode/skills/record-a-demo/SKILL.md · Screenshots, recording, and presentation artifacts.
git:20260921.bbe08f8 · audit B · 23,700 stars
release skill
different-ai/openwork · .opencode/skills/release/SKILL.md · Cut an OpenWork release, release the app, publish a new version, rerun or recover a release tag, verify release assets…
git:20260910.e2267a9 · audit A · 23,700 stars

Every file in different-ai/openwork

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
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
browser-automation skill
henrigrimm/minnow · src/skills/browser-automation/SKILL.md · Drive Minnow's visible preview or isolated Agent Browser for login flows, SPAs, and screenshots. Use when fetch tools…
git:20260911.105853e · audit A · 23 stars

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