← Back to Skills Marketplace
🔌

Tripadvisor

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
28
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-tripadvisor
Description
Tripadvisor (tripadvisor.com). Use this skill for ANY Tripadvisor request — searching and reading data. Whenever a task involves Tripadvisor, use this skill...
README (SKILL.md)

Tripadvisor

Operate Tripadvisor through your OOMOL-connected account. This skill calls the tripadvisor connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Maps & Location, Data & Analytics. Exposes 4 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Tripadvisor. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "tripadvisor" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "tripadvisor" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • get_location_details — Get detailed Tripadvisor information for one location.
  • get_location_photos — Get Tripadvisor photos for one location with optional paging and source filters.
  • search_locations — Search Tripadvisor locations by text with optional geographic and category filters.
  • search_nearby_locations — Search Tripadvisor locations near a latitude and longitude coordinate pair.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change Tripadvisor state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Tripadvisor is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=tripadvisor
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Install this if you want Codex to retrieve Tripadvisor search, detail, and photo data through OOMOL. Make sure you trust OOMOL and its CLI before using the first-time install command or connecting your Tripadvisor API key.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is searching and reading Tripadvisor data, and the artifact exposes four read-only actions: location search, nearby search, location details, and photos.
Instruction Scope
The activation language is broad for Tripadvisor mentions, but it remains tied to Tripadvisor requests and the documented actions are limited to read operations.
Install Mechanism
The skill includes a one-time fallback installer using a remote OOMOL CLI install script, but it is disclosed, only for missing CLI setup, and the manifest allows only oo CLI commands during normal use.
Credentials
The requested runtime authority is scoped to Bash(oo *) and OOMOL connector calls, which is proportionate for a connector skill that fetches Tripadvisor data.
Persistence & Privilege
The skill requires an OOMOL account and a connected Tripadvisor API key, with credentials described as server-side; it does not instruct the agent to read local secrets, store tokens, persist background workers, or mutate Tripadvisor state.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-tripadvisor
  3. After installation, invoke the skill by name or use /oo-tripadvisor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of `oo-tripadvisor`, an OOMOL skill for operating Tripadvisor through the `tripadvisor` connector without handling raw API credentials. - Supports text-based location search with optional geographic and category filters. - Adds nearby location search using latitude and longitude coordinates. - Provides detailed Tripadvisor information retrieval for a single location. - Includes location photo lookup with optional paging and source filters. - Documents safe `oo connector schema` and `oo connector run` workflows for all four read-only actions.
Metadata
Slug oo-tripadvisor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tripadvisor?

Tripadvisor (tripadvisor.com). Use this skill for ANY Tripadvisor request — searching and reading data. Whenever a task involves Tripadvisor, use this skill... It is an AI Agent Skill for Claude Code / OpenClaw, with 28 downloads so far.

How do I install Tripadvisor?

Run "/install oo-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, licensed under MIT-0. 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 (cross-platform).

Who created Tripadvisor?

It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.

💬 Comments