← 返回
效率工具 中文

Umeå 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.
获取于默奥餐厅今日午餐菜单。适用于询问于默奥的午餐、餐厅或食物时使用。从 umealunchguide.se 获取实时数据。
simskii
效率工具 clawhub v1.0.0 1 版本 99794.8 Key: 无需
★ 1
Stars
📥 1,925
下载
💾 33
安装
1
版本
#latest

概述

Umeå Lunch Guide

Fetch and display lunch menus from Umeå restaurants via umealunchguide.se.

Quick Start

Run the script to get today's menus:

python3 /root/clawd/skills/umea-lunch/scripts/fetch_lunch.py

Options

# 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"

Output Format

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"]
        }
      ]
    }
  ]
}

Response Guidelines

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 17:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,227
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,463
developer-tools

Umeå Data

simskii
查询于默奥市政府关于位置、设施、人口、环境、基础设施及建筑许可的公开数据,支持地理空间功能。
★ 1 📥 2,588