Use Case
Video Chat With Me isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. 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 covers how to deploy Video Chat With Me for your team, standardize prompts, and create shared workflows that everyone can use.
Install Video Chat With Me in your project directory: .claude/skills/videochat-withme/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use Video Chat With Me in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing Video Chat With Me
How can my team use Video Chat With Me together?
Set up Video Chat With Me for our project so everyone can use it
Create a shared workflow using Video Chat With Me for our team
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.