hep-browser.body

hep-browser.body is a command for Claude Code, Codex from agentlas-ai/Agentlas-OS. It costs 0 tokens per session (1,760 once invoked), scanned A, a copy of hep-browser, Apache-2.0.

A command for reading and interacting with websites in a real browser, including pages that need JavaScript, login state, clicks, or form input.

In plain words
What is it for?
Use it to capture rendered pages, reuse logged-in browser sessions, click elements, and submit or inspect browser-based workflows.
Why use it?
It removes the gap between inspecting page source and seeing what a user actually sees and can do in a browser.

Command for Claude CodeCodex

Written for Claude Code and Codex: ${CLAUDE_PLUGIN_ROOT variable, but also reads ~/.codex or $CODEX_HOME. Also seen: mentions Codex.

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Good fit Use it to capture rendered pages, reuse logged-in browser sessions, click elements, and submit or inspect browser-based workflows.

Compare 6 commands from other repositories ↓
About the project

Agentlas OS is a local-first system for creating, storing, borrowing, and running specialist AI agents and temporary agent teams through supported hosts and models. It serves people who want reusable agents that remain available across computers and model workspaces, and the catalogue contains its skills, commands, hooks, agents, instructions, plugin, and rule.

agentlas-ai/Agentlas-OS · 1,103 stars · on GitHub · agentlas.cloud

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

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 hep-browser.body

README.md
[![agentmods](https://agentmods.dev/badge/commands/agentlas-ai/agentlas-os/hep-browser.body.svg)](https://agentmods.dev/commands/agentlas-ai/agentlas-os/hep-browser.body)
Your own site
<a href="https://agentmods.dev/commands/agentlas-ai/agentlas-os/hep-browser.body"><img src="https://agentmods.dev/badge/commands/agentlas-ai/agentlas-os/hep-browser.body.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,760 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 91% copy Near-identical to another mod 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.00000 $0.01760
Opus 5 $0.00000 $0.00880
Sonnet 5 $0.00000 $0.00352
Haiku 4.5 $0.00000 $0.00176

Measured 4d ago against content hash 05229ec12896, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

hep-browser.body 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 4d 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.

Origin

This is a copy

91% identical to hep-browser — 17 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

contracts/commands/hep-browser.body.md · 98 lines

How it starts

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

Update fallback: 자동 업데이트가 안 되면 hephaestus update를 한 번 실행하세요. 업데이트하지 않아도 현재 버전 명령은 그대로 동작합니다.

/hep-browser

Use this when the task needs a real browser, page rendering, login-visible state, click/form behavior, or JS-heavy evidence. Prefer the Agentlas browser hardpoint first; do not route browser work through generic research commands unless this command reports that the hardpoint is unavailable.

Behavior:

  • /hep-browser <url> reads a rendered browser snapshot.
  • /hep-browser <url> "<instruction>" or /hep-browser <url> --act "<instruction>" performs browser automation through browser.agent_cli, then captures a snapshot.
  • If the Agentlas Browser CDP port is already live, the command attaches to it by default so logged-in Desktop/browser state is reused.
  • Prefer the human-facing URL a person would type over app-shell automation URLs. For example, use https://mail.google.com/ instead of https://mail.google.com/mail/u/0/#inbox unless that exact deep route is required. Add --raw-url to preserve the exact URL.
  • /hep-browser <url> --click @e1 clicks an explicit snapshot ref.
  • /hep-browser <url> --click-text "Compose" clicks visible text without an LLM provider.
  • Add --wait-ms 2000 when a dynamic app opens dialogs after a short delay.
  • Add --read to force snapshot-only mode when extra text is context rather than an action.
  • Pass --cdp, --profile, --auto-connect, or --headed only when the user needs an existing Desktop/browser session or a specific browser launch mode.

Raw arguments: {{ARGS}}

Run

RUNNER=""
for candidate in \
  "$HOME/.agentlas/runtime/current/bin/hephaestus" \
  "${CLAUDE_PLUGIN_ROOT:+$CLAUDE_PLUGIN_ROOT/bin/hephaestus}" \
  "${PLUGIN_ROOT:+$PLUGIN_ROOT/bin/hephaestus}" \
  "${GEMINI_EXTENSION_ROOT:+$GEMINI_EXTENSION_ROOT/bin/hephaestus}" \
  "./bin/hephaestus"
do
  if [ -n "$candidate" ] && [ -x "$candidate" ]; then RUNNER="$candidate"; break; fi
done
[ -n "$RUNNER" ] || { echo "Hephaestus runtime not found. Run the installer first." >&2; exit 1; }
"$RUNNER" hep-browser "{{ARGS}}"

Read the full file on GitHub · 98 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. 4d ago First seen · 98 lines · 0 tokens per session scan A 05229ec12896

Subscribe to this mod's changes

hep-browser.body is a command published in the GitHub repository agentlas-ai/Agentlas-OS (1,103 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,760 tokens. A static security scan graded it A with 0 findings. It is 91% identical to hep-browser, differing in 17 lines, and is treated as a copy.