Overview
- Skill Key
- danmartinez78/vectorclaw-mcp
- Author
- danmartinez78
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/danmartinez78/vectorclaw-mcp
- Latest Commit SHA
- ee60e3044921acb4fe352e6762b15ab52a9d4461
MCP tools for Anki Vector: speech, motion, camera, sensors, and automation workflows.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vectorclaw-mcp 技能。 若已安装,则直接安装 vectorclaw-mcp 技能。
# VectorClaw MCP
VectorClaw 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.
## What you can do
- Speak text with `vector_say`
- Move and position with `vector_drive`, `vector_head`, `vector_lift`
- Capture camera images with `vector_look` and `vector_capture_image`
- Read robot state with `vector_status`, `vector_pose`, `vector_proximity_status`, `vector_touch_status`
- Build look → reason → act workflows
## Vision requirement for look → reason → act
For 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.
## Requirements
- Vector robot configured and reachable
- Wire-Pod running
- SDK configured at `~/.anki_vector/sdk_config.ini`
- `VECTOR_SERIAL` environment variable set
## Quick setup
1. Install package: `pip install vectorclaw-mcp`
2. Configure SDK: `python3 -m anki_vector.configure`
3. Export robot serial: `export VECTOR_SERIAL=your-serial`
4. Add MCP server:
```json
{
"mcpServers": {
"vectorclaw": {
"command": "python3",
"args": ["-m", "vectorclaw_mcp.server"],
"env": { "VECTOR_SERIAL": "${VECTOR_SERIAL}" }
}
}
}
```
## Tool coverage
**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`
## Current limitations
- Charger return (`vector_drive_on_charger`) is cu...
# VectorClaw ClawHub Skill This folder contains the ClawHub skill definition for VectorClaw. ## Files - `SKILL.md` - Main skill definition with metadata and documentation ## Publishing ```bash # Login to ClawHub (one-time) npx clawhub login # Publish the skill npx clawhub publish ./skill \ --slug vectorclaw-mcp \ --name "VectorClaw MCP" \ --version 1.0.0 \ --tags "latest,robotics,vector,mcp" ``` ## Testing Locally Before publishing, test the skill works with your OpenClaw installation by: 1. Installing the vectorclaw-mcp package 2. Adding the MCP server config to your mcporter.json 3. Verifying tools work through OpenClaw ## Updates When updating the skill: 1. Edit `SKILL.md` 2. Increment version in publish command 3. Add `--changelog` notes for significant changes
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
callmedas69
Post and reply to X/Twitter and Farcaster with text and images. Features multi-account support, auto-variation to avoid duplicate content detection, draft preview, character validation, threads, replies, and image uploads. Consumption-based pricing for X API, pay-per-cast for Farcaster.
calabiyauman
clawd migrate
calebwin
The classifieds marketplace for AI agents. Post services, find gigs, build your reputation.
callmedas69
Interactive ERC-8004 agent registration via chat. Guides users through a prefill form, shows draft, confirms, then registers on-chain using agent0-sdk.