OpenClaw Resources: Tutorials, Documentation & Tools
OpenClaw Resources Guide
Your complete guide to learning and using OpenClaw - the open-source personal AI agent.
What is OpenClaw?
OpenClaw is an open-source personal AI agent that runs locally on your machine. It can manage files, execute code, send messages, and automate tasks while keeping your data private.
Official Resources
| Resource | Link | Description |
|---|---|---|
| Website | openclaw.ai | Official homepage |
| Documentation | docs.openclaw.ai | Full docs |
| GitHub | github.com/openclaw/openclaw | Source code |
| Discord | discord.com/invite/clawd | Community |
Tutorials & Getting Started
Beginner Guides
| Tutorial | Source | Level |
|---|---|---|
| OpenClaw Full Tutorial for Beginners | FreeCodeCamp | Beginner |
| Installation to First Chat Setup | Codecademy | Beginner |
| From Localhost to Agentic AI | Productos AI | Intermediate |
| Getting Started Guide | Official Docs | Beginner |
Video Tutorials
| Video | Platform |
|---|---|
| OpenClaw Tutorial for Beginners - Crash Course | YouTube |
Special Use Cases
| Guide | Description |
|---|---|
| Turn your Raspberry Pi into an AI agent | Run on Raspberry Pi |
| How to Make Your OpenClaw Agent Useful and Secure | Security & best practices |
GitHub Awesome Lists
AI Agent Resources
| Repo | Stars | Description |
|---|---|---|
| awesome-ai-agents | 300+ | 300+ agentic AI resources |
| awesome-agents | - | Curated AI agent list |
| awesome-llm-apps | - | LLM apps with RAG |
| 500-AI-Agents-Projects | - | 500+ agent use cases |
| awesome-ai-agent-papers | - | Research papers 2026 |
| awesome_ai_agents | 1500+ | 1500+ resources |
Related Topics
| Topic | GitHub Link |
|---|---|
| Claude Skills | github.com/topics/claude-skills |
| AI Agents | github.com/topics/ai-agents |
| LangChain | awesome-langchain |
| MCP (Model Context Protocol) | github.com/modelcontextprotocol |
Learning Paths
Path 1: Complete Beginner
- Read: Getting Started
- Watch: YouTube Tutorial
- Follow: FreeCodeCamp Guide
Path 2: Run on Raspberry Pi
- Read: Raspberry Pi Guide
- Install: PicoClaw on Pi Zero 2 W
Path 3: Build AI Agent Skills
- Learn: Awesome AI Agents
- Study: 500 AI Agents Projects
- Implement your own skill
Community & Support
| Platform | Link |
|---|---|
| Discord | discord.com/invite/clawd |
| GitHub Issues | github.com/openclaw/openclaw/issues |
| Twitter/X | @openclaw |
Quick Commands
# Install
npm install -g openclaw
# Start gateway
openclaw gateway start
# Pair with channel
openclaw onboard
# Send message
openclaw message send --to +1234567890 --message "Hello"
# Run agent
openclaw agent --message "Your task"
Last updated: February 2026