Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

weather-report-skills

v1.0.0

天气播报格式化技能。当用户询问天气、查看天气预报、或需要生成天气报告时触发。技能包含完整的天气信息格式化模板,支持今天/明天/后天三种类型,以及时间段的斜体规则。

0· 97·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zhjx94264/weather-report-skills.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "weather-report-skills" (zhjx94264/weather-report-skills) from ClawHub.
Skill page: https://clawhub.ai/zhjx94264/weather-report-skills
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install weather-report-skills

ClawHub CLI

Package manager switcher

npx clawhub@latest install weather-report-skills
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

chinesevk977ea02f7ehgn62nstma82tmd83y8ctlatestvk977ea02f7ehgn62nstma82tmd83y8ctutilityvk977ea02f7ehgn62nstma82tmd83y8ctweathervk977ea02f7ehgn62nstma82tmd83y8ct
97downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

天气播报格式技能

快速使用

当用户询问天气时,按以下流程执行:

  1. 使用 curl -s "wttr.in/Tianjin?format=j1" 获取天气数据
  2. 判断是"今天"、"明天"还是"后天"的天气
  3. 根据日期类型应用对应格式:
    • 今天:已过去的时段用斜体,未到的时段正常显示
    • 明天/后天:所有时段都不使用斜体
  4. 按模板生成最终回复

格式模板

开场白(正文级别,不带标题符号)

主人好呀~,青芜为您带来[今日/明日/后日][地点]的天气情况啦 [天气emoji]

日期标题(三级标题)

### 📅 [年份]年[月]月[日]日(周X)

温度变化表格(带边框的 Markdown 表格)

今天格式(过去时段用斜体):

| 时段 | 温度 | 体感 |
|------|------|------|
| *🌙 凌晨 0-6点* | *xx°C → xx°C* | *偏凉(xx-xx°C)* |
| *🌅 早上 6-9点* | *xx°C → xx°C* | *较凉(xx-xx°C)* |
| *☀️ 上午 9-12点* | *xx°C → xx°C* | *舒适(xx-xx°C)* |
| 🌤️ 中午 12-15点 | xx°C → xx°C | 暖和(xx-xx°C) |
| 🌇 下午 15-18点 | xx°C → xx°C | 暖和(xx-xx°C) |
| 🌆 傍晚 18-21点 | xx°C → xx°C | 舒适(xx-xx°C) |
| 🌙 夜间 21-24点 | xx°C | 偏凉(xx°C) |

明天/后天格式(全部不用斜体):

| 时段 | 温度 | 体感 |
|------|------|------|
| 🌙 凌晨 0-6点 | xx°C → xx°C | 偏凉(xx-xx°C) |
| 🌅 早上 6-9点 | xx°C → xx°C | 较凉(xx-xx°C) |
| ☀️ 上午 9-12点 | xx°C → xx°C | 舒适(xx-xx°C) |
| 🌤️ 中午 12-15点 | xx°C → xx°C | 暖和(xx-xx°C) |
| 🌇 下午 15-18点 | xx°C → xx°C | 暖和(xx-xx°C) |
| 🌆 傍晚 18-21点 | xx°C → xx°C | 舒适(xx-xx°C) |
| 🌙 夜间 21-24点 | xx°C | 偏凉(xx°C) |

区块分隔

每个区块之间用 Markdown 分隔线 --- 分隔。

天气 emoji 规则

开场白结尾的 emoji 根据实际天气填写:

天气类型emoji
晴天/阳光充足☀️
多云
阴天☁️
小雨🌧️
中雨🌧️
大雨⛈️
雪天❄️
雾天🌫️
雷阵雨⛈️

天气状况标题

### [☀️/⛅] 天气状况

天气状况表格必须覆盖全天所有 7 个时段,根据 hourly 数据逐时段填写,不能遗漏或简化:

| 时段 | 天气 |
|------|------|
| 🌙 凌晨 0-6点 | 【该时段天气描述,emoji】 |
| 🌅 早上 6-9点 | 【该时段天气描述,emoji】 |
| ☀️ 上午 9-12点 | 【该时段天气描述,emoji】 |
| 🌤️ 中午 12-15点 | 【该时段天气描述,emoji】 |
| 🌇 下午 15-18点 | 【该时段天气描述,emoji】 |
| 🌆 傍晚 18-21点 | 【该时段天气描述,emoji】 |
| 🌙 夜间 21-24点 | 【该时段天气描述,emoji】 |
  • emoji 根据主要天气类型填写,多变则用 / 分隔(如 ☀️/⛅)
  • 天气变化时在对应时段标注(如 ☀️→⛅)

总结未来天气 bullet points

每个点都要有对应的 emoji:

· ☀️ [内容...]
· ⛅ [内容...]
· 💧 [内容...]

完整模板文件

详细的模板和示例见 references/weather_template.md

温度体感描述规则

温度范围描述
< 10°C寒冷
10-13°C较凉
13-15°C偏凉
15-18°C舒适
18-22°C暖和
22-25°C微热
> 25°C炎热

风向描述

根据一天中主要风向选择:东南风、东到东南风、偏南风、西风、东北风等。

Comments

Loading comments...