Skip to content
Skillv1.0.0

node-red

Node-RED

by adamsuk(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from adamsuk/docker (node-red/AGENTS.md). Install upstream with npx skills add adamsuk/docker --skill node-red. Copyright stays with the author.

Node-RED

Purpose

Visual automation and flow programming tool. Alternative to HA automations for complex logic.

Key Files

  • Volume: node-red-data (Docker named volume)
  • Flows stored in volume, not file-based

Access

Dependencies

  • Home Assistant (HA integration nodes)
  • MQTT broker (for device communication)

Important Notes

  • Uses network_mode: host
  • Uses Docker named volume (not bind mount)
  • TZ set to Europe/Amsterdam (inconsistency with other services)
  • Flows can call HA services, listen to events, and control devices

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/adamsuk-docker-node-red/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

adamsuk-docker-node-red.ocm.jsonjson
{
  "ocm": "1",
  "id": "adamsuk-docker-node-red",
  "kind": "skill",
  "name": "node-red",
  "description": "Node-RED",
  "publisher": "adamsuk",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Node-RED"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/adamsuk/docker",
      "path": "node-red/AGENTS.md",
      "ref": "140eca0df0dc7bbfda68aa70565d8b0561544f4b",
      "url": "https://github.com/adamsuk/docker/blob/140eca0df0dc7bbfda68aa70565d8b0561544f4b/node-red/AGENTS.md",
      "key": "adamsuk/docker/node-red/AGENTS.md"
    }
  },
  "instructions": "# Node-RED\n\n## Purpose\nVisual automation and flow programming tool. Alternative to HA automations for complex logic.\n\n## Key Files\n- Volume: `node-red-data` (Docker named volume)\n- Flows stored in volume, not file-based\n\n## Access\n- Port: 1880 (host network mode)\n- URL: http://server:1880\n\n## Dependencies\n- Home Assistant (HA integration nodes)\n- MQTT broker (for device communication)\n\n## Important Notes\n- Uses `network_mode: host`\n- Uses Docker named volume (not bind mount)\n- TZ set to Europe/Amsterdam (inconsistency with other services)\n- Flows can call HA services, listen to events, and con",
  "cost": {
    "context_tokens": 153
  }
}

Fetch it by URL: GET /api/v1/registry/adamsuk-docker-node-red/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.