经 AI Skill Hub 精选评估,智能工作流 获评「强烈推荐」。在 GitHub 上收获超过 16.0k 颗 Star,这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g rowboat # 方式二:npx 直接运行(无需安装) npx rowboat --help # 方式三:项目依赖安装 npm install rowboat # 方式四:从源码运行 git clone https://github.com/rowboatlabs/rowboat cd rowboat npm install npm start
# 命令行使用
rowboat --help
# 基本用法
rowboat [options] <input>
# Node.js 代码中使用
const rowboat = require('rowboat');
const result = await rowboat.run(options);
console.log(result);
# rowboat 配置说明 # 查看配置选项 rowboat --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ROWBOAT_CONFIG="/path/to/config.yml"
<a href="https://www.youtube.com/watch?v=5AWoGo-L16I" target="_blank" rel="noopener noreferrer"> <img width="1339" height="607" alt="rowboat-github-2" src="assets/readme-dark/hero-video.png" /> </a>
A desktop AI coworker with a memory of your work and built-in surfaces to act on it.
<p align="center" style="display: flex; justify-content: center; gap: 20px; align-items: center;"> <a href="https://trendshift.io/repositories/13609" target="blank"> <img src="https://trendshift.io/api/badge/repositories/13609" alt="rowboatlabs/rowboat | Trendshift" width="250" height="55"/> </a> </p>
<p align="center"> <a href="https://www.rowboatlabs.com/" target="_blank" rel="noopener"> <img alt="Website" src="https://img.shields.io/badge/Website-10b981?labelColor=10b981&logo=window&logoColor=white"> </a> <a href="https://discord.gg/wajrgmJQ6b" target="_blank" rel="noopener"> <img alt="Discord" src="https://img.shields.io/badge/Discord-5865F2?logo=discord&logoColor=white&labelColor=5865F2"> </a> <a href="https://x.com/intent/user?screen_name=rowboatlabshq" target="_blank" rel="noopener"> <img alt="Twitter" src="https://img.shields.io/twitter/follow/rowboatlabshq?style=social"> </a> <a href="https://www.ycombinator.com" target="_blank" rel="noopener"> <img alt="Y Combinator" src="https://img.shields.io/badge/Y%20Combinator-S24-orange"> </a> </p>
</h5>
Rowboat indexes your work into a living knowledge graph and uses that to get work done on your machine. It includes work surfaces for collaborating with AI: email client, notes, browser, code mode, meeting note taker, and workspaces for different projects.
Download latest for Mac/Windows/Linux: Download
<p align="center"> <a href="https://www.youtube.com/watch?v=et5yQABJ3xI"> <img width="800" height="450" alt="Rowboat Apps to Code demo" src="apps/x/demo.gif" /> </a> </p>
<p align="center"> <a href="https://www.youtube.com/watch?v=et5yQABJ3xI"> Demo - apps to code </a> · <a href="https://www.youtube.com/watch?v=7xTpciZCfpw"> Demo - knowledge graph</a> </p>
⭐ If you find Rowboat useful, please star the repo. It helps more people find it.
---
BrainRowboat indexes email, meetings, slack and assistant conversations into a living Obsidian-style backlinked knowledge graph. |
|
||||||||||||
|
|
|
||||||||||||
Background agentsYou can set up background agents that run on events like new email or on schedule like every day at 8am. They can connect to tools, search the web, use the browser and write code using Claude Code or Codex. |
</td> </tr> <tr> <td width="40%" valign="middle"> <h3>Built-in Browser</h3> Rowboat includes a browser that lets you and assistant collaborate on web tasks. Because its isolated from your main browser, you can log in only to the accounts that want the assistant to access. </td> <td width="60%"> <img width="1512" height="948" alt="Browser screenshot" src="assets/readme-dark/browser.png" /> </td> </tr> <tr> <td width="40%" valign="middle"> <h3>Meeting Notes</h3> A local meeting note-taker that taps into mic & speaker, produces live transcript and summarizes the meeting in a markdown file and updates the knowledge graph. </td> <td width="60%"> <img width="1512" height="947" alt="Meeting notes screenshot" src="assets/readme-dark/meeting-notes.png" /> </td> </tr> <tr> <td width="40%" valign="middle"> <h3>Code Mode</h3> Code mode lets you spin up parallel coding agents with Claude Code or Codex, and have Rowboat drive them with all the work context where needed. </td> <td width="60%"> <img width="1512" height="949" alt="Code mode screenshot" src="assets/readme-dark/code-mode.png" /> </td> </tr> <tr> <td width="40%" valign="middle"> <h3>Apps</h3> You can bulild your own work surfaces inside Rowboat — they get acess to all the tools and integrations, and you can share them with other people. </td> <td width="60%"> <img width="1512" height="949" alt="Apps screenshot" src="assets/readme-dark/apps.png" /> </td> </tr> <tr> <td width="40%" valign="middle"> <h3>Integrations</h3> Includes one-click integrations to most popular products. </td> <td width="60%"> <img width="1512" height="948" alt="Integrations screenshot" src="assets/readme-dark/integrations.png" /> </td> </tr> </table> --- InstallationDownload latest for Mac/Windows/Linux: Download All release files: https://github.com/rowboatlabs/rowboat/releases/latest Google setupTo connect Google services (Gmail, Calendar, and Drive), follow Google setup.
🎯 aiskill88 AI 点评
A 级
2026-07-10
功能强大,适合自动化工作流 ⚡ 核心功能
👥 适合人群🎯 使用场景
⚖️ 优点与不足✅ 优点
⚠️ 不足
⚠️ 使用须知
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。 建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。 📄 License 说明
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。 🔗 相关工具推荐🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合
技能寻求者 MCP · Agent · 工作流 DeepCode Agent工作流 MCP · Agent · 工作流 total-agent-memory MCP工具 为Claude Code和Codex CLI提供持久化记忆功能的开源MCP工具。自动提取知识图谱,支持多轮对话上下文保留,适合需要长期记忆和 natively-cluely-ai-assistant — Claude Skill 中文使用文档 免费开源的AI面试助手,实时转录,隐蔽模式,局部RAG,BYOK。无订阅,防止数据泄露。 kb-arena开源AI工作流 kb-arena是开源的AI工作流,用于Benchmark 9 retrieval architectures(向量、上下文、QnA、知识图 CrewAI 多代理协作平台 MCP · Agent · 工作流 ❓ 常见问题 FAQ参考官方文档
💡 AI Skill Hub 点评
AI Skill Hub 点评:智能工作流 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。 🌐 原始信息
🔗 原始来源
🐙 GitHub 仓库 https://github.com/rowboatlabs/rowboat
🌐 官方网站 https://www.rowboatlabs.com
收录时间:2026-07-10 · 更新时间:2026-07-10 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。 🤖 交给 Agent 安装 · 智能工作流选择 Agent 类型,复制安装指令后粘贴到对应客户端 claude skill install https://github.com/rowboatlabs/rowboat
|