bootstrap / ntx-octolux-toolkit

Bootstrap with one command

Latest: v0.1.0, published

Fresh container (no adom-wiki yet):

bash <(curl -fsSL https://wiki.adom.inc/static/bootstrap.sh) caleb/ntx-octolux-toolkit

Already have adom-wiki installed:

adom-wiki pkg install caleb/ntx-octolux-toolkit

What you'll get 2 skills

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