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.

Plugin Garmin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-garmin

Plugin Garmin

Garmin Watch Face Generator & Workbench Plugin for DeepSeek Harness (dsh)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:RayzPub/dsh-plugin-garmin#c7bb562b6c1b7413965cc3a4f21a5fd308511afa
READMECompatibilityVersions

Compatibility and provenance

Plugin Garmin is published as dsh-plugin-garmin 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
9/3/2026

Versions

0.1.0stable
9/3/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
9/4/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 ui-customization.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

⌚ dsh-plugin-garmin

自然语言驱动的 Garmin Fenix 7 表盘生成与全自动 PRG 编译引擎插件
Garmin Watch Face Generator & Workbench Plugin for DeepSeek Harness (dsh)

dsh-plugin-garmin 是专为 DeepSeek Harness (dsh) 打造的领域专用扩展插件。用户只需在聊天窗口中通过自然语言对话,即可完成针对 Garmin Fenix 7 系列(260×260、64 色 MIP 显示屏)的表盘设计、矢量仿真预览、资源合规校验、Monkey C 源码生成以及最终 .prg 安装二进制的编译打包。


✨ 核心特性

  • 🗣️ 对话式表盘生成:向 Agent 描述需求(如“生成一款战术风表盘,带橙色分钟指针、心率弧环与电量进度条”),全流程自动化驱动。
  • 🎨 MIP 64 色硬件合规守护:内置 Garmin Fenix 7 专用的 64 色 Memory-in-Pixel 调色板映射与欧氏距离色彩吸附算法,杜绝不可渲染的色彩错误。
  • 🖥️ 高保真 260×260 矢量模拟器:将声明式表盘规范(WatchFaceSpec)即时渲染为 SVG 视图,内置夜间背光模式与 1Hz 动态仿真。
  • ⚡ 动态 Monkey C 源码生成引擎:彻底告别写死模板,根据布局规范动态插桩指针三角函数运算、电量/心率/步数传感器安全查询与休眠模式低功耗(Sleep Mode)处理。
  • 🔑 免交互开发者密钥签发:无头 Linux 环境下自动调用 OpenSSL 生成 Garmin 必需的 4096 位 RSA 私钥(PKCS#8 DER 规范),免去手动配置烦恼。
  • 🛠️ 一键编译与环境诊断:集成 garmin_build 与 garmin_env,支持调用 monkeyc 编译器直接输出可侧载(Sideload)的 .prg 固件,并提供清晰的环境缺失诊断。
  • 🎛️ Web 仿真工作台 (Workbench UI):提供独立的三栏式表盘设计工作室(包含表圈模拟器、图层树、实时控件与环境诊断面板)。

🚀 快速上手

1. 安装插件

在你的 DeepSeek Harness (dsh) 项目根目录下安装:

npm install dsh-plugin-garmin

或在 dsh.config.ts / 插件配置中载入:

import * as GarminPlugin from 'dsh-plugin-garmin'

export default {
  plugins: [GarminPlugin]
}

2. Linux 宿主系统环境准备 (用于生成真机 .prg 固件)

如果需要直接在 Linux 环境中完成 .prg 编译打包,建议预装以下环境:

# 1. 安装 Java 运行时环境 (Connect IQ 编译器底层需要 Java 8+)
sudo apt-get update
sudo apt-get install -y default-jre-headless openssl

# 2. (可选) 下载 Garmin Connect IQ SDK (Linux 版)
# 插件会自动扫描系统 PATH 以及 ~/.Garmin/ConnectIQ/Sdks/ 目录

提示:如果未安装 monkeyc,插件仍然可以完整支持表盘设计、SVG 实时预览与 Monkey C 源码脚手架生成,用户可将生成的源码工程直接用 VS Code Garmin 插件编译。


🛠️ 注册的 Agent 工具列表

插件向 dsh 上下文注入了专属的 System Prompt 规范,并注册了 4 个核心 Agent 工具:

工具名称描述核心输入参数
garmin_specs获取 Fenix 7 的硬件约束(260×260 圆形、128KB 内存上限、64 色 MIP 调色板)device (默认 fenix7)
garmin_preview验证声明式 WatchFaceSpec 并输出 260×260 SVG 及内存估算spec, simulationState
garmin_scaffold根据表盘模型一键生成生产级 Connect IQ 源码工程projectDir, appName, clockType, spec
garmin_build调用 monkeyc 编译器将工程编译为 .prg 二进制固件projectDir, device, outputPrg, sdkPath
garmin_env检查或一键自动初始化 Linux 编译环境与签名密钥action ("check" | "setup"), sdkPath

📲 如何安装到 Garmin 手表 (Sideload 侧载)

当插件成功编译出 .prg 文件后:

  1. 使用 USB 数据线将 Garmin Fenix 7 连接至电脑。
  2. 打开挂载的手表磁盘目录,进入 GARMIN/ 文件夹。
  3. 将生成的 xxx.prg 文件复制到 GARMIN/APPS(或某些固件版本的 GARMIN/Debug)目录中。
  4. 安全弹出设备并拔掉数据线,手表将自动加载并应用新表盘。

🧪 本地开发与测试

# 克隆仓库
git clone https://github.com/your-org/dsh-plugin-garmin.git
cd dsh-plugin-garmin

# 安装开发依赖
npm install

# 编译 TypeScript
npm run build

# 运行全套端到端单元测试
npm test

⚠️ 免责声明 (Disclaimer)

  • 非官方项目:本项目为开源社区第三方开发的 DeepSeek Harness 扩展插件,与 Garmin Ltd.(佳明) 无官方合作、赞助或背书关系。
  • 商标声明:Garmin、Connect IQ、Monkey C、Fenix 均为 Garmin Ltd. 或其附属公司的注册商标。

📄 开源许可证

本项目采用 MIT License 开源许可证。 欢迎提交 Issue 和 Pull Request 共建!