← Back to Skills Marketplace
🔌
tencent-weather
by
TencentNewsTeam
· GitHub ↗
· v1.0.0
· MIT-0
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencent-weather
Description
天气信息查询工具,覆盖中国市级和区县级行政区。当用户查询实况天气、天气预报信息时使用。
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencent-weather - After installation, invoke the skill by name or use
/tencent-weather - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
tencent-weather 1.0.0 初始版本发布
- 支持中国市级和区县级天气信息实时查询与天气预报
- 完整描述了 CLI 检查、安装、更新、API Key 配置和错误处理流程
- 查询命令严格依赖 CLI 能力展示,地点支持 Adcode 映射
- 明确输出格式与分组规则,输出结果注明来源
- 详细列出各种异常情况的引导与处理措施
Metadata
Frequently Asked Questions
What is tencent-weather?
天气信息查询工具,覆盖中国市级和区县级行政区。当用户查询实况天气、天气预报信息时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install tencent-weather?
Run "/install tencent-weather" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tencent-weather free?
Yes, tencent-weather is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tencent-weather support?
tencent-weather is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tencent-weather?
It is built and maintained by TencentNewsTeam (@tencentnewsteam); the current version is v1.0.0.
More Skills