Overview
- Skill Key
- bogorman/vector-robot
- Author
- bogorman
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bogorman/vector-robot
- Latest Commit SHA
- 4855bd1b750e658bfa961871774fcd6577d4f3c9
Control Anki Vector robot via wire-pod. Speak through Vector, see through its camera, move head/lift/wheels, change eye colors, trigger animations. Use when user mentions Vector robot, wants to speak through a robot, control a physical robot, or interact with wire-pod.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vector-robot 技能。 若已安装,则直接安装 vector-robot 技能。
# Vector Robot Control Control an Anki Vector robot running wire-pod. ## Prerequisites - Anki Vector robot with escape pod firmware - wire-pod running (https://github.com/kercre123/wire-pod) - OpenClaw proxy server for voice input (optional) ## Quick Reference All API calls require `&serial=SERIAL` parameter. Default: `00501a68`. ```bash SERIAL="00501a68" WIREPOD="http://127.0.0.1:8080" ``` ### Speech Output ```bash # Make Vector speak (URL encode the text) curl -s -X POST "$WIREPOD/api-sdk/assume_behavior_control?priority=high&serial=$SERIAL" curl -s -X POST "$WIREPOD/api-sdk/say_text?text=Hello%20world&serial=$SERIAL" curl -s -X POST "$WIREPOD/api-sdk/release_behavior_control?serial=$SERIAL" ``` Or use the helper script: `scripts/vector-say.sh "Hello world"` ### Camera ```bash # Capture frame from MJPEG stream timeout 2 curl -s "$WIREPOD/cam-stream?serial=$SERIAL" > /tmp/stream.mjpeg # Extract JPEG with Python (see scripts/vector-see.sh) ``` ### Movement **⚠️ SAFETY: Cliff sensors are DISABLED during behavior control. Be careful with wheel movements!** ```bash # Head: speed -2 to 2 curl -s -X POST "$WIREPOD/api-sdk/move_head?speed=2&serial=$SERIAL" # up curl -s -X POST "$WIREPOD/api-sdk/move_head?speed=-2&serial=$SERIAL" # down curl -s -X POST "$WIREPOD/api-sdk/move_head?speed=0&serial=$SERIAL" # stop # Lift: speed -2 to 2 curl -s -X POST "$WIREPOD/api-sdk/move_lift?speed=2&serial=$SERIAL" # up curl -s -X POST "$WIREPOD/api-sdk/move_lift?speed=-2&serial=$SERIAL" # down # Wheels: lw/rw -200 to 200 (USE WITH CAUTION) curl -s -X POST "$WIREPOD/api-sdk/move_wheels?lw=100&rw=100&serial=$SERIAL" # forward curl -s -X POST "$WIREPOD/api-sdk/move_wheels?lw=-50&rw=50&serial=$SERIAL" # turn left curl -s -X POST "$WIREPOD/api-sdk/move_wheels?lw=0&rw=0&serial=$SERIAL" # stop ``` ### Settings ```bash # Volume: 0-5 curl -s -X POST "$WIREPOD/api-sdk/volume?volume=5&serial=$SERIAL" # Eye color: 0-6 curl -s -X POST "$WIREPOD/api-sdk/eye_color?color=4...
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).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
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.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.