ワンクリックで
weather
Get current weather and forecasts (no API key required).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get current weather and forecasts (no API key required).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
股票深度研究覆盖报告:一次生成完整公司研究+财务模型+估值定价+投资建议,输出 coverage.md 到 workspace 作为长期记忆。当用户说'初次覆盖'、'写研究报告'、'深度覆盖'、'股票研究'、'覆盖这只股票'时触发。
Two-layer memory system with Dream-managed knowledge files.
Search and install agent skills from ClawHub, the public skill registry.
Schedule reminders and recurring tasks.
财报/业绩分析:财务指标、同比环比变化、盈利质量、指引对比。当用户说'财报分析'、'业绩解读'、'EPS'、'净利润'时触发。
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
| name | weather |
| description | Get current weather and forecasts (no API key required). |
| homepage | https://wttr.in/:help |
| metadata | {"fincat":{"emoji":"🌤️","requires":{"bins":["curl"]}}} |
Two free services, no API keys needed.
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:
wttr.in/New+Yorkwttr.in/JFK?m (metric) ?u (USCS)?1 · Current only: ?0curl -s "wttr.in/Berlin.png" -o /tmp/weather.pngFree, 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.