agentlas-core-engine-m…
Use when creating a single Agentlas agent, creating a multi-agent team, or packaging an existing local/external agent into Agentlas architecture. Make sure to…
Use the Agentlas browser hardpoint for browser-required work.
$ npx -y skills add agentlas-ai/Agentlas-OS --skill hep-browser --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hep-browserContext preview
The summary Claude sees to decide when to auto-load this skill.
Use the Agentlas browser hardpoint for browser-required work.
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:
performs browser automation through `browser.agent_cli`, then captures a snapshot.
by default so logged-in Desktop/browser state is reused.
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.
LLM provider.
than an action.
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 $ARGUMENTS1. Report whether `browser.agent_cli` was mounted or needs setup. 2. If setup is needed, show `hep-browser --setup` and `hep-browser --check`. 3. Include the receipt id and the browser module chain.
/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
Agent OS: keep specialist agents in a hub, spin up a temporary orchestrator per task. Local-first, works with any model.
Repo: agentlas-ai/Agentlas-OS
Use when creating a single Agentlas agent, creating a multi-agent team, or packaging an existing local/external agent into Agentlas architecture. Make sure to…
Use when the user types /agentlas-build, /agentlas build, or /hep-build to design, build, and package a single agent or multi-agent team.
Use when the user types /agentlas-cloud, /agentlas cloud, or /hep-cloud to staff only from the signed-in owner's private Cloud packages.
Use when the user types /agentlas-graph, /agentlas graph, or /hep-graph to create, list, inspect, or run Agentlas automation graphs.
Use when the user types /agentlas-network, /agentlas network, $hephaestus-network, or /hep-network to staff a durable goal from registered Local, owner Cloud,…
Use when the user types /agentlas-storm, /agentlas storm, /hep-storm, or says @Hephaestus storm <goal> to drive a goal through the force-robust Stormbreaker…