← 返回 Skills 市场
1678
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tabussen
功能描述
Västerbotten & Umeå public transport trip planner (Tabussen/Ultra). Plans bus journeys using ResRobot API. Supports stops, addresses, coordinates, regional and local routes throughout Västerbotten county.
安全使用建议
This skill's code looks like a straightforward ResRobot (Trafiklab) trip planner implemented as two shell scripts and requires curl and jq. Before installing: (1) Note that the scripts require RESROBOT_API_KEY — the registry metadata omitted this; verify where you'll supply that key and make sure the manifest is corrected. (2) Confirm the skill's origin (owner slug present but no homepage/source URL) — unknown source increases risk. (3) Limit the API key permissions if possible and avoid sharing broader credentials. (4) Review the included scripts yourself (they are short shell scripts) or run them in an isolated environment to verify behavior. (5) If you expect the platform to manage credentials, ask the publisher to declare RESROBOT_API_KEY as a required env var/primary credential so permission checks are accurate.
功能分析
Type: OpenClaw Skill
Name: tabussen
Version: 1.0.0
The skill bundle is benign. It provides a public transport trip planner using the ResRobot API. The shell scripts (`journey.sh`, `search-location.sh`) securely handle API keys via environment variables and properly URL-encode user input (`jq -sRr @uri` in `search-location.sh`) before making `curl` requests, preventing command injection. The `SKILL.md` instructions for the AI agent are detailed and focused on correct tool usage and user interaction, showing no signs of prompt injection attempts to subvert the agent's behavior or exfiltrate data.
能力评估
Purpose & Capability
The name/description (ResRobot-based trip planner for Västerbotten/Umeå) matches the actual behavior: both scripts call api.resrobot.se and format journey/location results. However the registry metadata lists no required environment variables or primary credential even though the scripts clearly require RESROBOT_API_KEY to function. The requested credential itself (a Trafiklab/ResRobot API key) is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the included shell scripts (search-location.sh and journey.sh) and to present results formatted for users. The instructions limit activity to querying ResRobot and formatting output, and the scripts only access the network (api.resrobot.se) and standard tools (curl, jq). There are no instructions to read arbitrary local files, other env vars, or send data to unrelated endpoints.
Install Mechanism
No install spec is provided (instruction-only with bundled shell scripts). No remote downloads or package installs are performed by the skill; the included code is plain shell scripts. This is low risk from an installer perspective.
Credentials
The two shell scripts require RESROBOT_API_KEY (checked at runtime and used as accessId in API calls). Yet the registry metadata declares no required env vars or primary credential. This omission is an inconsistency: the requested secret is appropriate for the stated purpose, but the skill manifest failing to declare it means automated permission/credential checks will not surface the need and users may be surprised into providing the key elsewhere.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs as invoked and does not persist or escalate privileges; normal autonomous invocation is allowed (disable-model-invocation is false) which is standard.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tabussen - 安装完成后,直接呼叫该 Skill 的名称或使用
/tabussen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Västerbotten public transit planner
元数据
常见问题
Tabussen 是什么?
Västerbotten & Umeå public transport trip planner (Tabussen/Ultra). Plans bus journeys using ResRobot API. Supports stops, addresses, coordinates, regional and local routes throughout Västerbotten county. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1678 次。
如何安装 Tabussen?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tabussen」即可一键安装,无需额外配置。
Tabussen 是免费的吗?
是的,Tabussen 完全免费(开源免费),可自由下载、安装和使用。
Tabussen 支持哪些平台?
Tabussen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tabussen?
由 Simskii(@simskii)开发并维护,当前版本 v1.0.0。
推荐 Skills