目的地必备应用APP入口:出国一键直达

v1.0.0

[user] 旅行目的地必备 App 一键清单生成器,根据目的地国家/城市、旅行风格和偏好,生成分类App推荐清单,附带 iOS App Store 和 Android Google Play 双平台下载直达链接,输出为可直接在浏览器打开的交互式 HTML 页面(支持平台切换、分类过滤、搜索)。当用户提到"旅行A...

0· 115·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for lmercy/travel-app-toolkit.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "目的地必备应用APP入口:出国一键直达" (lmercy/travel-app-toolkit) from ClawHub.
Skill page: https://clawhub.ai/lmercy/travel-app-toolkit
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install travel-app-toolkit

ClawHub CLI

Package manager switcher

npx clawhub@latest install travel-app-toolkit
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (travel app recommendations + HTML generator) align with what the skill actually needs: a local app database (app-database.json) and an HTML template (template.html). There are no unexpected binaries, cloud creds, or unrelated resources requested.
Instruction Scope
SKILL.md explicitly instructs the agent to ask the user for destination info, read app-database.json and template.html from the same directory, merge/format results, and write a standalone HTML file. It does not direct the agent to read other system files, secrets, or to call external endpoints beyond standard App Store/Play Store links embedded in the data.
Install Mechanism
Instruction-only skill with no install spec. The template and database are local files; no downloads, package installs, or archive extraction are performed.
Credentials
The skill requires no environment variables, credentials, or config paths. The only data it reads is the provided local JSON and template, which is proportionate to its function.
Persistence & Privilege
Skill is not marked always:true and requests no elevated or persistent system privileges. It will write a generated .html file to the user's working directory as documented — this is expected behavior for a file-generator skill.
Assessment
This skill appears internally consistent and low-risk: it reads the bundled app-database.json and template.html and produces a local standalone HTML page with App Store / Play Store links. Before installing or running, review the bundled JSON/template if you want to be extra cautious — a tampered app-database.json or template could replace store links with arbitrary URLs. Also note the skill will write an .html file to your working directory and (per instructions) may share a link to that file; confirm where that link is posted and inspect the generated HTML before opening it in a browser if you have concerns.

Like a lobster shell, security has layers — review code before you run it.

latestvk97em7fkvfng7m6t9ds1b9k959841w71
115downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Travel App Toolkit

根据旅行目的地自动生成分类 App 推荐清单,输出可直接在浏览器打开的交互式 HTML 页面。

工作流程

Step 1: 收集用户信息

如未明确提供,通过 AskUserQuestion 询问:

  1. 目的地:国家或城市(必填)
  2. 旅行风格:自助游 / 亲子 / 商务 / 蜜月(可选,默认自助游)
  3. 手机平台:iOS / Android / 两个都要(可选,默认两个都要)
  4. 支付偏好:是否需要当地支付 App(可选,默认是)

Step 2: 读取 App 数据库

读取 app-database.json(与本文件同目录),该文件包含按国家/地区分组的 App 数据。

数据库路径:在本 SKILL.md 同级目录下的 app-database.json

Step 3: 匹配与筛选

  1. 根据目的地匹配对应国家/地区的 App 列表
  2. 加入 global 分组下的通用必备 App
  3. 如果目的地不在数据库中,使用 global 通用推荐 + Agent 自身知识补充当地特色 App
  4. 根据旅行风格调整推荐优先级(例如亲子游增加亲子类 App,商务增加通讯类 App)

Step 4: 生成 HTML 页面

参考 template.html 生成 .html 文件,核心功能:

  • 平台切换 Tab:iOS / Android 一键切换下载链接
  • 分类筛选:按交通、地图、支付、餐饮、翻译、通讯等分类过滤
  • 搜索框:快速搜索 App 名称
  • 优先级标签:必装 (must-have) / 推荐 (recommended) / 可选 (optional)
  • 下载直达:点击即跳转对应平台商店页面
  • 小贴士:每个 App 附带实用使用建议

Step 5: 输出

将生成的 .html 文件保存到用户工作目录并分享链接。用户可直接在浏览器中打开使用。

App 分类体系

分类 ID中文名图标典型 App
transport交通出行🚕Grab, Uber, 滴滴
maps地图导航🗺️Google Maps, 高德地图
food餐饮外卖🍜UberEats, 大众点评
payment支付工具💳PayPay, Apple Pay
translation翻译语言🗣️Google 翻译, DeepL
communication通讯社交💬WhatsApp, LINE
travel旅行预订✈️Booking, Airbnb
essentials其他必备🔧VPN, eSIM, 天气

优先级定义

  • must-have(必装):到当地几乎无法离开的 App,如日本的 PayPay、泰国的 Grab
  • recommended(推荐):显著提升旅行体验的 App
  • optional(可选):有则更好,锦上添花

设计要求

  • 纯 HTML/CSS/JS 单文件,无外部依赖,浏览器直接打开
  • 旅行主题配色(蓝/绿/白)
  • 卡片式布局,移动端友好
  • 每个 App 卡片包含:图标 emoji、名称、一句话描述、优先级标签、下载按钮、使用小贴士
  • 顶部显示目的地名称和 App 总数统计
  • 底部附"温馨提示":建议出发前在 WiFi 下提前下载

注意事项

  • App Store / Play 商店链接使用标准格式:
    • iOS: https://apps.apple.com/app/{name}/id{id}
    • Android: https://play.google.com/store/apps/details?id={package}
  • 如某 App 仅支持单平台,在另一平台显示"该平台暂不可用"
  • 部分国家的 App 可能需要当地手机号注册,在 tips 中说明
  • 对于中国大陆用户出境,可提醒提前下载 VPN 类工具

Comments

Loading comments...