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

@luka-cat-mimi/n8n-nodes-feishu-project

v1.2.8

Published

飞书项目 N8N 集成插件,支持附件管理等功能

Readme

@luka-cat-mimi/n8n-nodes-feishu-project

在 n8n 中轻松操作飞书项目 —— 无需写代码,拖拽即可实现工作项管理自动化。

为什么选择这个节点?

| 痛点 | 解决方案 | |------|----------| | 飞书项目 API 调用复杂 | 动态表单:空间、工作项类型自动加载,下拉选择即可 | | 分页数据获取麻烦 | 一键获取全部:自动处理分页,返回完整数据 | | API 限流导致失败 | 批次处理:自动控制请求频率,避免触发限流 | | 请求卡死无响应 | 超时保护:设置超时时间,请求异常及时中断 |

安装

npm install @luka-cat-mimi/n8n-nodes-feishu-project

或在 n8n 社区节点中搜索安装,参考:社区节点安装指南

支持的功能(68 个操作)

  • 创建工作项 / 查询工作项详情 / 更新工作项 / 删除工作项
  • 批量更新工作项 / 终止工作项 / 获取工作项元数据 / 获取工作项操作记录
  • 获取工作项任务结果 / 批量查询评审信息 / 查询评审结论 / 更新评审
  • 创建工时记录 / 获取工时记录列表 / 更新工时记录 / 删除工时记录
  • 单空间工作项搜索 / 复杂条件搜索 / 全局搜索 / 关联工作项搜索
  • 获取/更新工作项基础信息
  • 创建/获取/更新工作项字段
  • 创建/获取/更新/删除工作项关联配置
  • 获取空间列表 / 获取空间列表详情 / 获取空间详情
  • 获取空间业务线 / 获取空间团队成员 / 获取空间工作项类型列表
  • 获取关联规则列表 / 绑定工作项关联 / 解绑工作项关联 / 获取关联工作项列表
  • 查询流程节点 / 更新流程节点 / 操作流程节点 / 变更工作项状态 / 获取WBS视图
  • 创建子任务 / 获取子任务详情 / 更新子任务 / 操作子任务 / 删除子任务
  • 获取视图列表 / 创建条件视图 / 更新条件视图 / 创建固定视图
  • 更新固定视图 / 删除视图 / 获取全景视图 / 获取视图工作项列表
  • 创建评论 / 查询评论 / 更新评论 / 删除评论
  • 文件上传(通用) / 工作项附件上传 / 附件下载 / 附件删除
  • 获取用户信息 / 搜索租户内的用户列表 / 创建用户组 / 更新用户组成员
  • 创建流程模板 / 获取流程角色列表 / 机器人加入聊天 / 获取图表详情

快速开始

1. 获取凭证

| 凭证 | 获取方式 | |------|----------| | 插件 ID / 密钥 | 飞书项目管理后台 → 插件管理 → 创建或查看插件 | | 用户 ID | 飞书项目空间左下角 → 双击个人头像 | | Host | 通常为 project.feishu.cn |

2. 配置凭证

在 n8n 中创建 飞书项目 API 凭据:

| 字段 | 示例 | |------|------| | 飞书项目 Host | project.feishu.cn | | 插件 ID | MII_0000000000000000 | | 插件密钥 | AB92E56666CT8D60704743BF69C92C16 | | 用户 ID | 7568516887894324252 |

3. 开始使用

拖入节点 → 选择资源和操作 → 填写参数 → 执行!

注意事项

支持

许可证

MIT License