Agent skill

hephaestus-cloud

Use when the user types /hep-cloud or asks to staff from THEIR OWN Agentlas cloud packages only. Cloud is one exact source scope; Network means Local + owner Cloud + public Hub.

Agentlas1,166★ · +196/wk · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add agentlas-ai/Agentlas-OS --skill hephaestus-cloud --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/hephaestus-cloud/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,165
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Hephaestus Cloud Routing (my own cloud / 보관함) Route the request through the signed-in user's OWN Agentlas cloud packages only. The active host LLM remains the staffing decision-maker; Cloud supplies a content menu and exact BYOM releases. ## 0. Scope rule `/hep-cloud` is owner-scoped: it queries ONLY the authenticated owner's own cloud packages (보관함) through Core's typed `sourceScope: "cloud"`. It does **not** search the public marketplace and does **not** search local private/plugin cards. - The user's own cloud packages are restorable/owned by them, call-priced at a flat **1 credit** per call. - For the public marketplace only, use `/hep-hub` (`sourceScope: "hub"`). - For the combined Local + own Cloud + public Hub menu, use `/hep-network` (`sourceScope: "network"`). ## 1. Resolve the runner Run this resolution in a shell and use the first hit: ```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"/*/

What's inside
Steps it walks through
  1. 0. Scope rule
  2. 1. Resolve the runner
  3. 1.5 Core project first-contact contract
  4. 2. Agentlas sign-in (required)
  5. 3. Staff from owner Cloud only
  6. 4. Act on the typed result (scope: "cloud")
  7. 5. Hard rules
Commands it runs
for c in \
do [ -x "$c" ] && RUNNER="$c" && break; done
if [ -z "$RUNNER" ]; then
for cache in \
done
fi
if [ "${HEPHAESTUS_AUTH_AUTOPOPUP:-1}" != "0" ]; then
More from Agentlas-OS
All skills →
About this skill
What does the hephaestus-cloud skill do?

Use when the user types /hep-cloud or asks to staff from THEIR OWN Agentlas cloud packages only. Cloud is one exact source scope; Network means Local + owner Cloud + public Hub.

How do I install it?

Run `npx skills add agentlas-ai/Agentlas-OS --skill hephaestus-cloud --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.

Keep going