← Back to Skills Marketplace
zhjx94264

weather-report-skills

by zhjx94264 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-report-skills
Description
天气播报格式化技能。当用户询问天气、查看天气预报、或需要生成天气报告时触发。技能包含完整的天气信息格式化模板,支持今天/明天/后天三种类型,以及时间段的斜体规则。
Usage Guidance
This skill is largely harmless but sloppy: it fetches weather from wttr.in and formats it. Before installing, consider: 1) The curl example is hardcoded to "Tianjin" — if you need other locations the skill must be modified to accept a user-specified place. 2) The SKILL.md calls curl, date, and python3 but the manifest lists no required binaries — ensure your agent environment has these tools. 3) The skill makes network requests to wttr.in (no credentials), so confirm you are comfortable allowing that external call and check rate/usage limits and privacy implications. 4) Because this is instruction-only with no code, it has low install risk, but double-check that templates handle time zones correctly and that the agent won't be given broader permissions to run unrelated shell commands. If you want to proceed, ask the author to parameterize the location, declare required binaries, and confirm compliance with your privacy/policy needs.
Capability Analysis
Type: OpenClaw Skill Name: weather-report-skills Version: 1.0.0 The skill is designed for fetching and formatting weather reports using the public wttr.in service. It uses standard commands like curl and a simple Python one-liner to parse JSON data, with no evidence of data exfiltration, malicious execution, or prompt injection. All logic in SKILL.md and references/weather_template.md is strictly aligned with the stated purpose of generating formatted weather tables.
Capability Assessment
Purpose & Capability
The declared purpose is a formatting/template skill for weather reports, and the runtime instructions fetch and format weather data (coherent). However the curl example is hardcoded to "Tianjin" while templates use a generic [地点] placeholder — limiting real-world usefulness and inconsistent with the description.
Instruction Scope
SKILL.md instructs the agent to call an external endpoint (wttr.in), run date, and run a python3 one-liner to parse JSON. The instructions do not reference unrelated files, secrets, or other endpoints, but they do require network access and assume system binaries exist. No unexpected data exfiltration or hidden endpoints are present.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk by an installer — lowest install risk.
Credentials
The skill declares no required binaries or environment variables, yet runtime instructions call curl, date, and python3. That's an incoherence (missing declared requirements). The skill does not request credentials or sensitive env vars (good).
Persistence & Privilege
always:false and no install steps — the skill does not request elevated persistence or modify other skills; autonomous invocation remains the platform default.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-report-skills
  3. After installation, invoke the skill by name or use /weather-report-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of weather-report-skills: - Provides a structured template for weather reports in Chinese. - Supports today/tomorrow/day-after-tomorrow with distinct formatting (italic for past time blocks today). - Includes customizable emoji based on actual weather conditions. - Outputs detailed and clearly separated markdown sections: opening, date, temperature table, weather status table, and summary bullet points. - Features temperature and perceived temperature descriptions, as well as wind direction guidance.
Metadata
Slug weather-report-skills
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is weather-report-skills?

天气播报格式化技能。当用户询问天气、查看天气预报、或需要生成天气报告时触发。技能包含完整的天气信息格式化模板,支持今天/明天/后天三种类型,以及时间段的斜体规则。 It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install weather-report-skills?

Run "/install weather-report-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is weather-report-skills free?

Yes, weather-report-skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does weather-report-skills support?

weather-report-skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created weather-report-skills?

It is built and maintained by zhjx94264 (@zhjx94264); the current version is v1.0.0.

💬 Comments