Skip to content
Development
Command

/hep-login.body

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

From plugin
agentlas-os
1.1k48 skills6 agents48 commands2 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/hep-login.body

Context preview

What this command does when you run it.

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

Command definition

hep-login.body.md

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

/hep-login

Sign this machine into Agentlas so cloud staffing, uploads, and paid Hub calls work. Raw request: `{{ARGS}}`

Resolve the runner (authentication only):

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" auth login

1. Run the login command above in the foreground and wait for it — it opens the browser sign-in window and blocks until the user finishes (up to ~10 minutes). Tell the user, in their language, that a browser sign-in window just opened and they should complete it there. 2. If the output prints an authorization URL line instead (the browser could not be opened), show that URL to the user as a clickable link and keep the command running — clicking it completes the same sign-in. 3. When it exits, run `"$RUNNER" auth status` and report plainly: `authenticated` (say sign-in is done and cloud commands now work) or `signed_out` (say it did not complete, show the exact error line, and offer to run `/hep-login` again). 4. Never print token values. Never paste the user's credentials anywhere. If the user asked for something else after `/hep-login` (extra words in the raw request), treat sign-in as the prerequisite step and continue with that request only after `authenticated`.

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

Other commands on agentlas-os.