← 返回 Skills 市场
swayamg20

Trip Save

作者 Swayam Gupta · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
428
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install trip-save
功能描述
Save travel inspiration from YouTube videos, Instagram reels, blog URLs, tweets, or plain text like "want to visit Hampi". Extracts destination, auto-tags by...
安全使用建议
This skill appears to do only what it says: fetch public URLs or take plain text and save a small tagged record in agent memory. Before installing, consider: (1) Privacy — avoid sending URLs that contain sensitive information or private-account content because the agent will fetch page content and store metadata in memory. (2) Persistence — check your agent's memory retention and who can access it (saved items will persist and may appear in future conversations). (3) Protected content — the skill provides no mechanism for handling login-required or paywalled pages, so those saves may fail silently or save only the link. If you are comfortable with the agent making HTTP requests to the links you provide and storing simple records, this skill is proportionate to its purpose.
功能分析
Type: OpenClaw Skill Name: trip-save Version: 1.0.0 The skill is classified as suspicious due to its reliance on the `web fetch` capability, as instructed in `SKILL.md`. While necessary for the skill's stated purpose of saving URLs, `web fetch` represents a significant security risk (e.g., Server-Side Request Forgery) if the underlying OpenClaw platform's network access is not adequately sandboxed. There are no explicit instructions for malicious actions like data exfiltration, unauthorized command execution, or prompt injection against the agent, but the presence of this risky capability without clear malicious intent warrants a 'suspicious' classification rather than 'benign'.
能力评估
Purpose & Capability
Name/description (save travel inspirations, extract destination and tags, store in memory) match the SKILL.md instructions. There are no unrelated required binaries, environment variables, or installs that would be unexpected for this functionality.
Instruction Scope
Instructions ask the agent to 'use web search or web fetch to get the page content' and then extract destination/tags and store a short record in memory. This is within purpose, but the fetch step means the agent will make network requests to user-provided URLs and could retrieve page content (which might include PII or private information). The skill does not instruct how to handle login-protected or paywalled content, or whether to store full page text versus only metadata.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk or downloaded during install, which is the lowest-risk install posture.
Credentials
The skill requests no environment variables, credentials, or config paths. That aligns with a bookmarking/saving feature that should not need external keys or secrets.
Persistence & Privilege
The skill stores saved items in agent memory (persistent by design). 'always' is false (no forced inclusion). Be aware that saved entries will persist according to the agent/platform memory retention and could be exposed in future agent responses or exports — the SKILL.md does not specify retention, redaction, or access controls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trip-save
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trip-save 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of trip-save: Easily save travel inspiration from any source. - Save destinations from YouTube videos, Instagram reels, blog URLs, tweets, or plain text like "want to visit X" - Automatically extract destination, tag by vibe, location, budget, and source - Store all saved places in memory for easy recall and filtering - Simple save confirmation—no summaries or travel advice on save - Quick recall of saved places with optional filtering by tags like vibe or region
元数据
Slug trip-save
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Trip Save 是什么?

Save travel inspiration from YouTube videos, Instagram reels, blog URLs, tweets, or plain text like "want to visit Hampi". Extracts destination, auto-tags by... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 428 次。

如何安装 Trip Save?

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

Trip Save 是免费的吗?

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

Trip Save 支持哪些平台?

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

谁开发了 Trip Save?

由 Swayam Gupta(@swayamg20)开发并维护,当前版本 v1.0.0。

💬 留言讨论