← 返回 Skills 市场
adamwestland

TripIt

作者 Adam Westland · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
221
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install tripit
功能描述
Create and update TripIt travel plans by sending structured confirmation emails to [email protected]. Supports flights, hotels, activities, car rentals, rail,...
安全使用建议
This skill appears to do what it says: it formats plain-text TripIt-approved confirmation emails for you to send to [email protected]. Before installing or enabling it: (1) review the included script locally (scripts/tripit-email.py) to confirm it only formats text and makes no network calls; (2) be cautious about storing a user's TripIt iCal feed URL — treat it like a secret (it contains a private hash) and avoid persisting it unencrypted or sharing it; (3) ensure any email-sending tool the agent uses (MS Graph, Himalaya, gog, etc.) is trusted and constrained so the agent cannot send arbitrary emails without user approval; (4) if you want stricter control, do not grant autonomous agent invocation or persist the iCal URL — require explicit user confirmation for each send. If you want, I can scan the full script for anything else or suggest a minimal safe workflow for storing/verifying the iCal feed.
功能分析
Type: OpenClaw Skill Name: tripit Version: 1.0.0 The 'tripit' skill is a utility for formatting travel confirmation data into a plain-text format recognized by TripIt's email ingestion service ([email protected]). The core logic in 'scripts/tripit-email.py' is a straightforward data-to-text mapper using standard Python libraries with no network or file system access. While the skill suggests using the user's private TripIt iCal feed for verification in 'SKILL.md', this is a documented feature of the TripIt service and is used here for its intended purpose of itinerary management.
能力评估
Purpose & Capability
Name/description match the included assets: the SKILL.md and scripts/tripit-email.py generate TripIt-formatted email bodies. Requiring python3 is appropriate and no unrelated binaries, env vars, or cloud credentials are requested.
Instruction Scope
Instructions stay within the expected scope (generate a plain-text email body and send it to [email protected]). However the SKILL.md recommends storing the user's private TripIt iCal feed URL for verification — that URL contains a private hash and is effectively a secret; the guidance to 'store' it expands scope into persistent storage of sensitive data and should be treated carefully.
Install Mechanism
No install spec — instruction-only with a small Python helper script included. No downloads from external URLs or package installs are present.
Credentials
The skill declares no environment variables or credentials, which is proportionate. Caveat: verification steps rely on the user's private TripIt iCal feed URL (sensitive); the skill does not declare how that will be stored or protected.
Persistence & Privilege
always:false and no special privileges requested. The skill does suggest storing user-specific data (iCal URL) but does not request platform-wide persistence or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tripit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tripit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: flight, hotel, activity, car rental, and rail support via structured email to [email protected]
元数据
Slug tripit
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

TripIt 是什么?

Create and update TripIt travel plans by sending structured confirmation emails to [email protected]. Supports flights, hotels, activities, car rentals, rail,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。

如何安装 TripIt?

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

TripIt 是免费的吗?

是的,TripIt 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TripIt 支持哪些平台?

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

谁开发了 TripIt?

由 Adam Westland(@adamwestland)开发并维护,当前版本 v1.0.0。

💬 留言讨论