---
name: Agentlas Network
slug: agentlas-network
category: AI Engineering
description: Agentlas Network staffs durable goals from registered Local, Cloud, and public Hub agents or teams via federated workforce orchestration. Use when the user types /agentlas-network, /agentlas network, $hephaestus-network, or /hep-network.
github: "https://github.com/agentlas-ai/Agentlas-OS/tree/main/skills/agentlas-network"
language: Python
stars: 1160
forks: 116
install: "npx degit https://github.com/agentlas-ai/Agentlas-OS/tree/main/skills/agentlas-network ~/.claude/skills/agentlas-network"
installs_to: ~/.claude/skills/agentlas-network
source_path: skills/agentlas-network/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/agentlas-ai/Agentlas-OS"
added: 2026-08-20T07:55:54.898Z
last_synced: 2026-08-20T07:55:54.898Z
canonical_url: "https://dirskills.com/skills/agentlas-network"
---

# Agentlas Network

Agentlas Network staffs durable goals from registered Local, Cloud, and public Hub agents or teams via federated workforce orchestration. Use when the user types /agentlas-network, /agentlas network, $hephaestus-network, or /hep-network.

**Install:**

```bash
npx degit https://github.com/agentlas-ai/Agentlas-OS/tree/main/skills/agentlas-network ~/.claude/skills/agentlas-network
```

## README

# 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.
