← 返回 Skills 市场
222
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tianqi-weather
功能描述
获取天气预报和气温信息。使用场景:用户询问天气、温度、降雨、出行建议等。支持通过 wttr.in 查询全球城市天气,无需 API Key。
安全使用建议
This skill is simple and coherent: it runs HTTP queries to wttr.in (examples use curl) to get weather. Before installing, ensure your agent/runtime can make outbound HTTP requests and has curl (or adapt the instructions to use another HTTP client). There are no credentials requested, but be aware queries include city/location names — if users consider location sensitive, limit who can invoke the skill or block outbound network calls. Also respect wttr.in's rate limits to avoid being throttled.
功能分析
Type: OpenClaw Skill
Name: tianqi-weather
Version: 1.0.0
The skill is a straightforward weather query tool that uses the legitimate public service wttr.in via standard curl commands. It contains no evidence of data exfiltration, malicious execution, or prompt injection, and its functionality is entirely consistent with its stated purpose in SKILL.md.
能力评估
Purpose & Capability
The name/description state it will fetch current weather and forecasts via wttr.in. The SKILL.md only contains curl examples against wttr.in and format codes that match the stated purpose.
Instruction Scope
Runtime instructions tell the agent to make HTTP requests to wttr.in using curl and specific query formats. The instructions do not read local files, environment secrets, or contact any endpoints other than wttr.in. Minor mismatch: the skill metadata lists no required binaries while the instructions rely on curl being available (this is an operational omission, not a security red flag).
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk.
Credentials
No environment variables, credentials, or config paths are requested. That aligns with a public, no-API-key weather lookup service.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent installation or elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tianqi-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/tianqi-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本发布。
- 支持通过 wttr.in 查询全球城市的当前天气和未来天气预报
- 支持自定义格式,输出气温、体感、降水等多种信息
- 无需 API Key,使用 curl 命令直接查询
- 适用场景包括日常天气、气温、降雨和出行建议
- 提供常用查询示例与格式代码说明
- 支持中文、拼音和机场代码等多种查询方式
元数据
常见问题
天气 是什么?
获取天气预报和气温信息。使用场景:用户询问天气、温度、降雨、出行建议等。支持通过 wttr.in 查询全球城市天气,无需 API Key。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。
如何安装 天气?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tianqi-weather」即可一键安装,无需额外配置。
天气 是免费的吗?
是的,天气 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
天气 支持哪些平台?
天气 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 天气?
由 anmu14641(@anmu14641)开发并维护,当前版本 v1.0.0。
推荐 Skills