基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/agentlas-ai/Agentlas-OS --skill hep-storm命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when the user types $hephaestus-network, /hep-network, or /agentlas-network, mentions @Hephaestus, or asks Agentlas to staff a durable goal from registered Local, owner Cloud, and public Hub agents or teams. The active host LLM staffs each turn; the exact roster remains goal-bound until explicit completion.
Use when the user asks OpenClaw to staff a durable goal from registered Local, owner Cloud, and public Hub agents or teams. The active host LLM chooses the exact roster, which remains goal-bound until explicit completion.
Agentlas 시스템 운용 절차 — hep-network 편성, hep-graph 자동화, cargo/Agent Cloud·marketplace 활용, workforce 로스터 재사용, 메모리 계약. One(개인 에이전트)이 Agentlas를 조작할 때 이 절차를 따른다.
| name | hep-storm |
| description | Run a force-robust Stormbreaker loop — route to real agents, execute a verified pipeline to completion. |
Update fallback: 자동 업데이트가 안 되면 hephaestus update를 한 번 실행하세요. 업데이트하지 않아도 현재 버전 명령은 그대로 동작합니다.
Raw arguments: everything the user typed after /skill:hep-storm.
Codex plugins cannot register slash commands, so this custom prompt is the
explicit entrypoint (/prompts:hep-storm). The same contract is also available
implicitly via the hep-storm skill. Also triggered by
@Hephaestus storm <goal>.
Drive a goal through the Stormbreaker Loop — Hephaestus' force-robust, verifier-first execution loop. Unlike a one-shot answer or a generic parallel fan-out, Stormbreaker routes the goal to real Agentlas specialists, structures the work as a dependency-ordered pipeline fabric, drives each work packet as a hardened goal loop (it does not stall, run away, or claim false success), and refuses to report success without evidence. In an agentic runtime you are the executor — the engine gives you the verified plan; you carry it out with your own tools.
Use it for loop-worthy work: apps, sites, agents, automations, debugging, multi-step research, data/report generation — anything with files, tools, tests, or external verification. Trivial questions should be answered directly, not stormed.
Every result includes execution_harness. Apply
execution_harness.system_prompt verbatim before planning or executing any
packet, and retain its prompt_sha256 in the goal ledger. Do not redefine,
summarize, or replace Goal mode or UltraCode mode in this Codex adapter. If live
session JSON is available, expose it as AGENTLAS_SESSION_INVENTORY; otherwise
use Core's explicit host:primary fallback and do not invent workers or models.
With no external executor, status: materialized plus
final_gate.can_report_success: false is the expected handoff to Codex's native
tools, never a completed run.
Resolve the runner — first executable wins; runtime cache fallback:
RUNNER=""
for c in \
"$HOME/.agentlas/runtime/current/bin/hephaestus" \
./bin/hephaestus
do [ -x "$c" ] && RUNNER="$c" && break; done
if [ -z "$RUNNER" ]; then
for cache in \
"${CODEX_HOME:-$HOME/.codex}/plugins/cache/agentlas-core-engine/hephaestus" \
"$HOME/.claude/plugins/cache/agentlas-core-engine/hephaestus"; do
newest="$(ls -d "$cache"/*/bin/hephaestus 2>/dev/null | sort -V | tail -1)"
[ -n "$newest" ] && [ -x "$newest" ] && RUNNER="$newest" && break
done
fi
[ -n "$RUNNER" ] || { echo "Hephaestus runtime not found. Run the installer first." >&2; exit 1; }
if [ "${HEPHAESTUS_AUTH_AUTOPOPUP:-1}" != "0" ]; then
"$RUNNER" auth ensure --timeout 180 >/dev/null 2>&1 || true
fi
# Route + materialize the pipeline fabric for THIS goal. No --executor-command:
# the host model (you) executes each packet natively. --research-evidence grounds
# plan/research packets with Research Engine receipts.
FABRIC="$("$RUNNER" hep-storm "$ARGUMENTS" --research-evidence --runtime codex)"
printf '%s\n' "$FABRIC"
Read route_decision.action (or route_action) and branch — Stormbreaker only
auto-materializes a full fabric for a pipeline; other actions still start a
storm, just with the workforce the router chose:
pipeline — the result carries the execution_fabric (packets,
parallel_groups, sessions, resume_policy), per-packet write_scope and
goal/verifier, a pipeline_id, a journal path, and final_gate criteria.
Run the full loop in §2.clarify — the goal is ambiguous. Ask clarify_question with the candidate
list as ONE batch, then re-run "$RUNNER" hep-storm "<refined goal>". This is
the scope-lock ambiguity gate; do not guess past it.route (single card) — a one-agent storm: borrow and run that card attached
to this project, then still apply the verify → repair → final-gate steps.hub_fallback / hub_candidates — Hub lookup used redacted keywords only.
If an execution block lists recommended_agents, borrow each in stage order
via "$RUNNER" hep-call "<agent>" "<goal>" --project . and run them attached to
this repo; otherwise report candidates and offer /skill:hep-build.propose_new — no fit exists; offer to build one via /skill:hep-build.refuse — explain reasons (e.g. loop guard) and stop. Do not retry around
it.Execute the goal to completion under this protocol. Do not stop to ask for confirmation — this is a force-robust run. Only halt when the goal is verified, or you are genuinely blocked by auth, payment, policy, a missing secret/tool, or a required user approval.
parallel_groups and depends_on ordering
as the plan. Open a visible goal ledger: packet, owner, verification gate,
status, resume point.card names an Agentlas specialist, borrow and run it attached to this
project via "$RUNNER" hep-call "<card>" "<goal>" --project . rather than
role-playing it. Write artifacts to each packet's write_scope.loop.goal_command exiting 0 may end the goal loop, but it
cannot verify the executor's own output or self-attest success. Require an
independent verifier and hash-validated artifact evidence. "It ran" is never
success.stalled after consecutive no-progress
iterations, and never exceed its iteration ceiling. A resumed run continues
from the journal, it does not restart.can_report_success). Run the evidence/security gate on produced artifacts.Keep visible progress concise: what was attempted, what was verified, and exactly where to resume if blocked. Never expose hidden reasoning — show progress, evidence, decisions, and final status only.
stalled instead of spinning.reached_goal only
when the verifier proves it. No bare "it ran" ever counts.receipt_id, pipeline_id, and journal path in your final message
so the run is auditable and resumable./prompts:hep-storm ship a working waitlist landing page with a verified signup flow
/prompts:hep-storm 이 리포 결제 버그를 재현 PoC까지 만들어서 고치고 회귀 테스트로 검증해줘
@Hephaestus storm turn this research question into a cited report with evidence