npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@heycool/n8n-nodes-plus

v0.2.3

Published

A collection of n8n nodes.

Readme

@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:

  1. Visit the Google AI Studio
  2. Create an API key
  3. 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

  1. Add the "Google Gemini Chat Model Plus" node to your workflow
  2. Configure your Google Palm API credentials
  3. Select your preferred model (default is gemini-1.0-pro)
  4. Toggle "Enable Google Search" if you want the model to have web search capability
  5. Adjust additional options like temperature, tokens, etc. as needed
  6. 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