A comprehensive toolset for programmatic control and voice integration of Anki Vector robots via the wire-pod server.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install vector-robot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install vector-robot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables developers to interface with Anki Vector robots running the escape pod firmware. By leveraging the wire-pod API, users can execute complex physical movements, handle speech-to-text responses, and capture real-time camera data. It is a vital component for those building interactive robotics applications within the Openclaw Skills ecosystem.
The integration allows for both direct command execution via curl and sophisticated voice-driven workflows using a proxy server. Whether you are looking to automate your robot's daily routines or build a custom AI personality, this skill provides the necessary endpoints and helper scripts to get started quickly.
Ensure you have an Anki Vector with escape pod firmware and wire-pod running. Follow these steps to integrate with Openclaw Skills:
# 1. Start the proxy server for voice commands
node scripts/proxy-server.js
# 2. Configure wire-pod Knowledge Graph in Server Settings:
# Provider: Custom
# API Key: openclaw
# Endpoint: http://localhost:11435/v1
# Model: openclaw
# 3. Test speech output
./scripts/vector-say.sh "Hello from the agent"
The skill manages communication through JSON files and standard MJPEG streams to facilitate Openclaw Skills interaction:
| Component | Format | Description |
|---|---|---|
| Voice Request | request.json |
Stores incoming questions from the robot |
| Voice Response | response.json |
Destination for the answer the robot should speak |
| Vision | stream.mjpeg |
Temporary storage for camera frame captures |
| Parameters | URL Query | Serial numbers and movement speeds passed via API |
explore_start and intent_imperative_dance.Loading
Tenzing is an autonomous assistant designed to distill complex information, organize workspaces, and facilitate multi-agent collaboration.

A headless browser automation CLI designed for AI agents to navigate, interact with, and extract data from websites seamlessly.

Enterprise-grade browser automation for OpenClaw featuring robust resource management, tab cleanup, and smart waiting mechanisms.

Access real-time New Zealand state highway traffic conditions, road closures, and live camera feeds via the Waka Kotahi NZTA API.

A comprehensive integration for loading, analyzing, and tracking Strava fitness activities and athlete performance data.

A high-performance audio processing utility that leverages OpenAI Whisper to convert diverse audio formats into accurate text transcriptions.








































