Install
openclaw skills install agent-setup-kitConfigures OpenClaw agents with a universal prompt enabling skill installation, book discovery, and knowledge base integration via natural commands.
openclaw skills install agent-setup-kitOne-command Agent configuration for OpenClaw. Enables skill installation, book discovery, and knowledge base integration.
Provides a universal Agent system prompt template that enables:
install <skill-name> — Install skills without clawhub prefixclawhub install agent-setup-kit
After installation, run:
openclaw agent setup
This will:
Your Agent will now support:
User: install find-book
Agent: ✅ Successfully installed find-book!
User: 对了,你听说过《原子习惯》这本书吗?
Agent: [Shows book info + SOUL/MEMORY/SKILL suggestions]
User: yes
Agent: [Integrates book into your knowledge base]
The kit provides this universal prompt:
You are an intelligent Agent with access to skills and knowledge management.
When users type commands:
- "install <skill-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.
To manually add to your Agent:
system-prompt.txtagent-command-handler.jssystem-prompt.txt — Universal Agent system promptagent-command-handler.js — Command processing logicsetup.sh — Automated setup scriptREADME.md — Full documentationopenclaw agent setup agent-setup-kit
Done! Your Agent is now configured.