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

v1.0.1

Published

`n8n-nodes-XhsPost` 是一款专为 [n8n](https://n8n.io) 工作流自动化平台打造的小红书发布插件,支持一键发布图文笔记与视频内容,实现从内容创作到账号运营的全流程自动化。

Downloads

4

Readme

📝 n8n-nodes-XhsPost 插件介绍

n8n-nodes-XhsPost 是一款专为 n8n 工作流自动化平台打造的小红书发布插件,支持一键发布图文笔记与视频内容,实现从内容创作到账号运营的全流程自动化。

📢 让品牌、创作者、MCN 团队实现多账号内容批量投放,打通内容分发链路,解放运营生产力!


✨ 插件核心能力

| 模块 | 功能说明 | | ---------- | ---------------------------------------- | | 🖼️ 图文笔记发布 | 提交标题、正文、配图,一键发布图文内容到小红书 | | 🎬 视频笔记发布 | 支持本地/远程视频上传并配合文案自动发布 | | 🔄 多账号支持 | 支持多账号配置,适用于矩阵式内容投放策略 | | 🔗 工作流集成 | 与 n8n 无缝集成,触发发布可基于定时器、Webhook、数据库更新等多种方式 |


📌 使用场景

  • 🚀 内容运营自动化:定时或事件触发发布图文/视频内容至小红书
  • 🗂️ 内容同步投放:结合 Notion、飞书、WordPress、微信公众号等,实现多平台同步发布
  • 📅 定时发布系统: 实现按日/周排期投放内容
  • 🔄 数据驱动发布:自动读取数据库、表格、API 数据并生成图文笔记,自动投放

📷 图文发布字段说明

| 字段名 | 类型 | 描述 | | --------- | --------- | ----------------- | | title | string | 笔记标题(建议不超过 20 字) | | content | string | 笔记正文内容(支持换行、@用户等) | | images | array | 图文 URL 列表,最多 9 张 | | tags | string[] | 标签内容(可选) |


🎥 视频发布字段说明

| 字段名 | 类型 | 描述 | | ----------- | ------- | ------------------ | | video_url | string | 视频文件的 URL 或 base64 | | cover_url | string | 封面图地址(可选) | | title | string | 标题文案 | | content | string | 视频文案内容 | | draft | boolean | 是否作为草稿保存(默认 false) |


🧩 与其他插件协同推荐

| 搭配插件 | 应用效果 | | ------------------------- | ------------------------- | | n8n-nodes-notion | 从 Notion 自动读取内容生成图文并发布 | | n8n-nodes-wecom | 发布成功后同步通知企业微信运营群 | | n8n-nodes-xhs | 内容抓取 + 发布闭环,实现内容二次创作和反向推送 | | n8n-nodes-html-to-media | 将 HTML 自动渲染为图文图像,用于笔记插图 |


🧪 示例工作流结构

graph TD
A[定时触发器] --> B[读取内容源(Notion/Excel)]
B --> C[图文内容格式化]
C --> D[上传图像/视频]
D --> E[调用 XhsPost 发布笔记]
E --> F[发送飞书通知]