← 返回 Skills 市场
61
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install roadbook-csv-1-0-0
功能描述
通过 CSV 格式提交旅行线路数据,自动生成路书分享链接。数据存储在 Redis,支持多日行程、酒店住宿跨天衔接、高德地图可视化。
安全使用建议
This skill appears to do what it says: it formats user-provided CSV and POSTs it to the Cyeam API using the CYEAM_API_KEY. Before installing or using it, consider: (1) Privacy — the CSV you submit (addresses, names, notes) is sent to external hosts and stored for ~30 days in Redis; avoid submitting sensitive personal data. (2) Verify endpoints and operator — SKILL.md posts to a zuplo.dev gateway and returns links on cyeam.com; while the doc explains the gateway usage, confirm you trust the service before sending real data. (3) Metadata quirks — the package metadata shows a different ownerId/version and a small serialization bug ('[object Object]') in the top-level Requirements; this is likely a packaging/metadata error but you may want to verify the publisher if provenance matters. (4) Test with non-sensitive sample data and a throwaway API key first.
功能分析
Type: OpenClaw Skill
Name: roadbook-csv-1-0-0
Version: 1.0.2
The roadbook-csv skill is a legitimate tool designed to convert travel itinerary data into shareable roadbook links via the Cyeam API. It operates as described, requiring a user-provided API key (CYEAM_API_KEY) and using standard curl commands to interact with documented endpoints on zuplo.dev and cyeam.com. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
The skill's stated purpose is submitting CSV travel data to an API to generate a roadbook link. The required binary (curl) and one required environment variable (CYEAM_API_KEY) declared in SKILL.md are appropriate and necessary for that purpose.
Instruction Scope
SKILL.md instructs the agent to check CYEAM_API_KEY, format CSV text, and call a specific POST endpoint with curl. The instructions only reference the declared env var and the specified external endpoints. They do send user-provided CSV data to an external service and note that data is stored in Redis for 30 days (privacy consideration) — this is consistent with the stated functionality.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so nothing is written to disk or downloaded by the skill itself. That is the lowest-risk install model and consistent with the content.
Credentials
Only a single API key (CYEAM_API_KEY) is required and it's justified by the need to authenticate to the Cyeam API. No unrelated credentials or config paths are requested. Note: the top-level 'Requirements' summary shows a serialization artifact ('[object Object]') instead of the env var list, which is a metadata bug but not a functional mismatch.
Persistence & Privilege
The skill does not request persistent privileges (always=false) and does not modify other skills or system-wide settings. Autonomous invocation is allowed (default) but not combined with elevated privileges or extra credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install roadbook-csv-1-0-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/roadbook-csv-1-0-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- 明确要求 curl 为必需运行环境(metadata 增加 bins)。
- 环境变量要求格式更标准,增加描述字段。
- 增加了关于写入/读取端点域名设计的解释说明。
- 注意事项部分更精简,强调不要更改域名及错误处理方式。
v1.0.1
No functional or documentation changes detected in this version.
- Version bump to 1.0.1 with no file content changes.
v1.0.0
Initial release of roadbook-csv
- Submit travel route data via CSV and auto-generate a shareable roadbook link with map visualization.
- Supports multi-day itineraries, hotel-to-next-day continuity, and display in Amap (Gaode Map).
- Utilizes Redis for data storage (30-day default retention).
- Provides RESTful API endpoints for CSV submission and data retrieval, secured with API Key (CYEAM_API_KEY).
- Returns share ID, direct link, and QR code after submission.
- Includes detailed usage instructions, data format requirements, and error handling notes.
元数据
常见问题
Roadbook Csv 1.0.0 是什么?
通过 CSV 格式提交旅行线路数据,自动生成路书分享链接。数据存储在 Redis,支持多日行程、酒店住宿跨天衔接、高德地图可视化。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。
如何安装 Roadbook Csv 1.0.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install roadbook-csv-1-0-0」即可一键安装,无需额外配置。
Roadbook Csv 1.0.0 是免费的吗?
是的,Roadbook Csv 1.0.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Roadbook Csv 1.0.0 支持哪些平台?
Roadbook Csv 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Roadbook Csv 1.0.0?
由 Bryce(@mnhkahn)开发并维护,当前版本 v1.0.2。
推荐 Skills