Overview
- Skill Key
- dbeadle1/vector-control
- Author
- dbeadle1
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dbeadle1/vector-control
- Latest Commit SHA
- 568e2587c5c373ee418eef5d1b3dec7423bbfac2
Control a Vector robot via Wirepod’s local HTTP API on the same network. Use when you need to move Vector, tilt head/lift, speak text, capture camera frames, or run patrol/explore routines from the Pi/Wirepod host. Includes a CLI helper script and endpoint reference.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vector-control 技能。 若已安装,则直接安装 vector-control 技能。
# Vector Control ## Overview Control Vector through Wirepod’s `/api-sdk/*` endpoints and the camera stream at `/cam-stream`. Use this skill for movement, speech, camera snapshots, patrols, and exploration from the Pi. ## Quick start (CLI) Use the bundled script: ```bash python3 skills/vector-control/scripts/vector_control.py --serial <ESN> assume python3 skills/vector-control/scripts/vector_control.py --serial <ESN> say --text "Hello Dom" python3 skills/vector-control/scripts/vector_control.py --serial <ESN> move --lw 160 --rw 160 --time 1.5 python3 skills/vector-control/scripts/vector_control.py --serial <ESN> snapshot --out /tmp/vector.mjpg ``` ### Find ESN/serial If you don’t have it, read: - `/etc/wire-pod/wire-pod/jdocs/botSdkInfo.json` ## Tasks ### 1) Assume / Release control Always assume before movement, and release if the bot tips or a human needs manual control. ```bash python3 .../vector_control.py --serial <ESN> assume python3 .../vector_control.py --serial <ESN> release ``` ### 2) Movement - `move` sends wheel speeds (0–200 typical). Use short timed moves. ```bash python3 .../vector_control.py --serial <ESN> move --lw 120 --rw 120 --time 1.0 ``` ### 3) Head / Lift ```bash python3 .../vector_control.py --serial <ESN> head --speed -2 --time 1.0 python3 .../vector_control.py --serial <ESN> lift --speed 2 --time 1.0 ``` ### 4) Speech Speech can be interrupted by motion/camera. If it fails, pause after speaking before moving. ```bash python3 .../vector_control.py --serial <ESN> say --text "Sneaking forward" # wait 1–2s, then move ``` ### 5) Camera snapshot `/cam-stream` returns MJPG. Save it and convert to JPEG if needed (ffmpeg). ```bash python3 .../vector_control.py --serial <ESN> snapshot --out /tmp/vector.mjpg ffmpeg -y -loglevel error -i /tmp/vector.mjpg -frames:v 1 /tmp/vector.jpg ``` ### 6) Play Audio (MP3/WAV) Streams an audio file through Vector's speaker. Automatically converts to the required format (8kHz mono WAV). ```bash python3...
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
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.