agentlas-core-engine-m…
Use when creating a single Agentlas agent, creating a multi-agent team, or packaging an existing local/external agent into Agentlas architecture. Make sure to…
Use when the user types /hep-graph or asks to create, list, inspect, or request a run of an Agentlas automation graph.
$ npx -y skills add agentlas-ai/Agentlas-OS --skill hephaestus-graph --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hephaestus-graphContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user types /hep-graph or asks to create, list, inspect, or request a run of an Agentlas automation graph.
name: hephaestus-graph description: "Use when the user types /hep-graph or asks to create, list, inspect, or request a run of an Agentlas automation graph."
Saved graphs live in the local Agentlas database shared with Agentlas Desktop. This skill may create, list, inspect, or request a graph run; it does not execute the graph itself.
Use the first executable path:
CLI=""
for candidate in \
"$(command -v agentlas 2>/dev/null)" \
"$HOME/.agentlas/runtime/current/bin/agentlas" \
"./bin/agentlas"
do
if [ -n "$candidate" ] && [ -x "$candidate" ]; then CLI="$candidate"; break; fi
done
[ -n "$CLI" ] || { echo "Agentlas CLI not found. Install it with: npm i -g agentlas" >&2; exit 1; }Do not substitute Gemini CLI, Hephaestus routing, or Hub search when the Agentlas CLI is missing.
trigger, step count, and on/off state.
external-effect and ask-first marks, branch sides, repeat edges, verification checklist, code steps, and any required input in the summary.
every unanswered question and never invent schedule, external-effect, repetition, or checklist answers. The final save confirmation is the graph's approval. A new graph starts switched off.
ask for a second approval. Show the graph first; if it requires an input, obtain that missing value without inventing it. Then run `"$CLI" graph run "<name>" -y`, adding `--input "<value>"` when required.
Report exactly that a run was **requested** and will be picked up by Agentlas Desktop. Never claim the graph executed. On any non-zero exit, relay the exact refusal and stop; do not retry with a guess.
Agent OS: keep specialist agents in a hub, spin up a temporary orchestrator per task. Local-first, works with any model.
Use when creating a single Agentlas agent, creating a multi-agent team, or packaging an existing local/external agent into Agentlas architecture. Make sure to…
Use when the user types /agentlas-build, /agentlas build, or /hep-build to design, build, and package a single agent or multi-agent team.
Use when the user types /agentlas-cloud, /agentlas cloud, or /hep-cloud to staff only from the signed-in owner's private Cloud packages.
Use when the user types /agentlas-graph, /agentlas graph, or /hep-graph to create, list, inspect, or run Agentlas automation graphs.
Use when the user types /agentlas-network, /agentlas network, $hephaestus-network, or /hep-network to staff a durable goal from registered Local, owner Cloud,…
Use when the user types /agentlas-storm, /agentlas storm, /hep-storm, or says @Hephaestus storm <goal> to drive a goal through the force-robust Stormbreaker…