← 返回 Skills 市场
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-report-skills
功能描述
天气播报格式化技能。当用户询问天气、查看天气预报、或需要生成天气报告时触发。技能包含完整的天气信息格式化模板,支持今天/明天/后天三种类型,以及时间段的斜体规则。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-report-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-report-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
weather-report-skills 是什么?
天气播报格式化技能。当用户询问天气、查看天气预报、或需要生成天气报告时触发。技能包含完整的天气信息格式化模板,支持今天/明天/后天三种类型,以及时间段的斜体规则。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 weather-report-skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-report-skills」即可一键安装,无需额外配置。
weather-report-skills 是免费的吗?
是的,weather-report-skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
weather-report-skills 支持哪些平台?
weather-report-skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 weather-report-skills?
由 zhjx94264(@zhjx94264)开发并维护,当前版本 v1.0.0。
推荐 Skills