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

n8n-nodes-dashscope

v0.1.0

Published

n8n node for Aliyun DashScope (Qwen) API

Readme

n8n-nodes-dashscope

这是一个 n8n 社区节点,用于调用阿里云 DashScope (通义千问) API。

n8n 是一个 公平代码许可 的工作流自动化平台。

安装

在你的 n8n 实例中安装此社区节点:

  1. 进入 Settings > Community Nodes
  2. 选择 Install
  3. 输入 n8n-nodes-dashscope
  4. 同意风险提示并点击 Install

功能

DashScope 节点

支持以下操作:

  • 聊天补全 - 发送消息并获取 AI 响应

支持的模型:

  • Qwen Plus (qwen-plus)
  • Qwen Turbo (qwen-turbo)
  • Qwen Max (qwen-max)
  • Qwen Long (qwen-long)

凭证配置

需要配置 DashScope API 凭证:

  1. 登录 阿里云 DashScope 控制台
  2. 获取 API Key
  3. 在 n8n 中创建 DashScope API 凭证,填入 API Key

使用示例

  1. 添加 DashScope 节点到工作流
  2. 配置 DashScope API 凭证
  3. 选择模型(默认 qwen-plus)
  4. 填写系统提示词和用户消息
  5. 可选:配置温度、最大 Token 数等参数
  6. 执行节点获取 AI 响应

开发

# 安装依赖
npm install

# 构建
npm run build

# 开发模式(监听文件变化)
npm run dev

发布到 npm

此项目使用 GitHub Actions 自动发布:

  1. 在 GitHub 仓库 Settings > Secrets 中添加 NPM_TOKEN
  2. 创建新的 Release 或手动触发 workflow
  3. 包将自动发布到 npm

许可证

MIT