nodel-recipes

Installation
SKILL.md

Nodel Recipe Development

Create and revise Nodel script.py recipes for device control, automation, and integration work.

Workflow

  1. Inspect the existing recipe, parameter values, bindings, and node logs before changing behavior.
  2. Define parameters and public action/event schemas before protocol or device logic.
  3. Initialize connections and timers only after parameters are available.
  4. Keep protocol callbacks small: parse input, update connection state, and emit stable events.
  5. Add cleanup for long-running connections, timers, or processes.
  6. Exercise the recipe on a disposable or non-production node and inspect err console entries.

Recipe Layout

Installs
18
GitHub Stars
2
First Seen
Feb 11, 2026
nodel-recipes — scroix/nodel-skills