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

@oneai-eu/n8n-nodes-oneai

v0.1.9

Published

A n8n community node for interacting with the oneAI API.

Readme

n8n-nodes-oneai

A community node for n8n that integrates with the oneAI platform — an AI hub providing access to multiple AI models and collaboration features.

Installation

The oneAI node is available on every n8n instance by default. Simply search for oneAI in the node panel and install it from there.

Authentication

This node uses Bearer Token authentication via an API key.

To configure credentials in n8n:

| Field | Description | | ----------- | ---------------------------------------------------- | | oneAI URL | Base URL of your oneAI instance (e.g. https://hub.oneai.eu) | | API Key | Your API key, generated from your oneAI hub settings |

Supported Resources & Operations

AI (2 operations)

Send messages to AI models and manage model availability.

| Operation | Description | | ------------------------ | -------------------------------------------------- | | Create Response | Send a message to an AI model and get a response | | List Available AI Models | List all available AI models |

Input modes:

  • Messages — user-friendly role/content fields
  • JSON — full control for complex conversations, images, etc.

Advanced options: Temperature, Reasoning Effort, Reasoning Summary, Tools (function calling), Chat Association (route through a oneAI chat for context)

Space (17 operations)

Manage workspaces with support for multiple storage providers (Local, OneDrive, SharePoint, Google Drive, GitHub).

| Operation | Description | | --------------- | ---------------------------------------- | | Add Team | Add a team to a space | | Add User | Add a user to a space | | Create | Create a new space | | Delete | Delete a space | | Delete File | Delete a file from a space | | Download File | Download a file from a space | | Embed Files | Queue files/folders for embedding | | Get | Get a space by ID | | List | List all spaces | | List Files | List files in a space | | List Teams | List teams assigned to a space | | List Users | List users assigned to a space | | Remove Team | Remove a team from a space | | Remove User | Remove a user from a space | | Sync | Synchronize a linked space | | Transfer File | Move or copy a file between spaces | | Upload File | Upload a file to a space |

Chat (6 operations)

Create and manage AI chat conversations.

| Operation | Description | | ----------- | -------------------------------------------------- | | Create | Create a new chat | | Delete | Delete a chat | | Get | Get chat history | | List | List chats with optional filtering | | Update | Update chat details (rename, move, or set branch) |

Artifact (6 operations)

Manage documents and files within spaces.

| Operation | Description | | -------------- | ---------------------------------------- | | Create | Create an artifact from a file | | Delete | Delete an artifact from a space | | Export PDF | Export an artifact as a PDF | | Get Markdown | Get the markdown content of an artifact | | List All | List all artifacts with optional filtering | | List by Space | List artifacts in a specific space |

Project (5 operations)

Organize work into projects.

| Operation | Description | | --------- | ---------------------- | | Create | Create a new project | | Delete | Delete a project | | Get | Get a project by ID | | List | List all projects | | Update | Update a project |

Reference (2 operations)

Access references for attaching to conversations and artifacts.

| Operation | Description | | ------------ | --------------------------------------------------- | | List Files | List files accessible for attaching as references | | List Spaces | List spaces accessible for attaching as references |

Miscellaneous (1 operation)

| Operation | Description | | ---------------------- | -------------------------------------------------------- | | Check Authentication | Check the authenticated user and return their details |

Features

  • Multi-model AI access — query multiple AI models through a single node
  • Streaming support — handles Server-Sent Events for real-time AI responses
  • Automatic pagination — list operations transparently handle paginated API responses
  • Cloud storage integration — connect spaces to OneDrive, SharePoint, Google Drive, or GitHub
  • Function calling — pass tool definitions to AI models via JSON
  • File management — upload, download, transfer, and embed files across spaces

Development

# Build
pnpm build

# Watch mode (recompile on changes)
pnpm dev

# Lint & format
pnpm lint
pnpm format

License

MIT