← 返回 Skills 市场
philiplawlor

OpenWeatherMap Weather

作者 Phil Lawlor · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
188
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install openweathermap
功能描述
Get current weather data, forecasts, and weather information from OpenWeatherMap API. Use when the user asks about weather, temperature, forecasts, or any we...
安全使用建议
This skill appears to do exactly what it says: call OpenWeatherMap with your API key. Before installing, ensure you trust the skill source (no homepage is provided), keep your OPENWEATHERMAP_API_KEY secret, and if you use the ~/.openweathermap file set restrictive file permissions (e.g., 600). If you’re uncomfortable storing a key in the agent environment or a file, prefer providing a key interactively and revoke/regenerate it if it is ever exposed.
功能分析
Type: OpenClaw Skill Name: openweathermap Version: 1.0.1 The skill is a standard implementation for fetching weather data from the OpenWeatherMap API. It correctly identifies the need for an API key via environment variables or a configuration file (~/.openweathermap) and provides legitimate API endpoints (api.openweathermap.org). No malicious patterns, such as data exfiltration, unauthorized execution, or prompt injection, were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match the requested credential and behavior. The only required credential is OPENWEATHERMAP_API_KEY and the skill documents using the OpenWeatherMap REST endpoints — this is proportionate to a weather skill.
Instruction Scope
SKILL.md instructs performing GET requests to api.openweathermap.org and formatting responses. It explicitly checks the declared env var and a single dotfile (~/.openweathermap) for the key. It does not instruct reading other files, system state, or sending data to unrelated endpoints.
Install Mechanism
No install spec or code is included (instruction-only), so nothing is written to disk or downloaded during install — lowest-risk install posture.
Credentials
The skill requests exactly one credential (OPENWEATHERMAP_API_KEY), declared as primaryEnv, and documents an optional single file (~/.openweathermap). Those are reasonable and proportionate for calling the OpenWeatherMap API.
Persistence & Privilege
always is false and the skill does not request system-wide config or modify other skills. Autonomous invocation is allowed (platform default) but there is no elevated persistence requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openweathermap
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openweathermap 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed security issue: declare OPENWEATHERMAP_API_KEY env var and ~/.openweathermap file in metadata to match runtime instructions
v1.0.0
Initial release - current weather, forecasts, US/imperial units support
元数据
Slug openweathermap
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

OpenWeatherMap Weather 是什么?

Get current weather data, forecasts, and weather information from OpenWeatherMap API. Use when the user asks about weather, temperature, forecasts, or any we... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 188 次。

如何安装 OpenWeatherMap Weather?

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

OpenWeatherMap Weather 是免费的吗?

是的,OpenWeatherMap Weather 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenWeatherMap Weather 支持哪些平台?

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

谁开发了 OpenWeatherMap Weather?

由 Phil Lawlor(@philiplawlor)开发并维护,当前版本 v1.0.1。

💬 留言讨论