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-hollycrm

v0.1.2

Published

n8n node for Aliyun DashScope (Qwen) API

Readme

n8n-nodes-hollycrm

HollyCRM 自定义 n8n 节点集合。

节点介绍

DashScope

调用阿里云 DashScope(通义千问) API,在流程中进行大模型对话。

  • 操作:聊天补全(发送消息并获取 AI 响应)
  • 模型:支持 Qwen Plus、Qwen Turbo、Qwen Max、Qwen Long 等
  • 多上下文:可配置多个上下文输入,将不同来源的内容一并传给模型
  • 凭证:需配置 DashScope API 凭证(dashScopeApi

Markdown

输入和处理 Markdown 多行文本,适合在流程中嵌入富文本内容。

  • 支持多行 Markdown 编辑(标题、列表、粗体、斜体等)
  • 可自定义输出字段名(默认 markdown
  • 选项:去除首尾空白、是否保留上游输入数据并合并到输出

Pandoc

使用 Pandoc 命令行进行文档格式转换,将二进制或文本文档转为指定格式。

  • 输入格式:docx、pptx、xlsx、json、html、text,或自动根据扩展名推断
  • 输出格式:markdown、text
  • 数据来源:从上游节点的二进制属性读取文档(默认属性名 data
  • 环境变量:通过 PANDOC_PATH 指定 Pandoc 可执行文件路径;支持 extraArgs 传递额外参数(如 --standalone --toc

Qwen ASR

使用阿里云 DashScope Qwen ASR 进行语音识别(语音转文本)。

  • 音频来源:二进制数据(上游节点)或 URL
  • 模型:如 Qwen3 ASR Flash 等
  • 凭证:需配置 DashScope API 凭证(dashScopeApi

TOON

JSON 与 TOON 格式互转。TOON 是一种面向 Token 优化的对象表示法,可减少约 40% 的 Token 消耗,适合在调用大模型前压缩结构化数据。

  • JSON 转 TOON:将输入数据编码为 TOON 文本;支持字段选择、分隔符、缩进、键折叠、Token 统计等高级选项
  • TOON 转 JSON:将 TOON 文本解析为 JSON;支持路径展开等解码选项

依赖 @toon-format/toon 库。