← 返回 Skills 市场
jpaulgrayson

Simulated Roadtrip

作者 JPaulGrayson · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
453
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install simulated-roadtrip
功能描述
Generate a narrated road trip with GPS-verified stops and themed descriptions using real Google Maps data, posted in timed updates or chat.
安全使用建议
Before installing or running: (1) Be aware you must supply a TURAI_API_KEY (SKILL.md and script require it, but the registry metadata does not list it). (2) Confirm what Turai.org actually returns and whether it uses Google Maps data if that matters to you — the script only calls Turai, not Google directly. (3) The script only prints and can save JSON; it does not automatically post to chat/social platforms — if you expect automatic posting, review or add the integration code yourself. (4) Because the source and homepage are not provided, consider running the script in a sandbox or with a limited/revocable API key first, inspect network traffic, and read the code (it's short) to verify behavior. (5) If you need stronger assurance, ask the publisher for provenance (homepage, source repo, and explanation of data sources).
功能分析
Type: OpenClaw Skill Name: simulated-roadtrip Version: 1.0.1 The skill is designed to interact with the `turai.org` API to generate road trip data. The `SKILL.md` provides clear instructions and does not contain prompt injection attempts. However, the `scripts/roadtrip.mjs` file has a potential path traversal vulnerability. The `--output <path>` argument uses `node:path.resolve` to determine the output file path, which could allow a malicious user or an agent manipulated by prompt injection to write the trip data JSON to arbitrary locations on the filesystem (e.g., `../../../../tmp/evil.json`), potentially overwriting sensitive files or writing to unauthorized directories. While the intent is to save output, this capability can be misused, making it suspicious.
能力评估
Purpose & Capability
The description promises 'GPS-verified stops' and 'real Google Maps data', but the code calls only https://turai.org/api/agent/roadtrip and does not directly use Google Maps APIs. That could be legitimate if Turai provides Google-sourced data, but the skill metadata in the registry also claims 'Required env vars: none' while both SKILL.md and the script require TURAI_API_KEY — a clear metadata/code mismatch.
Instruction Scope
SKILL.md and the script are narrowly scoped: they send a POST to the Turai endpoint, format the returned stops, optionally save JSON and print/drip them to stdout. The SKILL.md mentions posting updates to chat/Moltbook/messaging channels, but the script itself does not integrate with any messaging API — posting must be performed by the agent or other glue code outside the script.
Install Mechanism
No install spec and only a small Node script are provided; nothing in the package downloads or executes remote artifacts. This is low-risk from an install perspective.
Credentials
Runtime requires a TURAI_API_KEY (used as x-api-key to turai.org) which is proportional to the described functionality. However, the registry metadata wrongly lists no required env vars/primary credential — that inconsistency is problematic because users may not realize they must provide an API key before running.
Persistence & Privilege
The skill does not request persistent placement (always:false) and does not modify other skills or system-wide settings. It only optionally writes an output JSON file path provided by the user.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simulated-roadtrip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simulated-roadtrip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update credentials path
v1.0.0
Initial release
元数据
Slug simulated-roadtrip
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Simulated Roadtrip 是什么?

Generate a narrated road trip with GPS-verified stops and themed descriptions using real Google Maps data, posted in timed updates or chat. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 453 次。

如何安装 Simulated Roadtrip?

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

Simulated Roadtrip 是免费的吗?

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

Simulated Roadtrip 支持哪些平台?

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

谁开发了 Simulated Roadtrip?

由 JPaulGrayson(@jpaulgrayson)开发并维护,当前版本 v1.0.1。

💬 留言讨论