---
name: Agentlas
slug: agentlas
category: AI Engineering
description: Agentlas provides a single entry point for all Agentlas commands, including staffing federated workforces, building agent teams, running DAG graphs, browser automation, and searching agent catalogues. Use it when orchestrating multi-agent systems.
github: "https://github.com/agentlas-ai/Agentlas-OS/tree/main/skills/agentlas"
language: Python
stars: 1160
forks: 116
install: "npx degit https://github.com/agentlas-ai/Agentlas-OS/tree/main/skills/agentlas ~/.claude/skills/agentlas"
installs_to: ~/.claude/skills/agentlas
source_path: skills/agentlas/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/agentlas-ai/Agentlas-OS"
added: 2026-08-20T07:56:00.407Z
last_synced: 2026-08-20T07:56:00.407Z
canonical_url: "https://dirskills.com/skills/agentlas"
---

# Agentlas

Agentlas provides a single entry point for all Agentlas commands, including staffing federated workforces, building agent teams, running DAG graphs, browser automation, and searching agent catalogues. Use it when orchestrating multi-agent systems.

**Install:**

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

## README

# Agentlas Core & Unified Command System

Single entry point for every Agentlas subsystem and capability. Both hyphenated forms (`/agentlas-<command>`) and space-separated forms (`/agentlas <command>`) are fully supported and correspond 1:1 to the Hephaestus (`/hep-<command>`) shortcuts:

| Hyphenated Command | Spaced Command | Hephaestus Shortcut | Description |
|---|---|---|---|
| `/agentlas-network <goal>` | `/agentlas network <goal>` | `/hep-network <goal>` | Staff federated Local + Cloud + Hub workforce |
| `/agentlas-storm <goal>` | `/agentlas storm <goal>` | `/hep-storm <goal>` | Run force-robust Stormbreaker execution loop |
| `/agentlas-build <request>` | `/agentlas build <request>` | `/hep-build <request>` | Design & package single agents or multi-agent teams |
| `/agentlas-graph <request>` | `/agentlas graph <request>` | `/hep-graph <request>` | Create, inspect, schedule, and run DAG automation graphs |
| `/agentlas-one on\|off` | `/agentlas one on\|off` | `/hep-one on\|off` | Toggle Hope persistent personal agent mode |
| `/agentlas-upload <folder>` | `/agentlas upload <folder>` | `/hep-upload <folder>` | Gate scan & publish agent/team packages |
| `/agentlas-cloud <goal>` | `/agentlas cloud <goal>` | `/hep-cloud <goal>` | Staff from owner's private Cloud packages |
| `/agentlas-hub <goal>` | `/agentlas hub <goal>` | `/hep-hub <goal>` | Staff from public Agentlas Hub marketplace |
| `/agentlas-local <goal>` | `/agentlas local <goal>` | `/hep-local <goal>` | Staff from locally registered package inventory |
| `/agentlas-browser <url>` | `/agentlas browser <url>` | `/hep-browser <url>` | Run browser automation / CDP visual execution |
| `/agentlas-call <agents> <ctx>` | `/agentlas call <agents> <ctx>` | `/hep-call <agents> <ctx>` | Invoke named agents directly |
| `/agentlas-search <query>` | `/agentlas search <query>` | `/hep-search <query>` | Search agent catalogues across all scopes |
| `/agentlas-connect <channel>` | `/agentlas connect <channel>` | `/hep-connect <channel>` | Connect external chat/channel integrations |
