用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Health-Yang/MineEcho --skill weather命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when controlling web pages with the OpenClaw browser tool, especially multi-step flows, login checks, tab management, or recovery from stale refs/timeouts.
Maintain the OpenClaw memory wiki vault with deterministic pages, managed blocks, and source-backed updates.
Set up and use 1Password CLI for sign-in, desktop integration, and reading or injecting secrets.
基于 SOC 职业分类
正在显示 SKILL.md
| name | weather |
| description | Current weather and forecasts with wttr.in via curl for locations, rain, temperature, travel planning. |
| homepage | https://wttr.in/:help |
| metadata | {"openclaw":{"emoji":"☔","requires":{"bins":["curl"]},"install":[{"id":"brew","kind":"brew","formula":"curl","bins":["curl"],"label":"Install curl (brew)"}]}} |
Use for current weather, rain/temperature checks, forecasts, and travel planning. Need a city, region, airport code, or coordinates.
curl "wttr.in/London?format=3"
curl "wttr.in/London?0"
curl "wttr.in/London"
curl "wttr.in/London?format=v2"
curl "wttr.in/London?1"
curl "wttr.in/New+York?format=3"
Useful formats:
%l: location%c: condition icon%t: temperature%f: feels like%w: wind%h: humidity%p: precipitationcurl "wttr.in/London?format=%l:+%c+%t,+feels+%f,+rain+%p,+wind+%w"
JSON:
curl "wttr.in/London?format=j1"