← 返回 Skills 市场
267
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install travel-information-and-news
功能描述
Search and aggregate travel news, information, and reviews from multiple sources. Designed for travel planning professionals, travel agents, tour operators,...
安全使用建议
This skill appears to do what it says (multi-source travel search + optional scraping), but check a few things before installing or running it with real credentials:
- The skill requires a TAVILY_API_KEY (and optionally BRAVE_API_KEY) even though the registry metadata lists none — do not provide API keys unless you trust the Tavily endpoint and the skill owner.
- SKILL.md mentions ~/.openclaw/.env, but search.py actually loads .env from the skill directory (../.env and .env). Ensure you place API keys where the script will read them or pass them via process env explicitly.
- SKILL.md mandates translating all results to the query language. The visible code shows only simple language detection; verify the translation implementation exists and review which translation service is used (that may require additional credentials or cause unexpected network calls).
- The browser scraping path will install/run system components: Xvfb, Chromium, and Node/Puppeteer; the script can start Xvfb and spawn a node process. Run scraping in a sandbox/container and review the browser_search.js and search.py code if you plan to enable --use_browser.
- The README suggests installing a 'desktop-control' skill for simulated clicking. That skill grants broader automation (mouse/keyboard) — only install it if you understand and trust it.
- The PDF path downloads a font at runtime from GitHub raw; if you have strict network policies, be aware of this runtime fetch.
Recommendations: review the full (untruncated) search.py for any hidden network endpoints or translation calls; run initially without enabling browser scraping; use least-privilege API keys (scoped, rate-limited) and rotate them after testing; run in an isolated environment if you must enable the browser automation features.
功能分析
Type: OpenClaw Skill
Name: travel-information-and-news
Version: 1.0.0
The skill bundle is a travel information aggregator that uses Tavily, Brave Search, and Puppeteer-based scraping (via scripts/browser_search.js) to collect destination data. It includes legitimate functionality for generating PDF and Word reports, including a remote fetch of a CJK font from a reputable GitHub repository to ensure proper rendering. While it employs high-privilege techniques such as running Chromium with the sandbox disabled and utilizing a virtual framebuffer (Xvfb) to bypass bot detection, these behaviors are transparently documented in SKILL.md and README.md and are consistent with the stated purpose of scraping social media sites like Xiaohongshu and X/Twitter.
能力评估
Purpose & Capability
The skill's code and instructions align with a travel search/aggregation tool: it queries Tavily (primary), can fall back to Brave, and can scrape blocked sites via Puppeteer. However the registry metadata claims no required env vars while both the SKILL.md and search.py clearly require a TAVILY_API_KEY (and optionally BRAVE_API_KEY). That registry omission is an inconsistency users should notice.
Instruction Scope
SKILL.md mandates language-detection and translation of all results to the query language. The script includes a simple detect_language() but the visible code does not show a translation step (the file was truncated, so translation may exist later). SKILL.md also tells the agent to use ~/.openclaw/.env or env vars for keys, but search.py only loads ../.env and ./ .env in the skill directory—these paths differ. The skill instructs spawning Xvfb and running Chromium/Puppeteer and will start Xvfb if absent; these are legitimate for scraping but escalate the agent's ability to run system processes and interact with remote sites.
Install Mechanism
No formal install spec (instruction-only) — lower risk overall. The instructions recommend installing system packages (apt-get xvfb chromium) and npm puppeteer; scripts will also download a CJK font from a GitHub raw URL at runtime if missing. These are expected for browser-based scraping and PDF generation, but they cause the skill to write files (/tmp) and spawn processes (Xvfb, node). The GitHub raw URL is a known host (reasonable), but runtime downloads mean code fetches remote content.
Credentials
The code requires TAVILY_API_KEY (and optionally BRAVE_API_KEY), which is proportionate to its functionality. However the registry's 'Required env vars: none' is inaccurate/omissive. The skill also reads .env files from the skill directory (not the ~/.openclaw path referenced in docs). The skill will propagate environment when launching subprocesses (e.g., node with DISPLAY), so API keys present in env could be available to spawned processes—this is expected but worth noting.
Persistence & Privilege
The skill does not request 'always: true' and uses the normal autonomous invocation default. It does, however, start background processes when performing browser scraping (it will launch Xvfb if not running and invoke node). The SKILL.md also recommends installing an external 'desktop-control' skill for simulated clicks — that external skill would grant stronger automation privileges. None of this implies permanent persistence, but it does increase runtime privileges (process spawning, desktop automation) when enabled.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install travel-information-and-news - 安装完成后,直接呼叫该 Skill 的名称或使用
/travel-information-and-news触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Travel Information and News skill.
- Aggregates travel news, destination info, and reviews from multiple sources (Tavily required, Brave Search and browser scraping optional).
- Designed for travel planning professionals, agents, tour operators, and content creators.
- Automatically matches output language to user query language; never returns English if query is in another language.
- Supports hotel/attraction review aggregation from TripAdvisor and Google via browser automation.
- Customizable parameters for query, region, result count, output format (text, docx, pdf), and review inclusion.
- Advanced browser suite setup for scraping blocked sites like Xiaohongshu and X/Twitter.
元数据
常见问题
Travel Information and News 是什么?
Search and aggregate travel news, information, and reviews from multiple sources. Designed for travel planning professionals, travel agents, tour operators,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 267 次。
如何安装 Travel Information and News?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-information-and-news」即可一键安装,无需额外配置。
Travel Information and News 是免费的吗?
是的,Travel Information and News 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Travel Information and News 支持哪些平台?
Travel Information and News 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Travel Information and News?
由 Allen Niu(@nhzallen)开发并维护,当前版本 v1.0.0。
推荐 Skills