Agent Setup Kit
/install agent-setup-kit
agent-setup-kit
One-command Agent configuration for OpenClaw. Enables skill installation, book discovery, and knowledge base integration.
What it does
Provides a universal Agent system prompt template that enables:
install \x3Cskill-name>— Install skills without clawhub prefix- Book discovery — Mention books and auto-integrate into knowledge base
- Command handling — Process agent commands naturally
Installation
clawhub install agent-setup-kit
Quick Setup
After installation, run:
openclaw agent setup
This will:
- Detect your Agent configuration
- Add the universal system prompt
- Enable skill installation commands
- Enable book discovery with find-book
What Gets Added
Your Agent will now support:
Command 1: Install Skills
User: install find-book
Agent: ✅ Successfully installed find-book!
Command 2: Discover Books
User: 对了,你听说过《原子习惯》这本书吗?
Agent: [Shows book info + SOUL/MEMORY/SKILL suggestions]
Command 3: Integrate Knowledge
User: yes
Agent: [Integrates book into your knowledge base]
System Prompt Template
The kit provides this universal prompt:
You are an intelligent Agent with access to skills and knowledge management.
When users type commands:
- "install \x3Cskill-name>" → Install the skill
- Mention a book → Search and show integration options
- "yes/no" → Confirm or skip actions
Always be helpful, clear, and guide users through the process.
For Developers
To manually add to your Agent:
- Copy the system prompt from
system-prompt.txt - Add command handler from
agent-command-handler.js - Restart your Agent
Files Included
system-prompt.txt— Universal Agent system promptagent-command-handler.js— Command processing logicsetup.sh— Automated setup scriptREADME.md— Full documentation
One-Command Setup
openclaw agent setup agent-setup-kit
Done! Your Agent is now configured.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-setup-kit - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-setup-kit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agent Setup Kit 是什么?
Configures OpenClaw agents with a universal prompt enabling skill installation, book discovery, and knowledge base integration via natural commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 Agent Setup Kit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-setup-kit」即可一键安装,无需额外配置。
Agent Setup Kit 是免费的吗?
是的,Agent Setup Kit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Setup Kit 支持哪些平台?
Agent Setup Kit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Setup Kit?
由 heardlyapp(@heardlyapp)开发并维护,当前版本 v1.0.0。