AI Skill Hub 强烈推荐:obsidian-mind Agent工作流 是一款优质的Agent工作流。已获得 2.6k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
为AI编程助手提供持久化记忆的开源工作流方案。集成Claude Code等AI工具,帮助开发者在Obsidian笔记系统中构建智能工作环境,提升AI编程效率和上下文理解能力。适合AI编程爱好者和专业开发者。
obsidian-mind Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
为AI编程助手提供持久化记忆的开源工作流方案。集成Claude Code等AI工具,帮助开发者在Obsidian笔记系统中构建智能工作环境,提升AI编程效率和上下文理解能力。适合AI编程爱好者和专业开发者。
obsidian-mind Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g obsidian-mind # 方式二:npx 直接运行(无需安装) npx obsidian-mind --help # 方式三:项目依赖安装 npm install obsidian-mind # 方式四:从源码运行 git clone https://github.com/breferrari/obsidian-mind cd obsidian-mind npm install npm start
# 命令行使用
obsidian-mind --help
# 基本用法
obsidian-mind [options] <input>
# Node.js 代码中使用
const obsidian_mind = require('obsidian-mind');
const result = await obsidian_mind.run(options);
console.log(result);
# obsidian-mind 配置说明 # 查看配置选项 obsidian-mind --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OBSIDIAN_MIND_CONFIG="/path/to/config.yml"
<p align="center"> <img src="obsidian-mind-logo.png" alt="Obsidian Mind" width="120"> </p>
An Obsidian vault that gives AI coding agents persistent memory. Built for Claude Code, with working hooks for Codex CLI and Gemini CLI. Start a session, talk about your day, and the agent handles the rest — notes, links, indexes, performance tracking. Every conversation builds on the last.
---
Note on the Node flag. Hook scripts execute TypeScript directly via Node's--experimental-strip-typesflag, stable in Node 22.6+ (Aug 2024) and the default behaviour in Node 23.6+. The flag is marked experimental but has been unchanged across 22 LTS and 24 LTS; if a future Node release retires or renames it, hook commands in.claude/settings.json,.codex/hooks.json, and.gemini/settings.jsonneed a one-line update.
---
npm install -g shardmind
mkdir my-vault && cd my-vault
shardmind install github:breferrari/obsidian-mind
shardmind install writes into the current directory, so create and enter a fresh folder first. The wizard collects your name, organization, vault purpose, agents to include, and whether to enable QMD; ShardMind then initializes git, optionally bootstraps QMD, and personalizes brain/North Star.md with your answers. Then:
claude, codex, or geminiShardMind is the package manager for Obsidian vault templates. The install adds a .shardmind/ sidecar that powers the wizard, optional modules (skip what you don't use), and three-way-merge upgrades. With every value at its default the install is byte-equivalent to git clone — clone-UX is preserved exactly. Delete .shardmind/ and shard-values.yaml from the installed vault and it keeps working: ShardMind is additive, not load-bearing.
Morning: Run /om-standup. Your agent loads your North Star, active projects, open tasks, and recent changes. You get a structured summary and suggested priorities.
Throughout the day: Talk naturally. Mention a decision you made, an incident that happened, a 1:1 you just had, a win you want to remember. The classification hook nudges the agent to file each piece correctly. For bigger brain dumps, use /om-dump and narrate everything at once.
End of day: Say "wrap up" and the agent invokes /om-wrap-up — verifies notes, updates indexes, checks links, spots uncaptured wins.
Weekly: Run /om-weekly for cross-session synthesis — North Star alignment, patterns, uncaptured wins, and next-week priorities. Run /om-vault-audit to catch orphan notes, broken links, and stale content.
Review season: Run /om-review-brief manager and get a structured review prep document with all the evidence already linked.
---
Obsidian Mind 是一个专为知识管理与 AI 协作设计的增强工具。它通过深度集成先进的 AI Coding Agent,将您的 Obsidian 笔记库转化为一个具备上下文感知能力的智能大脑,实现笔记与 AI 智能体的无缝联动。
本项目集成了强大的 AI 能力,支持与 Claude Code、Codex CLI 及 Gemini CLI 等主流 AI Agent 进行深度交互。通过构建结构化的知识上下文,它能让 AI 理解您的项目进度、决策记录及个人目标,从而提供精准的辅助支持。
使用本项目前,请确保您的系统已安装 Obsidian 1.12 或更高版本(以支持 CLI 功能)。此外,您需要配置好 AI Coding Agent 环境,推荐使用支持程度最高的 Claude Code,也可选择 Codex CLI 或 Gemini CLI 作为底层驱动。
推荐使用 ShardMind 进行安装。请先创建一个新文件夹并进入该目录,随后运行 `npm install -g shardmind` 安装工具,最后执行 `shardmind install github:breferrari/obsidian-mind`。安装过程中,向导会引导您完成姓名、组织及 Vault 用途的配置,并自动通过 post-install hook 初始化 `brain/North Star.md` 文件。
安装完成后,您可以通过命令行或在 Obsidian 内部启动智能工作流。系统会根据您的配置自动加载项目上下文,您可以像与真人对话一样,自然地向 AI 描述您的决策、会议记录或突发事件,让 AI 协助您管理知识库。
系统通过实时监控项目状态来提供反馈。例如,当检测到特定项目(如 auth refactor)处于阻塞状态时,AI 会通过接口感知并提醒您,确保您的开发进度与笔记记录保持高度同步。
本项目提供了一套完整的智能工作流。早晨通过 `/om-standup` 命令,Agent 会自动加载您的 North Star 指导原则、活跃项目及待办任务,为您生成结构化的每日总结与优先级建议。在日常工作中,您可以随时通过自然语言记录决策或进展,实现知识的自动化沉淀。
创新性强的AI+笔记融合方案,为编程工作流赋能。代码质量良好,社区活跃度高,持续维护中。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,obsidian-mind Agent工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | obsidian-mind |
| 原始描述 | 开源AI工作流:An Obsidian vault that gives AI coding agents persistent memory. Claude Code, Co。⭐2.6k · TypeScript |
| Topics | ObsidianAI工作流编程助手持久化记忆Claude |
| GitHub | https://github.com/breferrari/obsidian-mind |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-18 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端