Overview
This video demonstrates how to combine OpenClaw (autonomous AI agent) with OpenCode (AI coding agent) to create a powerful automated development workflow. The key insight is that OpenClaw acts as the command center while OpenCode handles the actual coding execution, creating a full autonomous engineering team that can build applications from simple text prompts.
Key Takeaways
- Combine orchestration with execution - Use OpenClaw as the planning brain and OpenCode as the execution engine to create a more powerful development workflow than either tool alone
- Security scanning is essential - Nearly 50% of community-built skills contain malicious code that can steal credentials or data, making skill verification through tools like Agent Trust Hub critical before installation
- Automation reduces manual coding - The integrated workflow can handle repetitive tasks like project scaffolding, dependency management, and continuous debugging without requiring manual file editing
- Free access to premium models - Integration with Google Vertex allows you to use state-of-the-art models like Gemini and Claude Opus completely free with a Google account
- Scheduled autonomous development - Set up cron jobs and specialized commands to run development tasks autonomously at different times, enabling 24/7 development cycles
Topics Covered
- 0:00 - Introduction to OpenClaw: Overview of OpenClaw as an autonomous AI agent that can build full-stack apps from Twitter mentions and organize files locally
- 1:30 - OpenCode Integration: Explaining OpenCode as an open-source AI coding agent that works in terminal and can read/edit real codebases
- 2:30 - Security Concerns with Skills: Discussion of malicious community skills that can steal data, with 8,000 exposed instances and 50% containing unsafe code
- 3:30 - Agent Trust Hub Solution: Introduction to skill scanner that detects and blocks critical threats in OpenClaw skills
- 4:30 - The Combined Workflow: How OpenClaw handles planning and orchestration while OpenCode executes tasks with specialized sub-agents
- 5:30 - Setup and Installation: Prerequisites, installing OpenClaw via npm, enabling Google Vertex integration for free model access
- 7:30 - Skill Installation Process: Finding and verifying safe skills from Claw Hub, using Agent Trust Hub to scan for malicious code
- 11:30 - Live Demo - CRM Dashboard: Demonstration of building a functional CRM dashboard using the OpenClaw + OpenCode workflow
- 13:30 - Use Cases and Automation: Examples of automating repetitive coding tasks, API checks, and project scaffolding without manual file editing