hephaestus-network
Use when the user types $hephaestus-network or /hep-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.
npx skills add agentlas-ai/Agentlas-OS --skill hephaestus-network --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Hephaestus Agent Workforce Network The active host LLM staffs the task. Agentlas Core federates content menus from registered Local, owner Cloud, and public Hub inventory. No source and no deterministic layer is the decision-maker or a server-side LLM executor. Source scopes are exact: - `network`: Local + Cloud + Hub; - `local`: registered Local packages only; - `cloud`: the signed-in owner's Cloud packages only; - `hub`: public Hub packages only. Public demos and distribution proof use explicit `hub` scope. They must not use private Local/Cloud inventory as evidence of public availability. ## Resolve the runner and sign in Network can query owner Cloud and public Hub inventory, so establish the same saved Agentlas session before staffing: ```bash 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 \ "$HOME/.claude/plugins/cache/agentlas-core-engine/hephaestus" \ "$HOME/.codex/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" &&
- Resolve the runner and sign in
- Required MCP sequence
- 1. Perform job analysis
- 2. Retrieve the menu, then make the LLM decision
- 3. Validate and pin exact releases
- 4. Bind the roster to the durable goal
- 5. Resolve the model for every invocation
- 6. Execute the real task force
- 7. Truthful receipts
for c in \
do [ -x "$c" ] && RUNNER="$c" && break; done
if [ -z "$RUNNER" ]; then
for cache in \
done
fi
if [ -n "$RUNNER" ] && [ "${HEPHAESTUS_AUTH_AUTOPOPUP:-1}" != "0" ]; thenWhat does the hephaestus-network skill do?
Use when the user types $hephaestus-network or /hep-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.
How do I install it?
Run `npx skills add agentlas-ai/Agentlas-OS --skill hephaestus-network --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From agentlas-ai/Agentlas-OS, a repository with 1,165 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.