← 返回 Skills 市场
MarsAI Weather Forecast
作者
mars82311111
· GitHub ↗
· v1.0.0
· MIT-0
144
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install marsai-weather-forecast
功能描述
Get current weather and forecasts (no API key required).
使用说明 (SKILL.md)
Weather
Two free services, no API keys needed.
wttr.in (primary)
Quick one-liner:
curl -s "wttr.in/London?format=3"
# Output: London: ⛅️ +8°C
Compact format:
curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
# Output: London: ⛅️ +8°C 71% ↙5km/h
Full forecast:
curl -s "wttr.in/London?T"
Format codes: %c condition · %t temp · %h humidity · %w wind · %l location · %m moon
Tips:
- URL-encode spaces:
wttr.in/New+York - Airport codes:
wttr.in/JFK - Units:
?m(metric)?u(USCS) - Today only:
?1· Current only:?0 - PNG:
curl -s "wttr.in/Berlin.png" -o /tmp/weather.png
Open-Meteo (fallback, JSON)
Free, no key, good for programmatic use:
curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
Find coordinates for a city, then query. Returns JSON with temp, windspeed, weathercode.
安全使用建议
This skill is coherent and low-risk: it only uses curl to fetch data from wttr.in and Open‑Meteo (both public, no-key services). Be aware that using it causes network requests to those third parties and (if you run the PNG example) will write a file to /tmp. If provenance matters to you, note the small ownerId mismatch between the registry metadata and the _meta.json — that suggests the package metadata should be verified before trusting the publisher, but it does not change the skill's behavior.
功能分析
Type: OpenClaw Skill
Name: marsai-weather-forecast
Version: 1.0.0
The skill bundle provides legitimate instructions for retrieving weather information using curl from well-known public APIs (wttr.in and open-meteo.com). There is no evidence of malicious intent, data exfiltration, or unauthorized command execution in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (weather, no API key) match the instructions and required binaries. The only required binary is curl, which is exactly what the SKILL.md uses. One minor provenance inconsistency: the _meta.json ownerId differs from the registry ownerId in the provided metadata — this affects provenance but not the skill's functionality.
Instruction Scope
SKILL.md contains only curl examples against wttr.in and Open‑Meteo and formatting tips. Commands are limited to fetching weather data (including an example writing a PNG to /tmp). The instructions do not request unrelated files, credentials, or arbitrary system access.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk because nothing is downloaded or written by an installer.
Credentials
The skill requires no environment variables, secrets, or config paths. That is proportional to a simple HTTP-based weather query service.
Persistence & Privilege
Defaults are used (always: false, model invocation enabled). The skill does not request persistent presence or elevated privileges and does not modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install marsai-weather-forecast - 安装完成后,直接呼叫该 Skill 的名称或使用
/marsai-weather-forecast触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of weather skill.
- Get current weather and forecasts for any location without an API key.
- Uses wttr.in for human-friendly output (text or PNG).
- Includes Open-Meteo as a fallback, providing JSON forecasts.
- Requires curl; no additional dependencies.
元数据
常见问题
MarsAI Weather Forecast 是什么?
Get current weather and forecasts (no API key required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 MarsAI Weather Forecast?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install marsai-weather-forecast」即可一键安装,无需额外配置。
MarsAI Weather Forecast 是免费的吗?
是的,MarsAI Weather Forecast 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MarsAI Weather Forecast 支持哪些平台?
MarsAI Weather Forecast 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MarsAI Weather Forecast?
由 mars82311111(@mars82311111)开发并维护,当前版本 v1.0.0。
推荐 Skills