Overview
This video demonstrates how to combine OpenClaw (autonomous AI agent) with OpenCode (AI coding agent) to create a powerful automated development workflow. The combination allows OpenClaw to act as the orchestration brain while OpenCode handles specialized coding execution, creating an autonomous engineering team that can build full applications from simple text prompts.
Key Takeaways
- Combine orchestration with execution - Use OpenClaw as the planning brain and OpenCode as the specialized coding executor to create autonomous development workflows
- Validate third-party extensions before use - Community-built skills can contain malicious code that steals sensitive data, so always scan skills for security threats
- Leverage free AI models through OAuth integration - Access enterprise-grade models like Gemini and Claude Opus without subscription costs by connecting through Google Vertex
- Automate repetitive development tasks with scheduled agents - Set up cron jobs and specialized commands to have AI agents handle code reviews, bug fixes, and deployments while you’re away
- Build production-quality applications from text prompts - The combined workflow can generate full-stack applications with databases, authentication, and real-time features from simple descriptions
Topics Covered
- 0:00 - OpenClaw Introduction: Overview of OpenClaw as an autonomous AI agent that runs locally and can build full-stack applications from Twitter prompts
- 1:30 - OpenCode Integration: Introduction to OpenCode as an open-source AI coding agent that works in terminal and can reason over real codebases
- 2:00 - Security Concerns: Discussion of OpenClaw’s potential dangers and malicious community skills that can steal data
- 3:30 - Agent Trust Hub Solution: Introduction to skill scanner that detects and blocks malicious threats in OpenClaw skills
- 4:30 - Workflow Architecture: How OpenClaw handles planning and orchestration while OpenCode manages execution with specialized agents
- 5:00 - Setup Prerequisites: Installation requirements including Node.js and npm commands for OpenClaw setup
- 6:00 - Google Vertex Integration: Setting up Google OAuth to access free state-of-the-art models like Gemini and Opus
- 11:30 - Live Demo: Demonstration of creating a CRM dashboard using the combined OpenClaw + OpenCode workflow