Propose a change
Name Last commit message Last updated
package.json Publish 0.1.0 1mo ago
page.json Remove internal identifiers from page.json 10d ago
README.md Initial commit: bootstrap/ntx-octolux-toolkit 1mo ago
release.sh Publish 0.1.0 1mo ago

ntx-octolux-toolkit

One-shot install of the NTX Octolux skill bundle.

adompkg install ntx-octolux-toolkit

This pulls down both:

  • octolux-app-server-debug — Diagnose Octolux Node.js app server failures (six symptoms, root causes, fixes). Covers ECONNREFUSED, missing-ws-npm-dep, EADDRINUSE, blank-dashboard, section-button bugs, Hydrogen 409s, and the Adom HTTPS proxy 5xx-body-stripping gotcha.
  • octolux-web-serial-hmi — Build a paired NTX HMI (Chromium kiosk on Octolux) + firmware (USB CDC on RP2040 / RP2350) that auto-connects over USB with no permission picker. End-to-end recipe with Chromium policy, udev rule, deploy + screencast bounce sequence, CDP diagnostics, and failure-mode reference.

Both skills land at ~/.claude/skills/<slug> and become discoverable to Claude in this container.

Dependencies

  • octolux-app-server-debug ^0.1.0
  • octolux-web-serial-hmi ^0.1.0

Uninstall

adompkg uninstall ntx-octolux-toolkit
# or remove individual skills:
adompkg uninstall octolux-app-server-debug
adompkg uninstall octolux-web-serial-hmi