← 返回 Skills 市场
guanyu-zhang

TripGo API

作者 Guanyu Zhang · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
315
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tripgo-api
功能描述
Comprehensive interface for the TripGo API, covering routing, public transport, trips, and location services. Use for multimodal journey planning, public tra...
安全使用建议
This skill appears to be a straightforward TripGo API wrapper. Before installing: 1) Only provide a TripGo API key you control (do not reuse other service credentials). 2) If you plan to use webhook registration, set TRIPGO_WEBHOOK_ALLOWLIST to restrict allowed callback domains and avoid setting TRIPGO_ALLOW_UNSAFE_WEBHOOK to true in production. 3) Review the included scripts if you will run them on your host, and ensure curl and jq (and python3 if you rely on pretty-printing) are present. 4) Be aware the skill will make network requests to the configured TripGo base URL and any webhook URLs you register; only register trusted callback endpoints. 5) If you want to prevent autonomous invocation, adjust agent settings (note: disable-model-invocation is false by default on the platform).
功能分析
Type: OpenClaw Skill Name: tripgo-api Version: 1.0.1 The skill bundle is benign. It provides a comprehensive interface to the TripGo API using standard shell scripting practices. All scripts correctly handle API keys via environment variables, use `jq` for safe JSON construction and validation, and `jq` for URL encoding, effectively preventing command and shell injection. Network calls are consistently directed to the legitimate TripGo API base URL. The webhook registration functionality, while inherently a high-risk capability, includes explicit security controls such as HTTPS enforcement and a configurable domain allowlist (`TRIPGO_WEBHOOK_ALLOWLIST`), demonstrating a clear intent to mitigate exfiltration risks. There is no evidence of malicious intent, data exfiltration to unauthorized endpoints, persistence mechanisms, or prompt injection attempts in the `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the artifacts: bash scripts and reference docs implement TripGo routing, geocoding, trips, and public-transport endpoints. The only required credential (TRIPGO_API_KEY) and required binaries (curl, jq) are appropriate for this purpose.
Instruction Scope
SKILL.md and sampled scripts instruct the agent to build JSON, URL-encode parameters, and call TripGo endpoints. Scripts validate/encode inputs with jq and urlencode; webhook registration is documented and SKILL.md recommends a webhook allowlist. I saw no instructions to read unrelated system files, sweep environment variables beyond those documented, or send data to unexpected external endpoints.
Install Mechanism
No install spec is provided (instruction-only for installation), so nothing is downloaded or extracted during install. The shipped code are bash scripts and docs — no external install URLs or package downloads were used.
Credentials
Only the TripGo API key (TRIPGO_API_KEY) is required in registry metadata; SKILL.md documents a couple of optional env vars (TRIPGO_BASE_URL, TRIPGO_WEBHOOK_ALLOWLIST, TRIPGO_ALLOW_UNSAFE_WEBHOOK) that are relevant to behavior. No unrelated credentials or broad secrets are requested.
Persistence & Privilege
Skill is not forced-always (always:false) and does not request system-level persistence or modification of other skills. It can be invoked autonomously by the agent (disable-model-invocation:false), which is the platform default, and is not by itself a problem here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tripgo-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tripgo-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update display name to TripGo API
v1.0.0
Initial release of tripgo-api skill with location discovery and mode-aware comparison capabilities
元数据
Slug tripgo-api
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

TripGo API 是什么?

Comprehensive interface for the TripGo API, covering routing, public transport, trips, and location services. Use for multimodal journey planning, public tra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。

如何安装 TripGo API?

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

TripGo API 是免费的吗?

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

TripGo API 支持哪些平台?

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

谁开发了 TripGo API?

由 Guanyu Zhang(@guanyu-zhang)开发并维护,当前版本 v1.0.1。

💬 留言讨论