一键导入
Get current weather and forecasts with no API key using wttr.in and Open-Meteo.
npx skills add https://github.com/helix4u/hermes-agent-private --skill weather复制此命令并粘贴到 Claude Code 中以安装该技能
Get current weather and forecasts with no API key using wttr.in and Open-Meteo.
npx skills add https://github.com/helix4u/hermes-agent-private --skill weather复制此命令并粘贴到 Claude Code 中以安装该技能
Query Polymarket prediction market data — search markets, get prices, orderbooks, and price history. Read-only via public REST APIs, no API key needed.
Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support
Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration via Python. Uses OAuth2 with automatic token refresh. No external binaries needed — runs entirely with Google's Python client libraries in the Hermes venv.
Use the local F5TTS-FASTAPI service for voice-cloned text-to-speech, voice discovery, and direct synthesis. Trigger when working with the user's local F5 TTS Docker service, listing available voice profiles, validating health or auth, generating speech in a specific cloned voice, or using the F5 API independently of Hermes' built-in text_to_speech provider.
Use OBS as a generic screenshot API. List scenes, inspect scene sources, and capture still images from scenes or sources via obs-websocket.
X/Twitter CLI for reading, searching, timelines, bookmarks, and posting via cookie auth.
| name | weather |
| description | Get current weather and forecasts with no API key using wttr.in and Open-Meteo. |
| version | 1.0.0 |
| author | local |
| license | MIT |
| metadata | {"hermes":{"tags":["Weather","Forecast","wttr.in","Open-Meteo"]}} |
Two free weather services, no API keys required.
Quick one-liner:
curl -s "wttr.in/London?format=3"
Compact format:
curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w"
Full forecast:
curl -s "wttr.in/London?T"
Format codes:
%c condition%t temperature%h humidity%w wind%l location%m moonTips:
wttr.in/New+Yorkwttr.in/JFK?m metric, ?u USCS?1, current only: ?0curl -s "wttr.in/Berlin.png" -o weather.pngProgrammatic JSON endpoint:
curl -s "https://api.open-meteo.com/v1/forecast?latitude=51.5&longitude=-0.12¤t_weather=true"
Use this when you need structured fields like temperature, windspeed, and weathercode. Docs: https://open-meteo.com/en/docs