🌐
AutomationRust

H5I Browser Light

by h5i-dev

H5I Browser Light is an Automation skill for Claude Code, published by h5i-dev in h5i.

544 stars56 forkson h5i-dev/h5iAdded 2026/08/26+1% in starsRepository updated 2026/08/26
agentic-aiagentic-workflowai-codingai-coding-agentai-orchestrationai-safetyai-securityaudit-trailbrowser-securityclaude-codecodexebpfformal-verificationgood-first-issuemicrovmmulti-agentmulti-agent-systemp2psandboxworktree-manager
Install in seconds
Install H5I Browser Light
Copy H5I Browser Light into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/h5i-dev/h5i/tree/main/skills/browser-light ~/.claude/skills/browser-light

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/h5i-dev/h5i.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/browser-light/SKILL.md in h5i-dev/h5i
Installs to
~/.claude/skills/browser-light
Collection
One of 2 skills cataloged from this repository
Category
Automation1523 skills

What H5I Browser Light does

H5I Browser Light opens, reads, and drives web pages in a headless browser for agents. Use it to follow docs, test localhost pages, submit forms, extract data, and audit every request against an allowlist before it is sent.

H5I Browser Light is cataloged under Automation on DirSkills. H5I Browser Light comes from a repository tagged agentic-ai, agentic-workflow, ai-coding, ai-coding-agent and ai-orchestration.

Documentation

README

Driving h5i-browser-light

A headless browser for agents. What makes it different from the others is not speed: the engine is the HTTP client, so its request log is not an observation of the network, it is the network. Nothing it fetches escapes the allowlist, and nothing it fetches goes unrecorded.

h5i-browser-light <command> --help is the authoritative flag reference and cannot go stale. Reach for it before guessing at a flag.

Start a session, then drive it

open renders a page and exits, so two opens share nothing — no cookies, no history, nothing to click. Anything interactive needs a resident session:

h5i-browser-light serve https://docs.example.com --allow docs.example.com &
h5i-browser-light session snapshot

This is the opening of the README. Read the full README on GitHub.

Frequently asked about H5I Browser Light

  • What else does h5i-dev publish alongside H5I Browser Light?

    H5I Browser Light is one of 2 skills that DirSkills catalogs from h5i-dev/h5i, the repository it ships in. Its siblings there include H5I. Each one is a separate skill with its own page in this directory, installs the same way H5I Browser Light does, and is maintained by h5i-dev in that same repository. The rest of the collection is listed on the h5i-dev/h5i page.

  • How does H5I Browser Light compare to other Automation skills?

    H5I Browser Light ranks #1298 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of H5I Browser Light against them. Open each page to compare what they document and how they install.