Use Case
Video Chat With Me is a powerful AI agent skill that extends your assistant with new capabilities. 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 walks you through installing Video Chat With Me, configuring it for your setup, and running your first commands β so you can start getting value in minutes.
Install Video Chat With Me: npx clawhub@latest --dir ~/.claude/skills install videochat-withme
Restart your AI client (Claude Code, Cursor, Gemini CLI, or OpenClaw)
Type a natural language request related to design & creative to trigger Video Chat With Me
Review the output and refine your prompt for better results
Combine Video Chat With Me with other skills to build multi-step workflows
Copy these prompts and use them with your AI agent after installing Video Chat With Me
Help me get started with Video Chat With Me
What can Video Chat With Me do for my design & creative workflow?
Show me an example of using Video Chat With Me
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.