Install
openclaw skills install vectorclaw-mcpMCP tools for Anki Vector: speech, motion, camera, sensors, and automation workflows.
openclaw skills install vectorclaw-mcpVectorClaw connects OpenClaw to an Anki / Digital Dream Labs Vector robot through MCP. It provides practical robot control primitives for speech, movement, camera capture, and status/sensor reads.
vector_sayvector_drive, vector_head, vector_liftvector_look and vector_capture_imagevector_status, vector_pose, vector_proximity_status, vector_touch_statusFor see → reason → act workflows, the agent must either be vision-capable itself (e.g., a VLM) or have access to a separate vision model/image-interpretation tool to analyze camera images before choosing actions.
~/.anki_vector/sdk_config.iniVECTOR_SERIAL environment variable setpip install vectorclaw-mcppython3 -m anki_vector.configureexport VECTOR_SERIAL=your-serial{
"mcpServers": {
"vectorclaw": {
"command": "python3",
"args": ["-m", "vectorclaw_mcp.server"],
"env": { "VECTOR_SERIAL": "${VECTOR_SERIAL}" }
}
}
}
Hardware-verified core tools
vector_say, vector_drive_off_charger, vector_drive, vector_emergency_stop, vector_head, vector_lift, vector_look, vector_capture_image, vector_face, vector_scan, vector_vision_reset, vector_pose, vector_status, vector_charger_status, vector_touch_status, vector_proximity_status
Experimental tools
vector_animate, vector_drive_on_charger, vector_find_faces, vector_list_visible_faces, vector_face_detection, vector_list_visible_objects, vector_cube
vector_drive_on_charger) is currently unreliabledocs/MCP_API_REFERENCE.mddocs/VECTOR_SDK_REFERENCE.mddocs/HARDWARE_SMOKE_LOG.md