← Back to Skills Marketplace
348
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tripadvisor
Description
Find and compare Tripadvisor hotels, restaurants, and attractions with official API workflows, URL-first navigation, and policy-safe data handling.
Usage Guidance
This skill appears coherent and behaves as a local TripAdvisor helper, but confirm these before installing: (1) You trust TripAdvisor with search terms sent to their API or public pages. (2) Provide a dedicated TRIPADVISOR_API_KEY and verify its scope/limits; if it is compromised you should revoke it. (3) The skill will create and write files under ~/tripadvisor/ only after asking; review those files (memory.md, request-log.md, caches) and avoid storing sensitive personal data there. (4) The skill uses query-string key usage in examples — consider whether your API key should be sent in headers instead (if the API supports it) to reduce accidental leakage. (5) If you lack an API key the skill will fall back to UI mode which navigates public TripAdvisor pages (cookies and rate limits apply). Finally, ensure curl/jq/sed are available on your system and periodically inspect or delete the local ~/tripadvisor/ folder if you no longer use the skill.
Capability Analysis
Type: OpenClaw Skill
Name: tripadvisor
Version: 1.0.0
The Tripadvisor skill bundle provides structured workflows for searching hotels, restaurants, and attractions using official APIs and standard web navigation. It includes proactive security measures such as API key redaction in logs (api-workflows.md), explicit compliance boundaries against scraping or bot-evasion (compliance.md), and limits its file system footprint to a specific local directory (~/tripadvisor/). No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Assessment
Purpose & Capability
Name/description (Tripadvisor discovery/comparison) matches the actual requirements: curl/jq/sed for HTTP + JSON parsing, a single TRIPADVISOR_API_KEY primary credential for official API calls, and a local config path (~/tripadvisor/) for caches and shortlists. All requested resources are plausible and proportionate for the stated functionality.
Instruction Scope
SKILL.md and supporting docs restrict actions to API requests and standard public web navigation, require user confirmation before creating local files, explicitly forbid scraping/bypass techniques, and limit local reads/writes to ~/tripadvisor/. The instructions do not ask the agent to read unrelated system files or other credentials.
Install Mechanism
No install spec (instruction-only) — lowest disk/remote-code risk. The skill relies on existing system binaries (curl/jq/sed) rather than downloading executables or running installers.
Credentials
Only one environment credential is required (TRIPADVISOR_API_KEY) and it is explicitly the primary credential. The skill documents redaction rules for logs and states it will not store secrets. The single API key is appropriate for the described API-first workflows.
Persistence & Privilege
always:false and default autonomous invocation are expected. Persistent data is limited to a clearly scoped ~/tripadvisor/ directory, and writes require user confirmation per setup.md. The skill does not claim or attempt to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tripadvisor - After installation, invoke the skill by name or use
/tripadvisor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Added official API workflows, UI navigation playbook, and clear compliance guardrails for Tripadvisor interactions.
Metadata
Frequently Asked Questions
What is Tripadvisor?
Find and compare Tripadvisor hotels, restaurants, and attractions with official API workflows, URL-first navigation, and policy-safe data handling. It is an AI Agent Skill for Claude Code / OpenClaw, with 348 downloads so far.
How do I install Tripadvisor?
Run "/install tripadvisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tripadvisor free?
Yes, Tripadvisor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Tripadvisor support?
Tripadvisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Tripadvisor?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills