/install business-agent-launchpad
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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install business-agent-launchpad - 安装完成后,直接呼叫该 Skill 的名称或使用
/business-agent-launchpad触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Business Agent Launchpad 是什么?
Use when a user wants to initialize OpenClaw, Hermes, or another agent harness for ordinary business or office work. Guides plain-language business interview... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。
如何安装 Business Agent Launchpad?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install business-agent-launchpad」即可一键安装,无需额外配置。
Business Agent Launchpad 是免费的吗?
是的,Business Agent Launchpad 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Business Agent Launchpad 支持哪些平台?
Business Agent Launchpad 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Business Agent Launchpad?
由 Andy Ren(@andyrenxu7255)开发并维护,当前版本 v0.1.0。