AI Skill Hub 强烈推荐:开源知识工作流 是一款优质的Agent工作流。已获得 1.6k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
AI原生的Markdown编辑器和知识库系统,集成LLM能力支持智能工作流。适合知识管理、内容创作、AI辅助写作的用户,提供美观界面和强大的AI协作功能。
开源知识工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
AI原生的Markdown编辑器和知识库系统,集成LLM能力支持智能工作流。适合知识管理、内容创作、AI辅助写作的用户,提供美观界面和强大的AI协作功能。
开源知识工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g open-knowledge # 方式二:npx 直接运行(无需安装) npx open-knowledge --help # 方式三:项目依赖安装 npm install open-knowledge # 方式四:从源码运行 git clone https://github.com/inkeep/open-knowledge cd open-knowledge npm install npm start
# 命令行使用
open-knowledge --help
# 基本用法
open-knowledge [options] <input>
# Node.js 代码中使用
const open_knowledge = require('open-knowledge');
const result = await open_knowledge.run(options);
console.log(result);
# open-knowledge 配置说明 # 查看配置选项 open-knowledge --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OPEN_KNOWLEDGE_CONFIG="/path/to/config.yml"
<p> <a href="https://openknowledge.ai"><picture> <source media="(prefers-color-scheme: dark)" srcset="assets/ok-wordmark-dark.svg"> <img src="assets/ok-wordmark.svg" alt="OpenKnowledge" width="260"> </picture></a> </p>
<p> <b>OpenKnowledge</b> is a beautiful markdown editor with integrations with Claude, Codex, and other harnesses. For knowledge bases, LLM wikis, specs, and notes. Private, local, and free.
</p>
</br>
<img src="assets/hero.webp" alt="OpenKnowledge editor with an AI agent drafting a launch recap" width="100%" style="border-radius: 10px" />
Highlights: - Full true WYSIWYG so that editing markdown files feels like editing a Google Doc or Notion page. - macOS app and web UI with file navigator, search, tabs, graph wiki link viewer, and more. - Collaborative AI-editing with Claude, Codex, and Cursor desktop apps. Can be used with any harness/agent via MCP/CLI, like OpenCode. - Out-of-the-box MCP, skills, and agentic search for LLM Wikis, agent second brains, and knowledge graphs. - No-code Team sharing and Auto-sync powered by git/GitHub under the hood. - Embeddable HTML and rich components for writing engineering specs and visualized reports. - A built-in TUI in the Desktop app and a Web UI for users who prefer terminals.
macOS: download the desktop app — open the DMG, drag OpenKnowledge to Applications, and launch it. Latest release.
Linux, Windows, Intel Mac: run the same editor as a local web app via the CLI (Node.js 24+ required):
npm install -g @inkeep/open-knowledge
cd your-project
ok init # scaffold the project + wire up Claude Code, Cursor, and Codex
ok start --open # serve the web editor and open it in your browser
Use OpenKnowledge by opening any existing folder on your computer that contains markdown or mdx files. The app can be used with existing codebases, wikis, Obsidian vaults, etc.
Think of it as Notion meets VSCode.
You can also start from scratch with one of the starter packs, which include e.g. a template for an LLM Wiki.
The app will automatically initialize your project with MCP and skill configs for agent harnesses detected on your computer. Git sync and sharing can optionally be enabled.
Docs for general usage: <https://openknowledge.ai/docs>.
高质量开源项目,融合AI能力的编辑器设计新颖,TypeScript实现保证代码质��,活跃维护和完整文档支持,适合专业用户和开发者。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
总体来看,开源知识工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | open-knowledge |
| 原始描述 | 开源AI工作流:Beautiful, AI-native markdown editor and LLM Wiki。⭐1.6k · TypeScript |
| Topics | AI编辑器知识管理LLM集成工作流自动化Claude支持 |
| GitHub | https://github.com/inkeep/open-knowledge |
| License | GPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-06-30 · 更新时间:2026-06-30 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端