umea-lunch
Get today's lunch menus from restaurants in Umeå. Use when asking about lunch, restaurants, or food in Umeå. Fetches live data from umealunchguide.se.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Get today's lunch menus from restaurants in Umeå. Use when asking about lunch, restaurants, or food in Umeå. Fetches live data from umealunchguide.se.
How to use
Zainstaluj skill umea-lunch w swoim środowisku Claude/Copilot, dodając go do katalogu skills.
Aby pobrać menu na dzisiaj, uruchom skrypt: python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py. Otrzymasz listę wszystkich restauracji w Umeå z ich dzisiejszymi daniami, cenami i tagami dietetycznymi.
Jeśli chcesz sprawdzić menu na inny dzień, dodaj parametr --date w formacie YYYY-MM-DD, na przykład: python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py --date 2026-01-29.
Aby filtrować wyniki tylko dla wybranej restauracji, użyj parametru --restaurant z częścią nazwy (wyszukiwanie nie rozróżnia wielkości liter), na przykład: python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py --restaurant tonka.
Możesz łączyć filtry — podaj zarówno datę jak i restaurację: python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py --date 2026-01-29 --restaurant "o'learys".
Aby zobaczyć listę wszystkich dostępnych restauracji, uruchom: python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py --list. Wynik zawiera nazwy dań, opisy, ceny i informacje o ograniczeniach dietetycznych.