Package Information
Released: 5/31/2025
Downloads: 222 weekly / 222 monthly
Latest Version: 0.2.5
Author: xoroko
Available Nodes
Documentation
n8n-nodes-extended-globalprompts
This package provides a simple node that reads prompts from credentials so they can be reused across different workflows.
To publish it as a community node, create an npm package and submit it to the npm registry.
Prerequisites
You need the following installed on your development machine:
- git
- Node.js and pnpm. Minimum version Node 18. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL here. For Windows users, refer to Microsoft's guide to Install NodeJS on Windows.
- Install n8n with:
npm install n8n -g
- Recommended: follow n8n's guide to set up your development environment.
Installation
Install the package from npm:
npm install n8n-nodes-extended-globalprompts
More information
Refer to our documentation on creating nodes for detailed information on building your own nodes.