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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@createveai/n8n-nodes-nexus-openapi

v0.1.0

Published

n8n nodes for Createve.AI Nexus API with dynamic OpenAPI schema integration

Readme

Createve.AI Nexus n8n Nodes

This package provides n8n nodes for integrating with the Createve.AI Nexus server.

Overview

The Createve.AI Nexus n8n Nodes package dynamically integrates with your Createve.AI Nexus server by leveraging its OpenAPI schema. This means that the node automatically discovers available API endpoints and adapts to changes without requiring package updates.

Features

  • 🔄 Dynamic API Discovery: Automatically discovers available endpoints from the OpenAPI schema
  • 📁 Binary Data Support: Handles images and files with automatic encoding/decoding
  • ⏱️ Queue Support: Works with both immediate and long-running queue-based operations
  • 🔐 Secure Authentication: API key-based authentication for secure communication
  • 🔌 Flexible Configuration: Configure connection details per workflow

Installation

npm install @createveai/n8n-nodes-nexus-openapi

Credentials

This package adds a new credential type:

  • Createve.AI API: Stores connection details to your Nexus server

Nodes

This package adds the following node:

  • Createve.AI: A dynamic node that exposes all API endpoints available on your Nexus server

Usage

Basic Usage

  1. Add the Createve.AI node to your workflow
  2. Create and select the appropriate credentials
  3. Select an API endpoint from the dropdown
  4. Configure the required parameters
  5. Connect to other nodes in your workflow

Queue-Based Operations

For long-running operations, the node provides three operation modes:

  1. Submit & Wait for Result: Submit job and wait for completion
  2. Submit Only: Submit job and return queue ID immediately
  3. Check Status: Check status of a previously submitted job

Binary Data

The node seamlessly handles binary data:

  • Input: Binary data from previous nodes is automatically processed
  • Output: Binary data in responses is converted to n8n binary format

Documentation

For comprehensive documentation, please refer to:

License

Apache License 2.0