agentlas-browser
Use the Agentlas browser hardpoint for browser-required work.
Agentlas commands — one entry point for network, build, storm, call, and the rest.
> /plugin marketplace add agentlas-ai/Agentlas-OS > /plugin install hephaestus@agentlas-core-engine
How it fires
How this command gets triggered: by you, by Claude, or both.
/agentlasContext preview
What this command does when you run it.
Agentlas commands — one entry point for network, build, storm, call, and the rest.
description: Agentlas commands — one entry point for network, build, storm, call, and the rest. argument-hint: '<command> <request>' allowed-tools: Bash, Read, Glob, Grep
Update fallback: 자동 업데이트가 안 되면 `hephaestus update`를 한 번 실행하세요. 업데이트하지 않아도 현재 버전 명령은 그대로 동작합니다.
Single entry point for every Agentlas command. `/agentlas <command> <request>` does exactly what `/hep-<command> <request>` does. Both names stay supported and neither is deprecated — this command only spells the product name out loud.
Read the first whitespace-delimited token of the argument as COMMAND, and treat everything after it as REQUEST, verbatim.
COMMAND is one of: `network`, `build`, `storm`, `call`, `search`, `hub`, `local`, `cloud`, `browser`, `connect`, `upload`, `graph`, `one`, `login`, `orch`, `update`.
If COMMAND is missing, or is not in that list, print the list, ask which one the user meant, and stop. Never guess a command, and never improvise a workflow from memory.
Otherwise resolve the canonical workflow file for that command:
cmd="$COMMAND"
if [[ "$cmd" == "one" || "$cmd" == "agentlas-one" ]]; then
target="agentlas-one.md"
elif [[ "$cmd" == "graph" ]]; then
target="hep-graph.md"
else
target="hep-${cmd}.md"
fi
ls "$HOME/.agentlas/runtime/current/host_adapters"/*/prompts/"$target" "$HOME/.agentlas/runtime/current/host_adapters"/*/plugins/*/commands/"$target" 2>/dev/null | head -1Read the file that resolves and follow its instructions exactly, using REQUEST as the request. **That file is the authority.** The table above only chooses which file to read; it adds no behaviour of its own, so the two spellings can never drift apart.
If nothing resolves, report that the Agentlas runtime is missing or incomplete and suggest `hephaestus update`. Do not substitute a remembered version of the workflow.
Agent OS: keep specialist agents in a hub, spin up a temporary orchestrator per task. Local-first, works with any model.
Use the Agentlas browser hardpoint for browser-required work.
Build, repair, or package Agentlas agents and teams with Hephaestus.
Staff a task only from the signed-in owner's Agent Cloud agents.
Build an Agentlas automation by describing it, list saved ones, or request a run.