← Back to Skills Marketplace
61
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install roadbook-csv-1-0-0
Description
通过 CSV 格式提交旅行线路数据,自动生成路书分享链接。数据存储在 Redis,支持多日行程、酒店住宿跨天衔接、高德地图可视化。
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install roadbook-csv-1-0-0 - After installation, invoke the skill by name or use
/roadbook-csv-1-0-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Roadbook Csv 1.0.0?
通过 CSV 格式提交旅行线路数据,自动生成路书分享链接。数据存储在 Redis,支持多日行程、酒店住宿跨天衔接、高德地图可视化。 It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.
How do I install Roadbook Csv 1.0.0?
Run "/install roadbook-csv-1-0-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Roadbook Csv 1.0.0 free?
Yes, Roadbook Csv 1.0.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Roadbook Csv 1.0.0 support?
Roadbook Csv 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Roadbook Csv 1.0.0?
It is built and maintained by Bryce (@mnhkahn); the current version is v1.0.2.
More Skills