dsh-fun-weather
Manifest valid★ 3DSH weather tab and weather-following themes powered by Open-Meteo
DSH Fun Weather
Author / Maintainer: @Zacklinkk
独立的 DeepSeek Harness Profile Bundle,提供当前天气、7 日预报、小时预报、城市设置,以及随天气变化的主题和壁纸效果。天气与地理搜索使用 Open-Meteo。
兼容性
- DSH
0.0.1-rc.2 - Node.js
^22.19.0 || >=24 - Web profile
插件使用自己的同源设置 API,不依赖 DSH 核心 settings RPC 的 namespace allowlist。设置仍由 Host 的 dsh-settings 服务持久化。
安装
dsh plugin --profile web add ./deepseek-ai-dsh-fun-weather-0.1.0.tgz
dsh web --profile web
package.json#dsh.bundle.patch 会自动应用 cordis.patch.yml。不要手工重复插入 fun-weather entry。
开发与验收
npm ci
DSH_WORKSPACE_ROOT=/path/to/deepseek-harness npm run setup:dsh-workspace
npm run typecheck
npm test
npm run build
npm pack
发布前应在全新的 DSH_HOME 中从 tarball 安装,确认 dump-config 只有一条 fun-weather,再做真实 Web 启动和 /plugins/dsh-weather/api/settings smoke。
权限、网络与限制
- Host 只向 Open-Meteo forecast 和 geocoding 两个固定域名族发出请求,不需要 API Key。
- 城市搜索、预报与浏览器定位依赖网络/浏览器权限;上游失败会保留最后一次成功天气并显示错误。
- 动态主题和壁纸会修改 DSH 主题状态及页面 CSS;关闭开关后恢复用户主题。
- 同源设置与天气 API 不包含独立认证,不应把 DSH Web 端口暴露到不可信网络。
- 本项目当前为本地私有原型,不配置远端仓库,也不自动发布 npm。
Similar plugins
by sunshine-lang
Weather tool for DeepSeek Harness: current conditions and multi-day forecasts via Open-Meteo (free, no API key)
★ 7
MIT
TypeScript
Aug 14, 2026
dsh plugin --profile web add dsh-weatherby QianLuo-Ly
dsh的天气插件(没有高大上的东西,生活不易,出门记得看天气~)
★ 0
MIT
TypeScript
Sep 6, 2026
dsh plugin --profile web add dsh-weatherby XCKjacksparrow
Weather forecast for the DeepSeek Harness web GUI: a draggable floating weather card plus a model-callable weather tool.
★ 0
↓ 66/wk
MIT
TypeScript
Aug 15, 2026
dsh plugin --profile web add dsh-weatherby shenmy-git
DSH plugin: weather tool + immersive weather theming + FishLogo whale pet (theme/ambient/sound/HUD)
★ 0
TypeScript
Aug 16, 2026
dsh plugin --profile web add dsh-weather-pluginModel-facing weather tool that queries current conditions and 7-day forecasts from public Open-Meteo APIs, with no API key required.
★ 0
dsh plugin --profile web add dsh-tool-weatherby liangdabiao
dsh = 一台"所有零件都能换"的智能体机器。写插件 = 造一个零件装上去。本项目展示怎样开发一个天气插件:天气插件的设计:Node 端调 Open-Meteo 拿温度风力,浏览器端用这些数据画一张会动的天气卡片。
★ 3
TypeScript
Sep 1, 2026
dsh plugin --profile web add @demo/weather-plugin