Learn how to give your bot internet access and add new autonomous capabilities.
To allow the bot to research topics on the live web:
- Sign up for the Brave Search API at api.brave.com.
- Create a free-tier API key.
- Run
openclaw configure --section weband input your key.
Skills allow your bot to perform specific tasks like setting reminders or checking weather.
- Browse Skills: Visit claudehub.ai to find new capabilities.
- Autonomous Install: You can ask your bot directly in Telegram to install a skill:
"Help me install the remind-me skill from ClaudeHub."
- The bot will autonomously find, download, and configure the skill.
- Security Audit: Run
openclaw security-auditoften to check for vulnerabilities. - System Fix: Run
openclaw doctor --fixif the bot encounters errors or permission issues.