nodel-recipes
Installation
SKILL.md
Nodel Recipe Development
Create and revise Nodel script.py recipes for device control, automation, and integration work.
Workflow
- Inspect the existing recipe, parameter values, bindings, and node logs before changing behavior.
- Define parameters and public action/event schemas before protocol or device logic.
- Initialize connections and timers only after parameters are available.
- Keep protocol callbacks small: parse input, update connection state, and emit stable events.
- Add cleanup for long-running connections, timers, or processes.
- Exercise the recipe on a disposable or non-production node and inspect
errconsole entries.