The most comprehensive guide to Claude Code (OpenCLAW): installation, deployment, skills, hooks, MCP servers, sub-agents, plugins, GitHub Actions, Agent SDK, and real-world monetization scenarios.
See TUTORIAL.md for the full tutorial.
- Installation & Setup — Every method, every platform (native, Homebrew, WinGet, npm)
- Core Workflows — Plan mode, verification, context management, session handling
- CLAUDE.md — Persistent instructions, imports, hierarchy, auto memory
- Skills & Commands — Create reusable AI workflows with frontmatter, arguments, dynamic injection
- Hooks — Deterministic automation (command, HTTP, prompt, agent hooks)
- MCP Servers — Connect Claude to 100+ external tools (GitHub, Notion, Sentry, databases)
- Sub-Agents — Delegate tasks to specialized AI workers with custom tools and permissions
- Plugins — Package and distribute skills, agents, hooks, MCP, and LSP servers
- GitHub Actions — CI/CD automation, PR review, issue triage with @claude
- Agent SDK — Programmatic control via CLI, Python, and TypeScript
- Sandboxing — OS-level filesystem and network isolation (Seatbelt/bubblewrap)
- Agent Teams — Multi-agent coordination with shared tasks and messaging (experimental)
- Model Configuration — Aliases, effort levels, opusplan, 1M context, third-party providers
- Permissions & Security — Fine-grained rules, managed settings, enterprise policies
- Scheduled Tasks — /loop, one-time reminders, cron-based automation
- Project Rules — Path-scoped instructions with glob patterns
- Cost Management — Token optimization, team rate limits, cost-saving hooks
- Cross-Surface Workflows — Terminal, VS Code, JetBrains, Desktop, Web, Slack, Chrome
- Monetization Scenarios — 12+ ways to make money with Claude Code
- Troubleshooting — Common issues and fixes for every feature
# Install Claude Code
curl -fsSL https://claude.ai/install.sh | bash
# Start in any project
cd your-project && claudeMIT