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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-setup-kit - After installation, invoke the skill by name or use
/agent-setup-kit - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Setup Kit?
Configures OpenClaw agents with a universal prompt enabling skill installation, book discovery, and knowledge base integration via natural commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.
How do I install Agent Setup Kit?
Run "/install agent-setup-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Setup Kit free?
Yes, Agent Setup Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Setup Kit support?
Agent Setup Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Setup Kit?
It is built and maintained by heardlyapp (@heardlyapp); the current version is v1.0.0.