Home / mlcyclops / lucidagentide · .agents/skills/jev-browser/SKILL.md · GitHub

jev-browser skillA

jev-browser is agent-read markdown (skill) from mlcyclops/lucidagentide: Driving the visible agent browser toward a goal with browser_run (P-JEV.4, ADR-0379), the Jev browser action policy ported from browser-use/jev-ultrafast. Use when a web task is a sequence of ordinary form and navigation steps on an already-open page (fill a search, pick suggestions, set filters, open a result) and you would otherwise spend many screenshot-click-screenshot rounds; keep the screenshot loop (browser_screenshot, browser_click, browser_type, browser_drag, browser_keys) for reading, .

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

# Jev browser runs - browser_run

First-party skill, authored in-repo (2026-09-20, P-JEV.4 session). The policy is a TypeScript port of
browser-use/jev-ultrafast (MIT): one DOM snapshot becomes an indexed element table, ONE typed judgment
picks the operation plus a speculative target per operation, and only the head matching the chosen
operation executes. It runs against the same visible window the screenshot tools use; the user watches
every step and closing the window aborts the run.

## The loop

1. `browser_open` with the URL. This is the ONLY gated step; browser_run never navigates by itself and
   takes no URL.
2. `browser_run` with `goal` (the whole task in plain language, not one click) and, when anything must
   be typed, `values` (a JSON object of named strings, for example
   `{"origin":"Zurich","destination":"London","date":"2026-10-03"}`).
3. `browser_screenshot` to verify. A `done` status is Jev's opinion that the goal looks satisfied; it
   is not proof. Look before you report.
4. `browser_close` when finished.

Set `maxSteps` when the task is short (a few actions) or long (default 20, hard cap 60). Judgments are
…

Read the whole file at its exact version.

How to install

Latest version
mdr add mlcyclops/lucidagentide/jev-browser@git:20260921.82274c8
Exact content
mdr add mlcyclops/lucidagentide/jev-browser@sha256:47efe012affc7120

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.82274c8 latest2026-09-21 82274c8 4,886 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 (4886 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

mlcyclops/lucidagentide · 18 stars · license NOASSERTION · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_uicusgm4nmmfqapz
GET https://markdownregistry.com/api/v1/resolve?ref=mlcyclops/lucidagentide/jev-browser
GET https://markdownregistry.com/api/v1/blob/47efe012affc7120a8e606441bbddc6e696837dbf9c9f76c56d133b3b745e403

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 mlcyclops/lucidagentide

creator-studio skill
mlcyclops/lucidagentide · .agents/skills/creator-studio/SKILL.md · Build generative audio, video, 3D, and game work inside LUCID Creator Mode. Use when the task involves TTS, voice…
git:20260830.14f9d91 · audit A · 18 stars
mascot-stage skill
mlcyclops/lucidagentide · .agents/skills/mascot-stage/SKILL.md · Working on LUCID the ninja mascot (desktop/renderer/mascot.ts, immersive stage, P-MASCOT arc, ADR-0251 pivot). Use when…
git:20260802.24ef542 · audit A · 18 stars
officecli skill
mlcyclops/lucidagentide · .agents/skills/officecli/SKILL.md · Give agents real Word, Excel, and PowerPoint capability through the pinned officecli binary, with no Office install…
git:20260830.a375cdc · audit B · 18 stars
semantic-compression skill
mlcyclops/lucidagentide · .agents/skills/semantic-compression/SKILL.md · Aggressively remove grammatical scaffolding LLMs reconstruct while preserving meaning-carrying content. Output may be…
git:20260618.7992a9c · audit A · 18 stars
system-prompts skill
mlcyclops/lucidagentide · .agents/skills/system-prompts/SKILL.md · Write system prompts, tool docs, and agent definitions. Project tag conventions + RFC 2119 keywords + dense…
git:20260618.7992a9c · audit A · 18 stars
AGENTS.md agents
mlcyclops/lucidagentide · AGENTS.md
git:20260905.b909ac3 · audit A · 18 stars
CLAUDE.md claude
mlcyclops/lucidagentide · CLAUDE.md
git:20260905.59efb9d · audit A · 18 stars

Every file in mlcyclops/lucidagentide

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