Build a complete multi-agent orchestration harness for an OpenClaw (or similar) agentic system — defining a CTO/orchestrator agent, tiered specialist agents,...
Coding
Business Agent Launchpad
Try itUse when a user wants to initialize OpenClaw, Hermes, or another agent harness for ordinary business or office work. Guides plain-language business interview...
What it does
Use when a user wants to initialize OpenClaw, Hermes, or another agent harness for ordinary business or office work. Guides plain-language business interview...
The skill document
Business Agent Launchpad
Use this skill when the user wants a first-run business setup for OpenClaw, Hermes, or a similar agent harness.
The goal is to translate ordinary business language into:
- scenario and workflow description
- agent roles and operating rules
- object-based Markdown memory
- tool and permission plan
- model tier and escalation plan
- free vs paid cost choices
- OpenClaw/Hermes starter artifacts
First Check
Verify the CLI exists:
agent-launchpad doctor
If it is not installed, find the project folder and install it:
npm install -g .
Then re-run:
agent-launchpad doctor
Recommended Flow
For a non-technical user, run the interview:
agent-launchpad interview --out ./first-business-agent
For a quick preset:
agent-launchpad generate --preset sales --tier free --runtime both --out ./sales-agent
Available scenario keys:
salesadminfinancelegalprojecthrcustomer_serviceexecutive_assistantprocurement
Available tiers:
free: Markdown memory and local tools firstlocal_plus: local semantic memory with a small embedding modelcloud_plus: paid models, hosted embeddings, and stronger document understandingteam: shared memory, permissions, audit, and business-system integration
How To Choose
Use free when the user is just starting, wants transparency, or lacks API keys.
Use local_plus when the user has many documents and cares about privacy.
Use cloud_plus when document quality, long-context reasoning, OCR, or lower setup friction matters more than API cost.
Use team when multiple people share memory or the workflow touches customer records, HR, finance, contracts, CRM, ERP, or audit requirements.
After Generation
Open the generated README.md, then inspect:
route-map.mdcost-and-model-plan.mdpermission-plan.mdtool-plan.mdmemory/index.mdopenclaw/orhermes/
Verify:
agent-launchpad verify ./first-business-agent
Safety Rules
- Do not let the generated agent send messages, submit forms, delete files, change CRM/accounting records, approve payments, or store sensitive data without explicit user approval.
- Keep Markdown object memory as the human-readable source of truth.
- For paid models, hosted embeddings, cloud OCR, or managed vector databases, explain the benefit and tradeoff before enabling them.
- Treat legal, finance, HR, customer-impacting, and executive work as review-support workflows, not autonomous decision workflows.
Related skills
Use when Codex, Hermes, OpenClaw, Claude Code, Cowork, or another AI agent needs to plan, review, implement, audit, or improve email work focused on fast del...
Guide beginners through OpenClaw multi-agent setup with a step-by-step wizard. Use when the user wants to create OpenClaw multi-agent setups, says things lik...
Build, bootstrap, and maintain a stable OpenClaw default agent identity by interviewing the user, updating IDENTITY.md, and seeding core context files (AGENT...
Connect OpenClaw to a self-hosted BailingHub agent governance control plane as an outbound executor for governed business actions, human approval, audit trai...
Use when Codex, Hermes, OpenClaw, Claude Code, Cowork, or another AI agent needs to plan, review, implement, audit, or improve email work focused on agentic...