Mensa
/install mensa
Mensa-Today
Returns the daily menu of a German university canteen, sourced from the public OpenMensa API (https://openmensa.org). No API key needed.
When to use
Trigger this skill when the user asks for today's (or another day's) canteen / "Mensa" menu, e.g. "What's for lunch at the Mensa today?" or "Mensaplan heute".
Agent flow
- No config yet? Ask the user for a city. Optionally ask if they have a favourite canteen in that city — used as the default for queries without a specific canteen.
- Run setup (non-interactive):
All canteens in that city are saved as aliases; one of them is marked as default.python3 {baseDir}/mensa_today.py --setup "\x3Ccity>" # or, with a preferred default: python3 {baseDir}/mensa_today.py --setup "\x3Ccity>" --default "\x3Cfavourite canteen substring>" - Menu queries:
Substring matching is normalised — special characters (python3 {baseDir}/mensa_today.py # default canteen, today python3 {baseDir}/mensa_today.py "UniCampus" # any canteen in the city, by name substring python3 {baseDir}/mensa_today.py "Otto Hahn" --date 2026-06-02-,,,.) are ignored, so a query like "Otto Hahn" matches a canteen named "Mensa Otto-Hahn-Straße". - "No canteen matched"? The query did not resolve to any saved alias. Show the user the available aliases (the script prints them) and offer to re-run
--setupfor a different city.
Example output
2026-05-26 - Menu (student price)
- Spaghetti Bolognese - 2.80 EUR
- Couscous - 2.60 EUR (vegetarian)
- Soup - 1.80 EUR (vegan)
Network egress
Outbound HTTPS to openmensa.org only. No credentials, no telemetry, no user data sent. The user's city and canteen choice stay in a local config.json next to the script.
Files
mensa_today.py— entry point (no third-party deps, stdlib only)config.json— created on first--setup, holds chosen canteen ids (gitignored, never uploaded)README.md,LICENSE.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mensa - 安装完成后,直接呼叫该 Skill 的名称或使用
/mensa触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Mensa 是什么?
Returns today's lunch menu of a German university canteen via the public OpenMensa API (no API key). One-time non-interactive setup picks a city; afterwards... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 Mensa?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mensa」即可一键安装,无需额外配置。
Mensa 是免费的吗?
是的,Mensa 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mensa 支持哪些平台?
Mensa 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mensa?
由 RifatDevelopment(@rifatdevelopment)开发并维护,当前版本 v1.0.0。