osc-controllers
仓库创建 2019年3月17日最近提交 22 天前SkillHot 收录 20 天前
▸ 精选理由
为触控与 MIDI 控制面板集成提供约定与调试经验,适用现场控制场景。
这个 Skill 做什么
Open Stage Control 与 Node-RED 之间的 OSC 控制与调试指南。
围绕 Open Stage Control 和 Node-RED 的 OSC 控制与调试,用于制作 O-S-C 布局、自定义模块、Node-RED OSC 桥接流、平板触控控制器或用 Playwright 驱动 O-S-C 控件的 E2E 测试。常在排查 OSC 消息路由、控件反馈环路或 Docker 部署时用到。约定 widget 地址为 JSON Pointer,并以 O-S-C v1.30.3 的资料为准,便于排查和复现问题。
▸ 展开 SKILL.md 英文原文
Use when working on the OSC controller framework - Open Stage Control layouts/custom modules, Node-RED OSC bridge flows, tablet touch controllers, or Playwright E2E tests that drive Open Stage Control widgets. Also use when debugging OSC message routing, widget feedback loops, or O-S-C deployment in Docker.
42
Stars
2
Forks
17
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/osc-controllers/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/starwards/starwards/master/.claude/skills/osc-controllers/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# OSC Controllers (Open Stage Control ⇄ Node-RED ⇄ Starwards) Touch/MIDI control surfaces via Open Stage Control (O-S-C), bridged to the game by Node-RED. Convention: **widget OSC address = admitted JSON Pointer** (e.g. fader address `/reactor/power`). All facts verified against O-S-C **v1.30.3** primary sources (Framagit source + official docs); provenance in `docs/reference/open-stage-control-reference.md`. ## Critical facts (agents get these wrong from memory) 1. **O-S-C is NOT on npm.** `npm install open-stage-control` fails — no such package. Deploy from the Framagit release asset `open-stage-control-[version]-node.zip` (pure Node, no Electron/xvfb) and run `node /path/to/open-stage-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有