ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 3/5

videochat-withme

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".

Why use this skill?

Enable real-time video and voice calling for your OpenClaw agent. Features vision, memory, and personality through cloud-integrated STT and TTS.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sxu75374/videochat-withme
Or

What This Skill Does

The videochat-withme skill transforms your OpenClaw agent into an interactive, real-time video companion. By integrating cloud-based speech recognition (Groq Whisper) and high-quality synthetic voices (edge-tts), this skill enables a fluid, natural conversation loop where your agent can "see" through your camera and "hear" through your microphone. The agent processes visual input (base64 frames) and audio transcripts through the OpenClaw chatCompletions API, allowing it to maintain memory, personality, and situational awareness during a live interaction. Whether you are at your desk or connecting remotely, this skill bridges the gap between text-based AI interactions and human-like presence.

Installation

To get started, first ensure you have installed the skill via the command line: clawhub install openclaw/skills/skills/sxu75374/videochat-withme. Once installed, you must perform a one-time configuration. Run the setup script provided in the skill directory: bash skills/videochat-withme/scripts/setup.sh. This script manages your macOS launchd services, SSL certificates for secure local communication, and dependency checks. Ensure that your OpenClaw gateway is active and that the chatCompletions endpoint is enabled in your ~/.openclaw/openclaw.json configuration file. Finally, provide your Groq API key by placing it in ~/.openclaw/secrets/groq_api_key.txt so the agent can accurately transcribe your speech.

Use Cases

This skill is perfect for users seeking a more immersive AI experience. Use it to conduct "face-to-face" brainstorming sessions where the agent can visualize your whiteboard sketches via the camera, perform remote companionship, or act as a real-time tutor. It is specifically designed to handle both local desktop users (via macOS notifications) and remote users (via network IP or Tailscale), making it versatile for home office setups or mobile access when you are away from your main machine.

Example Prompts

  1. "Hey, let's start a video chat so I can show you the document I'm working on."
  2. "I'm heading out for lunch, can you call me on my phone so we can finish our talk?"
  3. "Open up a voice call, I want to practice my presentation skills with you."

Tips & Limitations

Because this skill relies on cloud APIs for processing, please note that camera frames and audio data will be transmitted to external providers (Groq and your chosen LLM endpoint) for inference. Always check your data privacy settings within your OpenClaw configuration. For the best performance, ensure your network has sufficient upload bandwidth to stream video frames consistently. If you encounter issues with certificates, remember that your browser may require you to explicitly trust the self-signed certificate upon the first connection. If you are using a mobile device, we highly recommend using Tailscale to bypass local network restrictions and ensure a stable connection to your desktop host.

Metadata

Author@sxu75374
Stars982
Views0
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sxu75374-videochat-withme": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#video-chat#voice-ai#real-time#agent-interaction
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution