🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

DHMZ Weather

by @faleksic

Get Croatian weather data, forecasts, and alerts from DHMZ (meteo.hr) - no API key required.

Versionv1.0.0
πŸ“‹ Tips & Best Practices

  • All responses are XML format
  • Data is in Croatian language
  • Station names use Croatian characters (UTF-8)
  • Updates vary: current data ~hourly, forecasts ~daily
  • For parsing, use xmllint or pipe to a JSON converter
  • Extract specific station with xmllint:

    curl -s "https://vrijeme.hr/hrvatska_n.xml" | xmllint --xpath "//Grad[GradIme='Zagreb']" -
    

    Convert to JSON (requires xq from yq package):

    curl -s "https://vrijeme.hr/hrvatska_n.xml" | xq .
    

    View on ClawHub
    TERMINAL
    clawhub install dhmz-weather

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’