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 Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

@leelee/dsh-obsidian-plugin

Obsidian Plugin

DeepSeek Harness tool plugin: scaffold, validate, and version Obsidian plugins.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:LeeLee592/dsh-obsidian-plugin#a62ac8ff6440589d4bb23a7fcfa016cd64a97234
READMECompatibilityVersions

Compatibility and provenance

Obsidian Plugin is published as @leelee/dsh-obsidian-plugin and currently resolves to version 0.3.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
9/13/2026

Versions

0.3.0stable
9/13/2026
0.2.0stable
9/13/2026

Related plugins

Loading related plugins…

Latest
0.3.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
9/20/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 developer-tools.

DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessions

README

dsh-obsidian-plugin

🇨🇳 中文 | 🌐 English

给 DeepSeek Harness(DSH)智能体提供 Obsidian 插件开发能力:脚手架、校验、版本同步,并配套开发规范 skill。

主要功能

skill

  • obsidian-plugin(知识库,源自 gapmiss/obsidian-plugin-skill):提供 Obsidian 插件开发的规范指导(插件编写规范、校验与提交),引导 agent 何时、如何开发插件。

tools

  • obsidian_plugin_scaffold:使用官方 obsidianmd/obsidian-sample-plugin 模板生成合规插件骨架,内置命名/提交规则校验。
  • obsidian_plugin_validate:校验 manifest 必填字段、命名规则、versions.json 映射与 package.json 版本一致性,并使用官方 obsidianmd/eslint-plugin(eslint-plugin-obsidianmd)检查代码。
  • obsidian_plugin_version:同步 manifest.json / versions.json / package.json 三处版本。

安装

dsh plugin --profile web add @leelee/dsh-obsidian-plugin

使用

对 DSH 说「帮我新建一个 Obsidian 插件…」,agent 会加载 obsidian-plugin skill,按照 Obsidian Plugin Development Guidelines 的指导进行插件开发,并在过程中调用 obsidian_plugin_scaffold / obsidian_plugin_validate / obsidian_plugin_version 完成脚手架、校验与版本管理。

文档

  • doc/harness.default.md —— 插件的 HARNESS 会话上下文(定位 / 能力 / 使用规则)。
  • doc/version-notes.json —— 历史版本更新说明(最新在上,中英双语)。
  • doc/manual.zh.txt / doc/manual.en.txt —— 使用手册。

兼容性

项值
profileweb
DeepSeek Harness0.1.5-rc 实测
peer deps@deepseek-ai/cordis ^4.0.2 · @deepseek-ai/dsh-tools ^0.1.5-rc.2 · @deepseek-ai/schemastery ^3.18.2
权限注入 tools + fs(受 DSH 沙箱约束,无外部网络调用)
Node(开发构建)20+
LicenseMIT