← Back to Skills Marketplace
Trip Save
by
Swayam Gupta
· GitHub ↗
· v1.0.0
428
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install trip-save
Description
Save travel inspiration from YouTube videos, Instagram reels, blog URLs, tweets, or plain text like "want to visit Hampi". Extracts destination, auto-tags by...
Usage Guidance
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.
Capability Analysis
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'.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trip-save - After installation, invoke the skill by name or use
/trip-save - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 428 downloads so far.
How do I install Trip Save?
Run "/install trip-save" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Trip Save free?
Yes, Trip Save is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Trip Save support?
Trip Save is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Trip Save?
It is built and maintained by Swayam Gupta (@swayamg20); the current version is v1.0.0.
More Skills