Skip to content
Development
Command

/agentlas

Agentlas commands — one entry point for network, build, storm, call, and the rest.

From plugin
agentlas-os
1.2k14 skills5 agents14 commands1 MCP
Install
> /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.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/agentlas

Context preview

What this command does when you run it.

Agentlas commands — one entry point for network, build, storm, call, and the rest.

Command definition

agentlas.md
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`를 한 번 실행하세요. 업데이트하지 않아도 현재 버전 명령은 그대로 동작합니다.

/agentlas

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`.

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:

ls "$HOME/.agentlas/runtime/current/host_adapters"/*/prompts/hep-<COMMAND>.md \
   "$HOME/.agentlas/runtime/current/host_adapters"/*/plugins/*/commands/hep-<COMMAND>.md \
   2>/dev/null | head -1

Read 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.

Read more
Ships withagentlas-os

Agent OS: keep specialist agents in a hub, spin up a temporary orchestrator per task. Local-first, works with any model.

Get the whole plugin