Package Information
Released: 7/6/2025
Downloads: 3 weekly / 22 monthly
Latest Version: 0.2.3
Author: ZxBing0066
Available Nodes
Documentation
@heycool/n8n-nodes-plus
This is a personal collection of n8n community nodes that adds enhanced functionality to your n8n workflows.
Installation
Follow the installation guide in the n8n community nodes documentation.
Included Nodes
Node - LmChatGoogleGeminiPlus
An enhanced version of the official Google Gemini node with the following improvements:
- Network Proxy Support: Fixes the issue where the official Gemini node doesn't work with network proxies
- Google Search Integration: Adds support for Google Search capability, allowing the model to search the web for relevant information
- Debug Mode: Includes a debug mode option for additional logging in the terminal
But it does not support the following features:
- AI Agent
- Chat Messages
Credentials
The nodes in this collection use the following credentials:
Google Palm API
To use the Google Gemini node, you need a Google API key:
- Visit the Google AI Studio
- Create an API key
- Use this API key in the n8n credentials configuration
Compatibility
Requires n8n version 1.0.0 or later.
Node.js >= 20.15 is required.
Usage
Usage - LmChatGoogleGeminiPlus
- Add the "Google Gemini Chat Model Plus" node to your workflow
- Configure your Google Palm API credentials
- Select your preferred model (default is gemini-1.0-pro)
- Toggle "Enable Google Search" if you want the model to have web search capability
- Adjust additional options like temperature, tokens, etc. as needed
- Connect to AI Chain, AI Agent, or other compatible nodes
Resources
Version history
- 0.1.0: Initial release with LmChatGoogleGeminiPlus node
- 0.2.0: Added debug mode