Toolverse
All skills

weather

by openclaw

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

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend
Views
52

About this skill

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

How to use

  1. Upewnij się, że masz zainstalowany curl – narzędzie to jest dostępne na większości systemów Linux, macOS i Windows (WSL). Jeśli go brakuje, zainstaluj je za pomocą menedżera pakietów swojego systemu.

  2. Aby sprawdzić aktualną pogodę dla miasta, użyj najprostszej komendy: curl -s "wttr.in/Warszawa?format=3" – wyświetli ona nazwę miasta, ikonę warunku pogodowego, temperaturę i wilgotność.

  3. Dla bardziej szczegółowych informacji dodaj parametry formatu: curl -s "wttr.in/Warszawa?format=%l:+%c+%t+%h+%w" – zobaczysz lokalizację, warunek, temperaturę, wilgotność i prędkość wiatru.

  4. Jeśli chcesz pełną prognozę na kilka dni, dodaj flagę T: curl -s "wttr.in/Warszawa?T" – wyświetli szczegółową prognozę z rozkładem godzinowym.

  5. Pamiętaj o kodowaniu spacji w nazwach miast: zamiast spacji użyj znaku plus, np. "New+York". Możesz też używać kodów lotnisk, np. "WAW" dla Warszawy. Aby zmienić jednostki na metryczne, dodaj ?m na końcu URL-a.

  6. Dla programistycznych zastosowań spróbuj Open-Meteo: curl -s "https://api.open-meteo.com/v1/forecast?latitude=52.23u0026longitude=21.01u0026current_weather=true" – zwraca JSON z temperaturą, prędkością wiatru i kodem pogody, który możesz łatwo parsować w skryptach.

Related skills

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664