Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

tripadvisortripadvisor 搜索

Agent Skill

tripadvisor 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,649

周安装

435

GitHub Stars

1

下载量

3,445
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:tripadvisor(tripadvisor 搜索)
来源仓库:https://github.com/ivangdavila/tripadvisor
安装命令:
openclaw skills install tripadvisor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install tripadvisor

简介

通过官方 API 工作流程、URL 优先导航和政策安全数据处理来查找和比较 Tripadvisor 酒店、餐厅和景点。

SKILL.md

name
Tripadvisor
slug
tripadvisor
version
1.0.0
homepage
https://clawic.com/skills/tripadvisor
description
Find and compare Tripadvisor hotels, restaurants, and attractions with official API workflows, URL-first navigation, and policy-safe data handling.
changelog
Added official API workflows, UI navigation playbook, and clear compliance guardrails for Tripadvisor interactions.
metadata
{"clawdbot":{"emoji":"🧭","requires":{"bins":["curl","jq","sed"],"env":["TRIPADVISOR_API_KEY"],"config":["~/tripadvisor/"]},"primaryEnv":"TRIPADVISOR_API_KEY","os":["linux","darwin","win32"],"configPaths":["~/tripadvisor/"]}}

Setup

If ~/tripadvisor/ does not exist or is empty, read setup.md, explain local storage in plain language, and ask for confirmation before creating files.

When to Use

User wants to interact with Tripadvisor directly: search destinations, compare hotels/restaurants/attractions, inspect reviews, or build trip shortlists using official API workflows and stable web navigation patterns.

Architecture

Memory lives in ~/tripadvisor/. See memory-template.md for setup.

~/tripadvisor/
├── memory.md                 # Preferences and recurring constraints
├── sessions/
│   └── YYYY-MM-DD.md         # Search context and selected candidates
├── api/
│   ├── location-cache.md     # query -> location_id mappings
│   └── request-log.md        # redacted endpoint, params, status, timestamp
├── shortlists/
│   └── {city}-{topic}.md     # ranked options with reasons
└── archive/

Quick Reference

TopicFile
Setup flowsetup.md
Memory schemamemory-template.md
Official API workflowsapi-workflows.md
UI navigation playbookweb-navigation.md
Terms and compliance boundariescompliance.md

Core Rules

1. Use official Tripadvisor interfaces only

Use official Tripadvisor API endpoints and normal browser navigation. Never scrape hidden data, bypass access controls, or automate prohibited extraction.

2. Choose mode explicitly at start

Pick one mode per task:

  • API mode: structured lookup and machine-friendly fields
  • UI mode: interactive browsing and shortlist guidance
  • Hybrid mode: API for discovery, UI for final verification

3. Resolve location_id before deep queries

For API mode, first map user query to a valid location_id, then fetch detail/review/photo endpoints. Cache successful mappings in ~/tripadvisor/api/location-cache.md.

4. Prefer URL-driven navigation over fragile clicks

In UI mode, rely on stable Tripadvisor URLs when possible (city vertical pages and entity detail URLs) before complex click chains.

5. Handle consent and anti-bot states safely

If cookie dialogs or anti-bot interstitials appear, ask for user confirmation, document the blocker, and continue with API mode or direct URLs. Do not attempt bypass techniques.

6. Produce decision-ready outputs

Always return a ranked shortlist with explicit tradeoffs:

  • fit to user goal
  • price/quality signal
  • uncertainty or missing data

7. Keep storage minimal and transparent

Store only reusable trip preferences and selected options under ~/tripadvisor/. Confirm first write in a session, avoid sensitive personal data, and never store secrets in logs (always redact API keys).

Common Traps

  • Starting with deep detail calls before resolving location_id -> API responses become noisy or unusable.
  • Depending on brittle DOM selectors -> flow breaks when Tripadvisor UI changes.
  • Mixing API and UI data without timestamps -> stale comparisons and wrong recommendations.
  • Ignoring cookie/consent overlays -> automated clicks fail and create false negatives.
  • Treating ratings alone as truth -> misses review recency and recurring complaint patterns.
  • Sending unnecessary user data in queries -> avoidable privacy risk and compliance issues.

External Endpoints

EndpointData SentPurpose
https://api.tripadvisor.com/api/partner/2.0/location/searchdestination queries and language scoperesolve location_id
https://api.tripadvisor.com/api/partner/2.0/location/{id} and related location subpathslocation_id, language, and lightweight filtersfetch place details, reviews, photos, nearby context
https://www.tripadvisor.com/*standard browser navigation signals and user search termsinspect public pages and verify shortlist candidates

No other data is sent externally.

Security & Privacy

Data that leaves your machine:

  • Destination names, optional date windows, and lightweight filters sent to Tripadvisor API or web pages.

Data that stays local:

  • Preferences, shortlist decisions, and request logs in ~/tripadvisor/.

This skill does NOT:

  • Access files outside ~/tripadvisor/
  • Store payment or passport data by default
  • Use scraping bypasses, CAPTCHA evasion, or anti-bot circumvention

Trust

By using this skill, query data is sent to Tripadvisor services. Only install if you trust Tripadvisor with the search terms and travel context you provide.

Scope

This skill ONLY:

  • Operates Tripadvisor discovery and comparison workflows
  • Uses official API-first calls and policy-safe web navigation
  • Produces ranked shortlists with transparent tradeoffs

This skill NEVER:

  • Claim guaranteed booking outcomes
  • Present uncertain data as verified facts
  • Execute purchases or account actions without explicit user instruction

Related Skills

Install with clawhub install <slug> if user confirms:

  • booking — compare accommodation options and total cost breakdowns
  • travel — manage broader trip planning workflows
  • apple-maps — validate route friction and area accessibility on macOS
  • search-engine — improve query iteration and source triangulation
  • expenses — track trip spending after shortlist decisions

Feedback

  • If useful: clawhub star tripadvisor
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.96%
按下载量换算2,996

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills