← Back to Skills Marketplace
222
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tianqi-weather
Description
获取天气预报和气温信息。使用场景:用户询问天气、温度、降雨、出行建议等。支持通过 wttr.in 查询全球城市天气,无需 API Key。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tianqi-weather - After installation, invoke the skill by name or use
/tianqi-weather - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本发布。
- 支持通过 wttr.in 查询全球城市的当前天气和未来天气预报
- 支持自定义格式,输出气温、体感、降水等多种信息
- 无需 API Key,使用 curl 命令直接查询
- 适用场景包括日常天气、气温、降雨和出行建议
- 提供常用查询示例与格式代码说明
- 支持中文、拼音和机场代码等多种查询方式
Metadata
Frequently Asked Questions
What is 天气?
获取天气预报和气温信息。使用场景:用户询问天气、温度、降雨、出行建议等。支持通过 wttr.in 查询全球城市天气,无需 API Key。 It is an AI Agent Skill for Claude Code / OpenClaw, with 222 downloads so far.
How do I install 天气?
Run "/install tianqi-weather" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 天气 free?
Yes, 天气 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 天气 support?
天气 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 天气?
It is built and maintained by anmu14641 (@anmu14641); the current version is v1.0.0.
More Skills