← 返回 Skills 市场
alex1389

Weather-Webcam-V2

作者 alex1389 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
414
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-webcam-v2
功能描述
Fetches current weather from Open-Meteo API and automatically captures a live webcam image from Meteoblue or Windy for the requested location. Use it when th...
安全使用建议
This skill appears to do what it advertises: call Open‑Meteo, browse public webcam pages, extract an image, and return it. Before installing, consider: (1) agent-browser will execute JavaScript on arbitrary third‑party pages — that is required to click cookie dialogs and extract images but means the skill can interact with pages you navigate to; (2) the SKILL.md relies on an absolute agent-browser binary path which may differ on your system; (3) the metadata files show a small slug/version mismatch (nonfunctional but worth noting). If you’re comfortable letting the agent use agent-browser to visit external sites and download images, the permissions requested are proportional. If you need stricter controls, avoid enabling web‑browsing skills or review/modify the instructions to restrict which domains may be visited.
功能分析
Type: OpenClaw Skill Name: weather-webcam-v2 Version: 1.0.0 The skill is classified as suspicious due to a critical shell injection vulnerability in SKILL.md. The `curl` commands directly embed the `[Location]` variable without apparent sanitization, allowing an attacker to inject arbitrary shell commands. Additionally, the skill performs web searches and navigates `agent-browser` to potentially user-controlled URLs, which could lead to client-side attacks or the download of malicious files disguised as images, further increasing the risk profile. There is no clear evidence of intentional malicious behavior like data exfiltration or persistence, but the vulnerabilities are severe.
能力评估
Purpose & Capability
The skill claims to fetch weather and webcam images and requires agent-browser and curl, plus includes a small DOM-extraction snippet (webcam_extractor.js) and a webcams.json lookup — all of which are reasonable and expected for this function. Minor inconsistency: _meta.json uses slug "weather-location" and version 1.2.0 while registry metadata lists "weather-webcam-v2" v1.0.0, which looks like bookkeeping mismatch but not functional mismatch.
Instruction Scope
SKILL.md instructions stay within the stated goal (geocode via Open‑Meteo, fetch weather, open webcam pages with agent-browser, extract image URLs, curl the image, send it). A few points to note: the web-search step is underspecified (no search engine/tool is named), the example eval filters (/full/ and original.jpg) do not exactly match the provided webcam_extractor.js filters (js looks for 'imgproxy'/'webcam'/'original.jpg'), and the instructions show clicking cookie banners and running page eval — expected for scraping images but requires the agent-browser tool to execute arbitrary JS on pages.
Install Mechanism
There is no install spec (instruction-only plus small included JS), so nothing is downloaded or executed at install time. That is appropriate for this kind of skill.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate: fetching public weather data and public webcam images doesn't require secrets.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request permanent presence or system-wide config changes. It writes to an agent workspace path (/home/user/.openclaw/workspace/webcam.jpg), which is consistent with OpenClaw workspace usage.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-webcam-v2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-webcam-v2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial version with Open-Meteo and Agent-Browser support
元数据
Slug weather-webcam-v2
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Weather-Webcam-V2 是什么?

Fetches current weather from Open-Meteo API and automatically captures a live webcam image from Meteoblue or Windy for the requested location. Use it when th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 414 次。

如何安装 Weather-Webcam-V2?

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

Weather-Webcam-V2 是免费的吗?

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

Weather-Webcam-V2 支持哪些平台?

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

谁开发了 Weather-Webcam-V2?

由 alex1389(@alex1389)开发并维护,当前版本 v1.0.0。

💬 留言讨论