← 返回 Skills 市场
jaceymarvin99

Weather Query

作者 JaceyMarvin99 · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
861
总下载
2
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-query
功能描述
Use when users ask about weather conditions, forecasts, or climate information for locations in China.
安全使用建议
This skill appears to do what it says: run two shell scripts that call a third‑party weather API and return results. Before installing, consider that: (1) location queries (user input) are sent to https://60s.viki.moe — verify you trust that provider and its privacy policy if you will send sensitive or private location data; (2) SKILL.md does not list the remote hostname, so inspect the scripts (already included) to confirm behavior; (3) no credentials are requested, so there is no obvious credential exfiltration risk, but if you prefer trusted sources swap the API endpoint to a known provider; (4) run the skill in a controlled environment if you need to audit traffic (e.g., via a network proxy) before deploying broadly.
功能分析
Type: OpenClaw Skill Name: weather-query Version: 0.1.0 The OpenClaw AgentSkills bundle 'weather-query' is classified as benign. The `SKILL.md` provides clear, non-malicious instructions to the AI agent for querying weather information, focusing on output formatting and token optimization. The `scripts/forecast.sh` and `scripts/realtime.sh` shell scripts correctly sanitize user input for the `query` parameter using `curl --data-urlencode`, effectively preventing shell injection vulnerabilities. All parameters are validated with regex, and the scripts make legitimate API calls to `https://60s.viki.moe/v2/weather` and `https://60s.viki.moe/v2/weather/forecast` for their stated purpose, with no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
The name/description match the included scripts: realtime.sh and forecast.sh query a weather API and return current conditions and forecasts for Chinese locations. Required resources (no env, no binaries) are proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided shell scripts and to format responses by encoding. The scripts make outbound HTTPS GET requests and will transmit user-provided location queries to https://60s.viki.moe. The SKILL.md does not disclose that hostname explicitly; this is not malicious but is a privacy/trust consideration. The scripts do not read local files or environment variables beyond parameters, and they do not attempt extra data collection.
Install Mechanism
No install spec; the skill is instruction+script only. The scripts are plain shell and do not download or install additional code. This is low-risk from an install/execution perspective.
Credentials
The skill requests no environment variables or credentials. There are no config paths required. This is proportionate to a simple weather lookup skill.
Persistence & Privilege
The skill does not request persistent/system privileges and is not marked always:true. It does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
weather-query 0.1.0 - Initial release of the weather-query skill. - Provides real-time weather information and forecasts for locations in China. - Supports current conditions, air quality, daily life indices, and weather alerts. - Includes scripts for both real-time data and multi-day forecasts. - User can request info in text, markdown, or JSON formats. - Offers usage best practices and troubleshooting guidance.
元数据
Slug weather-query
版本 0.1.0
许可证
累计安装 8
当前安装数 7
历史版本数 1
常见问题

Weather Query 是什么?

Use when users ask about weather conditions, forecasts, or climate information for locations in China. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 861 次。

如何安装 Weather Query?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-query」即可一键安装,无需额外配置。

Weather Query 是免费的吗?

是的,Weather Query 完全免费(开源免费),可自由下载、安装和使用。

Weather Query 支持哪些平台?

Weather Query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weather Query?

由 JaceyMarvin99(@jaceymarvin99)开发并维护,当前版本 v0.1.0。

💬 留言讨论