← Back to Skills Marketplace
1699
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install umea-lunch
Description
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.
Usage Guidance
This skill appears to do exactly what it says: fetch lunch menus from umealunchguide.se and output JSON. Before installing, consider: (1) it requires network access to umealunchguide.se — if you limit outbound network, add that domain to allowlist; (2) SKILL.md references an absolute path inside the agent (/root/clawd/...), which is acceptable given the bundled file but could break if the runtime layout differs; (3) the included Python code is short and readable with no credential access, but as with any third-party code, review or sandbox it if you run it in a sensitive environment. No other red flags were found.
Capability Analysis
Type: OpenClaw Skill
Name: umea-lunch
Version: 1.0.0
The skill is designed to fetch lunch menus from umealunchguide.se, as stated in its description. The `SKILL.md` provides clear instructions for the agent to execute the `fetch_lunch.py` script and format its output, without any prompt injection attempts to deviate from the stated purpose. The `fetch_lunch.py` script makes a single HTTP request to the specified domain, parses embedded JSON data from the HTML, and outputs the results, using only standard Python libraries. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or other high-risk behaviors beyond its stated function.
Capability Assessment
Purpose & Capability
Name/description (Umeå lunch menus) match the included code and instructions. The Python script only fetches a single website (https://umealunchguide.se/) and parses embedded JSON to produce menu output; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs running the included Python script and documents command-line options. It hard-codes an absolute path (/root/clawd/skills/umea-lunch/scripts/fetch_lunch.py), which is brittle but not malicious — the shipped file matches that path in the package. The instructions do not ask the agent to read arbitrary files, environment variables, or other system state.
Install Mechanism
No install spec — instruction-only with a bundled script. The code uses only Python standard library modules (urllib, json, re, argparse) and performs no archive downloads or external installs.
Credentials
No environment variables, credentials, or config paths are required. The script does not access secrets or external tokens; it only performs an HTTP GET to the stated domain.
Persistence & Privilege
always is false and the skill makes no requests to modify other skills or system settings. It does not persist tokens or alter agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install umea-lunch - After installation, invoke the skill by name or use
/umea-lunch - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Today's lunch menus from 40+ restaurants in Umeå
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1699 downloads so far.
How do I install Umeå Lunch?
Run "/install umea-lunch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Umeå Lunch free?
Yes, Umeå Lunch is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Umeå Lunch support?
Umeå Lunch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Umeå Lunch?
It is built and maintained by Simskii (@simskii); the current version is v1.0.0.
More Skills