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

n8n-nodes-coze

v0.1.0

Published

n8n node for Coze(扣子), supporting AI chat, workflow automation, file processing, and text-to-speech.

Downloads

25

Readme

n8n-nodes-coze

npm version npm downloads License: MIT n8n-nodes-coze

This is an unofficial node for n8n to interact with the Coze platform. It allows you to seamlessly leverage Coze's powerful AI features within your n8n workflows, including intelligent chat, workflow automation, file processing, and text-to-speech.

中文版本: README_CN.md


Key Features

This node aims to cover the full range of Coze API's core functionalities, providing you with powerful automation capabilities:

  • 🤖 Chat

    • Engage in interactive conversations with any Coze Bot you've created.
    • Supports streaming responses for real-time data handling.
    • Supports Tool Calls, enabling n8n workflows to execute actions based on AI instructions and return the results to the AI for complex business logic.
    • Manage conversation history and pass custom variables.
  • Workflow

    • Trigger and run workflows you have published on the Coze platform.
    • Supports both synchronous and asynchronous execution modes.
    • Pass input parameters to workflows and retrieve the execution results.
  • 📁 File Handling

    • Upload files to Coze for your Bots to use in conversations (e.g., knowledge base files, documents for analysis).
  • 🗣️ Audio Synthesis

    • Implement Text-to-Speech (TTS) functionality to convert specified text into high-quality audio files.
  • 🏢 Workspace Management

    • Dynamically fetch your workspaces and bots list within n8n for easy reference in different nodes.
  • 🔐 Dual Authentication Methods

    • Personal Access Token: Simple and quick, ideal for personal projects and rapid testing.
    • OAuth2: Standard and secure, suitable for team and enterprise-level applications.

Installation

  1. Go to your n8n instance.
  2. Navigate to Settings > Community Nodes.
  3. Click Install.
  4. Search for n8n-nodes-coze.
  5. Click the install button to complete the installation.

Development Guide

If you wish to contribute to this project or test it in your local environment:

  1. Clone the repository:

    git clone https://github.com/LegendLeo/n8n-nodes-coze.git
    cd n8n-nodes-coze
  2. Install dependencies:

    npm install
  3. Build the code:

    npm run build
  4. Link to your n8n environment: In your n8n installation directory (usually ~/.n8n/), run the link command:

    npm link /path/to/your/n8n-nodes-coze

    This will create a symbolic link in your n8n to your local development code.

  5. Start n8n: During development, you can use npm run dev to start a watcher that will automatically recompile the code upon changes.

License

This project is licensed under the MIT License.