Skip to main content
ClaudeWave
Skill1.1k repo starsupdated 3d ago

agentlas-network

Use when the user types /agentlas-network, /agentlas network, $hephaestus-network, or /hep-network to staff a durable goal from registered Local, owner Cloud, and public Hub agents or teams.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/agentlas-ai/Agentlas-OS /tmp/agentlas-network && cp -r /tmp/agentlas-network/codex/plugins/agentlas-core-engine-meta-agent/skills/agentlas-network ~/.claude/skills/agentlas-network
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Agentlas Network Workforce (/agentlas-network, /hep-network)

Federated Local + Cloud + Hub workforce staffing orchestrator.
Alias for `hephaestus-network` and `/agentlas network`.

## Required MCP sequence
```text
workforce.search_candidates(sourceScope="network")
workforce.validate_selection(workOrder=..., selection=...)
workforce.prepare_execution(workOrder=..., selection=..., federatedSelection=..., projectDir=..., goalId=activeGoalId?)
workforce.validate_execution_receipt(receipt=..., executionPlan=..., toolInventory=...)
```

See [hephaestus-network](hephaestus-network/SKILL.md) for full execution protocol.