Frank670 downloadsDeepSeek Harness 理念的 Obsidian 实现:在 Obsidian 内运行 Cordis 插件体系与 agent,用户插件可直接扩展命令、工具与面板。中英文界面。 / An Obsidian implementation inspired by DeepSeek Harness: run a Cordis plugin system and agents inside Obsidian; user plugins extend commands, tools and panels. UI in Chinese & English.
An Obsidian implementation inspired by DeepSeek Harness — run a Cordis plugin system and an AI agent inside Obsidian. The agent reads and writes your notes, calls tools and goes through approvals; you (or the agent) can write your own Cordis plugins to extend Obsidian's commands, tools, panels, ribbon icons, status bar and settings tabs.

Status: beta — core features are complete; the UI supports Chinese & English (and can follow Obsidian's language).
Desktop only — Harness Like runs in the Obsidian desktop app (macOS / Windows / Linux). Obsidian Mobile is not supported.
Harness Like is an Obsidian implementation inspired by DeepSeek Harness. It embeds a Cordis runtime inside the Obsidian plugin process, exposes Obsidian's APIs as Cordis services, and lets an AI agent read and write your notes through tools — with human approval at every step to keep your data safe. In Create Mode, you can build, iterate and reload your own Cordis plugins entirely through conversation — whatever you can imagine, you can create.
(Note: these are not Obsidian-native plugins — they are Cordis plugins adapted to Obsidian's extension points provided by Harness Like.)
Detailed user guide: Harness Like Docs



From the official plugin directory: Harness Like (desktop only) — in Obsidian: Settings → Community plugins → Browse → search "Harness Like".
Manual install (alternative): copy main.js, manifest.json, styles.css from the repository root to .obsidian/plugins/harness-like/ in your vault.
.obsidian/plugins/harness-like/data.json — keep it safe..obsidian/harness-like-plugins/<id>/ to the same location in the new vault and re-authorize.MIT
Harness Like 是 DeepSeek Harness 理念的 Obsidian 实现:在 Obsidian 插件进程内嵌入 Cordis 运行时,把 Obsidian 的 API 暴露为 Cordis 服务,让 agent 可以通过工具读写你的笔记,同时为了保障数据安全全程带人工审批;而在创造模式下,甚至能按照你的想法完全通过对话创建、迭代并重载你自己的 Cordis 插件,让您的想法言出法随。
(注意此并非 Obsidian 原生插件,而是通过本插件针对 Obsidian 提供的扩展点适配的 Cordis 插件)
详细使用指南:Harness Like 文档站



从官方插件目录安装:Harness Like(仅限桌面端)——Obsidian 内:设置 → 第三方插件 → 浏览 → 搜索 "Harness Like"。
手动安装(备选):从仓库根目录复制 main.js、manifest.json、styles.css 到 vault 的 .obsidian/plugins/harness-like/。
.obsidian/plugins/harness-like/data.json,请注意保管。.obsidian/harness-like-plugins/<id>/ 到新 vault 相同位置,重新授权即可。MIT
使用者可直接跳过本节。完整开发文档见文档站开发文档栏目(中文文档位于 /zh/,站点默认英文)。
有问题请在 GitHub Discussions 提问,或在 Issues 里提交功能请求。