Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Read and write messages on a Vestaboard using the Vestaboard Cloud API (cloud.vestaboard.com) and optional legacy RW endpoint. Use when asked to display text on a Vestaboard, update a sign/board, show a short status message, render simple pixel-art using color/filled character codes, or retrieve the current board message.
Read and write messages on a Vestaboard using the Vestaboard Cloud API (cloud.vestaboard.com) and optional legacy RW endpoint. Use when asked to display text on a Vestaboard, update a sign/board, show a short status message, render simple pixel-art using color/filled character codes, or retrieve the current board message.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Require a token via environment variables (never inline keys in prompts, logs, or commits). Preferred: VESTABOARD_TOKEN Optional legacy fallback: VESTABOARD_RW_KEY
Flagship Vestaboard layout is 6 rows x 22 cols. Text input is formatted to 6x22 by default (uppercase + word wrap; truncates overflow).
# from repo root npm install # Preview formatting only node scripts/vb.js preview "Hello from Quarterbridge Farm" # Read current message (JSON) node scripts/vb.js read # Write text node scripts/vb.js write "EGGS READY" # Write a numeric layout (6x22 array of character codes) node scripts/vb.js write-layout content/layouts/forest-depth.json
Numeric layouts live in content/layouts/*.json Human review previews live in content/previews/*.md
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.