← 返回 Skills 市场
Table Mountain Status
作者
Andreas Jung
· GitHub ↗
· v1.0.0
787
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install table-mountain-status
功能描述
Fetch and report the Table Mountain Aerial Cableway status via the official weather API. Use when Master asks for “Tafelberg” updates, needs alerts about openings/closures, or wants automated Telegram reports about status, weather, and waiting times.
安全使用建议
This skill appears to do exactly what it says: fetch a JSON status from a Table Mountain API and write a human-readable or JSON summary. Things to check before installing: 1) confirm you are comfortable the agent will access the network (the script calls a live URL) and that hitting the API at the shown path is permitted; 2) ensure you want periodic cron jobs writing files to data/table-mountain and decide on retention/permissions for those files; 3) if you plan to use the SKILL.md's Telegram example, verify your agent's Telegram integration is configured securely (this skill does not provide or request Telegram credentials); 4) if you have strict egress controls confirm the domain cms.tablemountain.net is allowed. If any of those are concerns, review or modify the script/cron schedule before enabling automated runs.
功能分析
Type: OpenClaw Skill
Name: table-mountain-status
Version: 1.0.0
The skill's stated purpose and the instructions in SKILL.md are benign, focusing on fetching and reporting Table Mountain status. However, the `scripts/fetch_status.py` script exposes command-line arguments (`--url` and `--output`) that allow fetching data from arbitrary URLs (Server-Side Request Forgery risk) and writing data to arbitrary file paths. While the provided SKILL.md does not exploit these, the underlying script's design creates a vulnerability that could be leveraged by a malicious prompt injection against the agent, allowing it to perform unauthorized network requests or file system modifications.
能力评估
Purpose & Capability
Name/description match the included script and README: the Python script fetches JSON from a Table Mountain API and formats/writes a summary. Nothing requested (no credentials, no unrelated binaries) appears out of scope for this purpose.
Instruction Scope
SKILL.md only instructs running the included script, writing output to local files, and setting up a cron job that asks the agent to post the summary to Telegram. The instructions do not ask the agent to read arbitrary system files or access credentials belonging to other services. The cron example assumes the agent has an external Telegram integration configured but does not attempt to capture Telegram credentials itself.
Install Mechanism
No install specification — instruction-only with an included small Python script. No downloads from external or untrusted URLs and no package installs are requested.
Credentials
The skill declares no environment variables or credentials and the script does not read sensitive environment variables. It may respect standard HTTP proxy environment variables (noted in SKILL.md) which is reasonable. The skill suggests posting to Telegram but does not request Telegram credentials itself.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system-wide configuration, and only writes its own output files under data/table-mountain by default. Autonomous invocation is allowed but is the platform default and not combined with other concerning privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install table-mountain-status - 安装完成后,直接呼叫该 Skill 的名称或使用
/table-mountain-status触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: fetch official Table Mountain cableway status
元数据
常见问题
Table Mountain Status 是什么?
Fetch and report the Table Mountain Aerial Cableway status via the official weather API. Use when Master asks for “Tafelberg” updates, needs alerts about openings/closures, or wants automated Telegram reports about status, weather, and waiting times. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 787 次。
如何安装 Table Mountain Status?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install table-mountain-status」即可一键安装,无需额外配置。
Table Mountain Status 是免费的吗?
是的,Table Mountain Status 完全免费(开源免费),可自由下载、安装和使用。
Table Mountain Status 支持哪些平台?
Table Mountain Status 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Table Mountain Status?
由 Andreas Jung(@zopyx)开发并维护,当前版本 v1.0.0。
推荐 Skills