dennisrongo/dsh-plugins--plugins-dsh-weather0

@dennisrongo/dsh-weather

Weather bar for DeepSeek Harness (dsh) — current conditions at the bottom of the web UI via Open-Meteo, rendered into shell.overlay

AI 분석

核心用途是在 DSH 界面底部中央展示实时天气、每小时预报及风速湿度。适合想要在工作台直观获取天气信息的 DSH 用户,支持 IP 定位和手动切换温标。

패키지
@dennisrongo/dsh-weather
버전
0.3.0
라이선스
MIT
최근 업데이트
2026. 8. 28.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dennisrongo/dsh-plugins#377c8ef55a1bc9a64a99d08a7b73c398ae83b113&path:plugins/dsh-weather

dsh-weather

Weather bar for the DeepSeek Harness web UI — current conditions, a short hourly outlook, humidity and wind, pinned to the bottom-center of the page.

  • Data: Open-Meteo (free, no API key) via the browser.
  • Location: localStorage["dsh-weather:location"] = "Your City" if set, else coarse IP geolocation (ipapi.co), else New York.
  • Mount point: additive shell.overlay slot — pure-consumer client plugin, empty host half.
  • Units: Fahrenheit by default — click the temperature to toggle °F/°C. The choice is remembered in localStorage["dsh-weather:unit"].
  • Refresh: every 15 min, plus a manual ⟳ button.

Build

pnpm install
pnpm build
pnpm test

Use in a dsh profile

{ "dependencies": { "@dennisrongo/dsh-weather": "file:../dsh-weather" } }
# cordis.patch.yml
- insert:
    - id: dsh-weather
      name: '@dennisrongo/dsh-weather'

Restart the profile; the bar appears at the bottom of the web UI.