Overview
- Skill Key
- clawdnw/agent-orchestration
- Author
- halthelobster
- Source Repo
- openclaw/skills
- Version
- 2.0.0
- Source Path
- skills/clawdnw/agent-orchestration
- Latest Commit SHA
- 9b6be04bd0c7db36a3a0d7f6b04c781c23ca5a1c
Master the art of spawning and managing sub-agents. Write prompts that actually work, track running agents, and learn from every outcome. Part of the Hal Stack 🦞
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agent-orchestration 技能。 若已安装,则直接安装 agent-orchestration 技能。
# Agent Orchestration 🦞 **By Hal Labs** — Part of the Hal Stack Your agents fail because your prompts suck. This skill fixes that. --- ## The Core Problem You're not prompting. **You're praying.** Most prompts are wishes tossed into the void: ``` ❌ "Research the best vector databases and write a report" ``` You type something reasonable. The output is mid. You rephrase. Still mid. You add keywords. Somehow worse. You blame the model. Here's what you don't understand: **A language model is a pattern-completion engine.** It generates the most statistically probable output given your input. Vague input → generic output. Not because the model is dumb. Because generic is what's most probable when you give it nothing specific to work with. **The model honored exactly what you asked for. You just didn't realize how little you gave it.** --- ## The Core Reframe A prompt is not a request. **A prompt is a contract.** Every contract must answer four non-negotiables: | Element | Question | |---------|----------| | **Role** | Who is the model role-playing as? | | **Task** | What exactly must it accomplish? | | **Constraints** | What rules must be followed? | | **Output** | What does "done" look like? | Miss one, the model fills the gap with assumptions. Assumptions are where hallucinations are born. --- ## The 5-Layer Architecture Effective prompts share a specific structure. This maps to how models actually process information. ### Layer 1: Identity Who is the model in this conversation? Not "helpful assistant" but a specific role with specific expertise: ```markdown You are a senior product marketer who specializes in B2B SaaS positioning. You have 15 years of experience converting technical features into emotional benefits. You write in short sentences. You never use jargon without explaining it. ``` The model doesn't "become" this identity—it accesses different clusters of training data, different stylistic patterns, different reasoning approaches....
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".