Use Case
Stop doing repetitive design & creative tasks manually. Video Chat With Me lets your AI agent handle them automatically through natural conversation. Real-time AI video chat that routes through your OpenClaw agent. Uses Groq Whisper (cloud STT), edge-tts (cloud TTS via Microsoft), and OpenClaw chatCompletions API for conversation. Your agent sees your camera, hears your voice, and responds with its own personality and memory. Requires: GROQ_API_KEY for speech recognition. Reads ~/.openclaw/openclaw.json for gateway port and auth token. Data flows: audio β Groq cloud (STT), TTS text β Microsoft cloud (edge-tts), camera frames (base64) + text β OpenClaw gateway β your configured LLM provider (may be cloud β frames leave the machine if using a cloud LLM). Installs a persistent launchd service (optional). Trigger phrases: "video chat", "voice call", "call me", "θ§ι’δΈδΈ", "θ―ι³", "ζη΅θ―η»ζ", "ζθ¦εδ½ θ§ι’", "videochat-withme". This guide shows practical examples of using Video Chat With Me to automate common design & creative workflows and save hours every week.
Install Video Chat With Me: npx clawhub@latest --dir ~/.claude/skills install videochat-withme
Identify the repetitive design & creative tasks you want to automate
Describe the task to your AI in plain English
Video Chat With Me will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing Video Chat With Me
Automate my design & creative tasks using Video Chat With Me
What repetitive tasks can Video Chat With Me handle for me?
Set up a workflow that runs Video Chat With Me every morning
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install videochat-withmeOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install videochat-withmeβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/videochat-withme/π‘Extract and place the folder at the path above, then restart your agent.