跳至主要内容
小龙虾小龙虾AI
🤖

Vestaboard

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.

下载1.4k
星标0
版本1.0.0
营销推广
安全通过

技能说明


name: vestaboard description: 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.

Vestaboard

Security

  • Require a token via environment variables (never inline keys in prompts, logs, or commits).
    • Preferred: VESTABOARD_TOKEN
    • Optional legacy fallback: VESTABOARD_RW_KEY

Constraints

  • Flagship Vestaboard layout is 6 rows x 22 cols.
  • Text input is formatted to 6x22 by default (uppercase + word wrap; truncates overflow).

Quick usage (local CLI)

# 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

Sample content

  • Numeric layouts live in content/layouts/*.json
  • Human review previews live in content/previews/*.md

如何使用「Vestaboard」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Vestaboard技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能