Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Fetch and display lunch menus from Umeå restaurants via umealunchguide.se.
Run the script to get today's menus: python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py
# Get menus for a specific date (YYYY-MM-DD) python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py --date 2026-01-29 # Filter by restaurant name (case-insensitive partial match) python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py --restaurant tonka # List all available restaurants python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py --list # Combine filters python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py --date 2026-01-29 --restaurant "o'learys"
The script outputs JSON with restaurant info and lunch courses: { "date": "2026-01-28", "restaurants": [ { "name": "Restaurant Name", "address": "Street 123", "phone": "090-123456", "website": "https://...", "courses": [ { "title": "Dish Name", "description": "Description of the dish", "price": "149", "tags": ["Vegetarisk", "Glutenfri"] } ] } ] }
When presenting lunch options: Group by restaurant Show dish name, description, and price Mention dietary tags (🥗 vegetarisk, 🌱 vegansk, 🌾 glutenfri, 🥛 laktosfri) Include address if user needs directions
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.