← 返回 Skills 市场
simskii

Umeå Lunch

作者 Simskii · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1699
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install umea-lunch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /umea-lunch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Today's lunch menus from 40+ restaurants in Umeå
元数据
Slug umea-lunch
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1699 次。

如何安装 Umeå Lunch?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install umea-lunch」即可一键安装,无需额外配置。

Umeå Lunch 是免费的吗?

是的,Umeå Lunch 完全免费(开源免费),可自由下载、安装和使用。

Umeå Lunch 支持哪些平台?

Umeå Lunch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Umeå Lunch?

由 Simskii(@simskii)开发并维护,当前版本 v1.0.0。

💬 留言讨论