dsh plugins中文
← Back to popular plugin directory

DeepSeek Harnesss weather tool

sunshine-lang/dsh-weather · skills

Weather tool for DeepSeek Harness: current conditions and multi-day forecasts via Open-Meteo (free, no API key).

★ 4GitHub stars
1Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

模型会调用 getweather:参数 location(必填),可选 units(celsius | fahrenheit)和 days(1–7)。 配置

可通过 cordis.patch.yml 或 profile 的 patch 层覆盖任意配置项: 配置项 · 默认值 · 含义 配置项: defaultUnits · 默认值: celsius · 含义: 模型未传 units 时使用的温度单位 配置项: timeoutMs · 默认值: 10000 · 含义: 每次天气 API 调用的超时时间(毫秒) 配置项: maxForecastDays · 默认值: 7 · 含义: days 参数的上限(1–7)

在 DeepSeek Harness 仓库内构建(类型解析指向工作区源码)时,改用 tsconfig.local.json:tsc -p tsconfig.local.json。 同作者更多插件

Install command

dsh plugin --profile web add github:sunshine-lang/dsh-weather
View GitHub repository ↗Back to popular plugin directory