DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Obsidian Note — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

dsh-obsidian-note

Obsidian Note

A DeepSeek Harness plugin: save conversation notes into an Obsidian vault.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:JarvisChu/dsh-obsidian-note#141254be899f3cf3452bd7f05a39848dcb289949
READMECompatibilityVersions

Compatibility and provenance

Obsidian Note is published as dsh-obsidian-note and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/22/2026

Versions

0.1.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/22/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in memory-context.

Contextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Memory@furongjun1999/dsh-memoryLingshu (Lingshu·líng shū) DeepSeek Harness plugin: a complete brain—long-term memory/knowledge flywheel/self-awareness/recursive reflection integrated with DSH, with conversations automatically distilled into the md_cg cognitive graph (md documents)

README

dsh-obsidian-note

A DeepSeek Harness (dsh) plugin bundle that gives the model a save_note tool: save conversation content as markdown notes into your Obsidian vault.

Install

dsh plugin --profile <name> add dsh-obsidian-note        # from npm (if published)
dsh plugin --profile <name> add ./dsh-obsidian-note      # from a local checkout
dsh plugin --profile <name> add github:JarvisChu/dsh-obsidian-note   # from GitHub

纯 JS 包,无构建步骤——从 GitHub 安装不需要 prepare 脚本,也不需要 allowBuilds 授权。

Configuration

默认笔记写到 ~/ObsidianVault/dsh-notes/。在你 profile 的 cordis.patch.yml 里按 id 覆盖插件行即可自定义:

- id: obsidian-note
  config:
    vaultPath: /path/to/your/vault
    subDir: dsh-notes

Usage

在对话里直接说,例如:

Use the save_note tool to save a summary of this conversation, titled "meeting-notes".

模型会调用 save_note,笔记落盘后返回保存路径。

Development

本插件是一份 step-by-step 教程的产物,教程见 learn/dsh_plugin_tutorial。