n8n-deepseek 是 AI Skill Hub 本期精选n8n工作流之一。综合评分 6.7 分,整体质量稳定。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
# 命令行使用
n8n-deepseek --help
# 基本用法
n8n-deepseek [options] <input>
# Node.js 代码中使用
const n8n_deepseek = require('n8n-deepseek');
const result = await n8n_deepseek.run(options);
console.log(result);
AI Skill Hub 使用教程页 · 基于公开数据整理,实际使用请以官方文档为准。License:MIT