AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Build Node Red

skill-studioxvii-modbus-skills-build-node-red · by studioxvii

Build deterministic read-only Node-RED Modbus flow JSON from a canonical map and compiled read plan. Use when the user asks for a Node-RED flow, Modbus flex-getter setup, or Node-RED probe/final capture path.

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-studioxvii-modbus-skills-build-node-red

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-studioxvii-modbus-skills-build-node-red)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Build Node Red? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Build Node-RED

Generate a disabled, read-only flow in probe or final mode.

Follow ../../references/interaction-contract.md.

Process

  1. Require a canonical map and read plan.
  2. Run python3 /scripts/run.py --map --plan --mode --output .
  3. Inspect the preflight findings and manifest.
  4. Confirm the flow has one trigger and one shared reader per route. Probe mode

keeps the trigger manual one-shot; final mode uses one bounded five-second live-poll trigger.

  1. Confirm the sequencer waits for each response or timeout before sending the next request.
  2. Confirm the flow writes a complete capture/v1 file to MODBUS_CAPTURE_PATH.
  3. Confirm the canvas has a readable primary path, a separate health/failure lane,

a bounded retry/watchdog lane, labeled groups/comments, and no diagnostic wiring crossing the main read path.

  1. Confirm the read-only /modbus-dashboard HTTP endpoint is present. It may

render the latest capture rows, but it must not trigger reads, writes, or discovery. Only the single final-flow poll trigger may schedule the existing sequencer, and it must remain disabled by default.

  1. Import the flow into the pinned Node-RED environment before marking native verification complete.

Output files

  • node-red/flow.json - Import this flow into Node-RED.
  • node-red/README.md - Start here. It explains the connection settings, the single start button, and the capture file.
  • node-red/manifest.json and node-red-result.json - Normally ignore these. They bind the flow to the exact map and read plan and record any holds.
  • capture.json - Created by Node-RED after a run. It contains the raw results and exact point identities for analysis.

The generated flow also exposes a read-only core-HTTP dashboard at /modbus-dashboard. It shows the latest capture/v1 rows and run state; it does not add a Modbus trigger or require the optional Node-RED Dashboard plugin.

Completion requires a generated or held flow with no unbounded polling, deploy-time trigger, or write node. Final-flow polling must preserve one request in flight.

Stop

  • Stop if the flow would add unbounded polling, a deploy-time trigger, or a write node.
  • Keep both probe and final flows disabled by default.
  • Do not mark native verification complete without the pinned Node-RED import.

Handoff

  • No read plan exists: suggest plan-reads.
  • A run creates capture.json: suggest analyze-capture.
  • The user needs more target formats: suggest build-tool-pack.

Click the single start button once in probe mode. In final mode, enable the disabled tab intentionally; its one poll trigger runs the bounded plan every five seconds while the tab is enabled. Both modes run the plan in order and keep one request in flight. Final mode decodes confirmed layouts only. If analysis raises a multi-register layout question, continue with check-byte-order.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.