首页龙虾技能列表 › Mars Weather AI — 技能工具

🌤️ Mars Weather AI — 技能工具

v1.0.0

Get current weather and forecasts (no API key required).

0· 53·0 当前·0 累计
by @mars82311111·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/31
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's instructions match a simple Earth-weather helper (wttr.in / Open‑Meteo) and request only curl, but the skill metadata and name ("Mars Weather AI") do not match the actual behavior and there are metadata mismatches that warrant caution.
评估建议
This appears to be a simple Earth-weather helper that uses wttr.in and Open‑Meteo via curl. However, the skill name and some registry metadata do not match the contained SKILL.md ("Mars Weather AI" vs examples for Earth cities; mismatched ownerId/slug). If you expected Mars-specific data, this skill is not that. If you still want to install it, verify the publisher (ownerId) and confirm the intended purpose. Also remember that using the skill will cause your agent to make outbound requests to wt...
详细分析 ▾
用途与能力
The skill is named and published as 'Mars Weather AI' but the SKILL.md and examples call the skill 'weather' and only show Earth-weather endpoints (wttr.in and Open‑Meteo). The registry metadata (slug ownerId) differs from the _meta.json contents (different ownerId and slug), which is an incoherence in identity/branding.
指令范围
SKILL.md contains only concrete curl examples against public endpoints (wttr.in and api.open-meteo.com). There are no instructions to read local files, inspect environment variables, or send data to unexpected endpoints beyond the documented services.
安装机制
No install spec and no code files — instruction-only. This is low-risk: nothing is downloaded or written to disk by the skill itself (examples do show saving a PNG to /tmp as a usage example, which is benign).
凭证需求
The skill requires only curl and declares no environment variables or credentials, which is proportionate for making web requests to public weather services.
持久化与权限
Default invocation settings (not always, agent-invocable) are used. The skill does not request elevated or persistent system privileges.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/31

- Initial release of the weather skill. - Get current weather and forecasts for any location without needing an API key. - Uses wttr.in for quick, human-readable conditions and forecasts with simple curl commands. - Open-Meteo is provided as a fallback for programmatic access to JSON weather data. - Supports tips for locations, units, and custom output formats.

● 无害

安装命令 点击复制

官方npx clawhub@latest install mars-weather-ai
镜像加速npx clawhub@latest install mars-weather-ai --registry https://cn.clawhub-mirror.com

技能文档

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.

Docs: https://open-meteo.com/en/docs

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务