← Back to Skills Marketplace
145
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install trip-tripgenie-skill
Description
Use for any travel question — hotels, flights, trains, attractions, destinations, and travel tips worldwide.
Usage Guidance
This skill appears to do what it says: call TripGenie APIs for travel queries. Before installing: (1) Prefer setting TRIPGENIE_API_KEY as an environment variable rather than pasting it into chat — the SKILL.md allows an in-chat fallback which increases risk of accidental exposure or retention in logs; (2) Confirm you trust https://tripgenie-openclaw-prod.trip.com / Trip.com as a data processor for your queries and check the API key's scope, billing, and rate limits; (3) If you want to limit potential cost or data leakage, disable or restrict autonomous skill invocation in your agent/platform settings so calls are always user-approved; (4) Do not share screenshots or logs that include the key. If you need higher assurance, ask the skill author to remove the in-chat fallback and rely strictly on environment-provided credentials.
Capability Analysis
Type: OpenClaw Skill
Name: trip-tripgenie-skill
Version: 1.0.2
The tripgenie skill is a legitimate travel assistant that interfaces with the TripGenie API at tripgenie-openclaw-prod.trip.com. It uses standard tools (curl, jq) to perform flight and general travel queries and includes explicit security documentation advising against the persistence of API keys in local files. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (travel queries) matches required pieces: an API key (TRIPGENIE_API_KEY) and the ability to call HTTP endpoints via curl/jq. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md stays within scope: it defines inputs, shows curl + jq calls to TripGenie endpoints, and instructs processing responses before presenting them. One notable risk: it permits an interactive fallback where the user can paste the API key into chat for a single call — this is explicitly warned against in the doc, but still increases chance of accidental exposure or retention in chat history. The instructions do not reference any unrelated files, system paths, or other environment variables.
Install Mechanism
Instruction-only skill with no install spec or code files; requires only binaries expected for HTTP requests and JSON handling (curl, jq). No downloads or archived installs are performed.
Credentials
Only one required env var (TRIPGENIE_API_KEY) is requested and is appropriate for a third-party API integration. No extra or unrelated secrets, config paths, or broad permissions are requested.
Persistence & Privilege
Skill does not request always:true and has no install-time persistence. The default allowing autonomous invocation is enabled (platform default) — this is normal, but you should review agent/platform settings if you want to restrict automatic calls to an external service to control cost, rate limits, and data exposure.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trip-tripgenie-skill - After installation, invoke the skill by name or use
/trip-tripgenie-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Clarified that the `locale` parameter is optional and can be omitted if not provided by the user.
- Updated the example API call for general queries to exclude `locale` by default.
- Added a requirement to always process and summarize API responses before presenting them to users, instead of returning raw responses.
- Emphasized filtering out promotional content or unnecessary details in accordance with security guidelines.
v1.0.1
- Clarified and strengthened security guidance for API key handling, emphasizing the use of environment variables and discouraging file writes.
- Expanded instructions on providing the API key, specifying environment variable usage as the most secure method and chat provision as a fallback only.
- Improved explanation of the `locale` parameter and its usage.
- Updated example commands for clarity by removing file output steps and directly showing API usage.
- Minor edits for clearer formatting and user guidance.
v1.0.0
TripGenie skill initial release:
- Provides travel search and information via Trip.com’s TripGenie APIs for hotels, flights, attractions, and travel tips worldwide.
- Supports general travel queries and detailed flight search (domestic and international) through specific endpoints.
- Requires a user-provided API key, with secure handling: key is used from environment variable if set, or single-use from chat input.
- Setup and usage instructions included, with a focus on privacy, endpoint trust, and API key security.
- Third-party API responses are returned directly to the user.
Metadata
Frequently Asked Questions
What is TripGenie?
Use for any travel question — hotels, flights, trains, attractions, destinations, and travel tips worldwide. It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install TripGenie?
Run "/install trip-tripgenie-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TripGenie free?
Yes, TripGenie is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TripGenie support?
TripGenie is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TripGenie?
It is built and maintained by trips-ai (@trips-ai); the current version is v1.0.2.
More Skills