用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/agentlas-ai/Agentlas-OS --skill hep-browser命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | hep-browser |
| description | Use the Agentlas browser hardpoint for browser-required work. |
Update fallback: 자동 업데이트가 안 되면 hephaestus update를 한 번 실행하세요. 업데이트하지 않아도 현재 버전 명령은 그대로 동작합니다.
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.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.--wait-ms 2000 when a dynamic app opens dialogs after a short delay.--read to force snapshot-only mode when extra text is context rather
than an action.--cdp, --profile, --auto-connect, or --headed only when the user
needs an existing Desktop/browser session or a specific browser launch mode.Raw arguments: $ARGUMENTS
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; }
# Unquoted on purpose: quoting collapses the request into one argv entry,
# so --act/--cdp/--wait-ms/--click-text/--keep-open become literal text
# inside the URL and are never parsed.
# shellcheck disable=SC2086
"$RUNNER" hep-browser $ARGUMENTS
browser.agent_cli was mounted or needs setup.hep-browser --setup and hep-browser --check./hep-browser https://example.com
/hep-browser https://example.com "click the Docs link and report what changed"
/hep-browser https://example.com --act "open the pricing section" --cdp 9222 --keep-open
/hep-browser https://mail.google.com/ --click-text "Compose" --wait-ms 2000 --keep-open
/hep-browser https://example.com "summarize this page" --read
/hep-browser login page render check
/hep-browser --setup
/hep-browser --check
Publish an Agentlas package to Agent Cloud or the public Hub.
Agentlas 시스템 운용 절차 — hep-network 편성, hep-graph 자동화, cargo/Agent Cloud·marketplace 활용, workforce 로스터 재사용, 메모리 계약. One(개인 에이전트)이 Agentlas를 조작할 때 이 절차를 따른다.
Use when the user types /hep-cloud or /agentlas-cloud, or asks to staff from THEIR OWN Agentlas cloud packages only. Cloud is one exact source scope; Network means Local + owner Cloud + public Hub.