dsh-tool-weather
面向模型的天气工具,基于公开 Open-Meteo API 查询当前天气与 7 天预报,无需 API Key。
Model-facing weather tool that queries current conditions and 7-day forecasts from public Open-Meteo APIs, with no API key required.
怎么安装
dsh plugin add dsh-tool-weather 简介
dsh-tool-weather — DeepSeek Harness 天气插件 为 DeepSeek Harness(DSH)注册一个模型可直接调用的 weather 工具:查询任意城市/坐标的当前天气、逐日预报与逐小时预报。数据来自公开的 Open-Meteo API,**无需 API Key**,全球覆盖,支持中文地理编码。 一、实现方案总览 1. 插件形态:profile bundle DSH 的插件体系基于 Cordis:宿主进程运行一份 cordis.yml 组合(composition),插件以 **bundle** 形式向组合注入自己的配置行。一个 bundle 就是一个 npm 包,其 package.json 声明: json "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } cordis.patch.yml 是加载器 patch 列表(insert 追加配置行 / 按 id 覆盖既有行)。本插件的 patch 向组合插入一行: yaml insert: id: weather name: dsh-tool-weather 安装流程:dsh plugin --profile <name> add <包> 在 profile 目录里执行 pnpm 安装,随后自动把声明了 dsh.bundle 的依赖追加到…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-24
- 创建于
- 2026-08-24
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
同类推荐
ms-365-mcp-server
softeria/ms-365-mcp-server
一个模型上下文协议(MCP)服务器,通过Graph API与Microsoft 365和Office服务交互。
davinci-resolve-mcp
samuelgursky/davinci-resolve-mcp
用于DaVinci Resolve Studio的MCP服务器集成