← 返回 Skills 市场
🔌

tencent-weather

作者 TencentNewsTeam · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tencent-weather
功能描述
天气信息查询工具,覆盖中国市级和区县级行政区。当用户查询实况天气、天气预报信息时使用。
安全使用建议
This skill wraps a Tencent CLI to provide weather data and is internally consistent, but take these precautions before installing/using it: - Do NOT blindly run the curl | sh or irm | iex install commands; fetch and review the install script (or download from a verifiable release) before executing. Piping remote scripts to a shell is high risk even when hosted on a corporate CDN. - Verify the download host and checksum/signature of any downloaded CLI binary if possible. - The helper scripts will execute whatever tencent-news-cli is present on your system. Only install a CLI you trust; the CLI can run arbitrary commands and could exfiltrate data if malicious. - The skill checks the CLI for an API key via apikey-get; the skill itself does not request credentials but will use whichever key the CLI holds. Keep sensitive credentials in a secure location and be deliberate when configuring the CLI. - On Windows the TypeScript helpers expect Bun; the registry metadata did not declare this dependency — ensure required runtimes are present and inspect scripts before running them. If you want higher assurance, run the installer and CLI in a sandboxed/test environment first or request the upstream CLI source and verify its contents and signatures.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill is a thin wrapper around a tencent-news-cli to fetch weather for Chinese administrative regions; requiring/using that CLI is coherent with the stated purpose.
Instruction Scope
SKILL.md confines runtime actions to detecting/using the CLI (help weather, weather commands, apikey-get/set), requires parsing CLI output, and explicitly forbids fallback to other web searches or auto-opening browsers.
Install Mechanism
Installation guidance and update guides instruct users to run remote installer commands that pipe shell scripts from https://mat1.gtimg.com (curl | sh and irm | iex). While this is a vendor CDN (Tencent), piping remote scripts to a shell is a high-risk install pattern and should be verified before running. There is no registry-level install spec; the skill ships helper scripts that expect a separately-downloaded CLI.
Credentials
The skill does not declare required env vars, which is consistent with its model (the CLI manages API key storage). The code/scripts call the CLI's apikey-get to check whether an API key is configured; this is reasonable, but the skill will rely on whatever API key the CLI is configured with — the registry does not declare or request that credential explicitly.
Persistence & Privilege
always is false, no system-wide config modifications are requested by the skill itself, and the skill does not request to modify other skills or agent settings. Runtime scripts execute the external CLI from user paths only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tencent-weather
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tencent-weather 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
tencent-weather 1.0.0 初始版本发布 - 支持中国市级和区县级天气信息实时查询与天气预报 - 完整描述了 CLI 检查、安装、更新、API Key 配置和错误处理流程 - 查询命令严格依赖 CLI 能力展示,地点支持 Adcode 映射 - 明确输出格式与分组规则,输出结果注明来源 - 详细列出各种异常情况的引导与处理措施
元数据
Slug tencent-weather
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

tencent-weather 是什么?

天气信息查询工具,覆盖中国市级和区县级行政区。当用户查询实况天气、天气预报信息时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 tencent-weather?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-weather」即可一键安装,无需额外配置。

tencent-weather 是免费的吗?

是的,tencent-weather 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

tencent-weather 支持哪些平台?

tencent-weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 tencent-weather?

由 TencentNewsTeam(@tencentnewsteam)开发并维护,当前版本 v1.0.0。

💬 留言讨论