← Back to Skills Marketplace
travel-skills

智能行李清单

by 旅行技能 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
34
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smart-packing-list
Description
根据目的地实时天气、行程天数、出行类型和旅行者构成,智能生成个性化打包清单,支持打包进度检查和出行贴士提醒。
README (SKILL.md)

智能行李清单

根据目的地天气 + 行程天数 + 出行类型,自动生成个性化打包清单,帮你不遗漏任何必带物品。

触发条件

当用户明确要生成行李清单、打包清单、出行准备列表,或询问"去XX要带什么"时触发。不适用于查询机票、酒店等预订类需求。

工具

generate — 天气适配清单生成

根据目的地实时天气、行程天数、出行类型,生成个性化打包清单。

  • 输入:destination(城市名), days(天数), trip_type(商务/度假/户外/探亲/亲子), scene(海滩/高原/雪地/温泉/国际), travelers(1成人/情侣/家庭含儿童/团队)
  • 输出:天气摘要 + 分类清单 + 必带/可选标记 + 出行贴士
  • 数据流:用户输入 → 本技能 → 高德地图代理服务 → 高德天气API → 返回结果

check — 打包进度检查

对比清单检查已打包和未打包物品,提醒必带品遗漏。

  • 输入:checklist(清单数据), packed(已打包物品列表)
  • 输出:已打包/未打包列表 + 完成进度% + 必带品遗漏告警

quick — 快速清单

不查天气,纯逻辑快速生成打包清单。

  • 输入:days(天数), trip_type, scene
  • 输出:分类清单 + 必带/可选标记

流程

流程1:生成清单

用户说"去XX要带什么" → 调用generate → 查询目的地天气 → 匹配5维生成引擎(天气适配/天数衣物量/出行类型/场景/旅行者) → 输出分类清单+贴士

流程2:检查打包

用户报已带物品 → 调用check → 对比清单 → 输出进度+遗漏提醒

5维生成引擎

  1. 天气适配:高温→防暑防晒 | 低温→保暖装备 | 雨天→防雨装备 | 高湿→防潮 | 大温差→洋葱穿搭
  2. 天数匹配:内衣裤=天数+1 | 上衣=天数/2+1 | 裤子=天数/3+1 | 5天以上建议洗衣液
  3. 出行类型:商务→正装+电脑 | 度假→泳衣+相机 | 户外→速干衣+急救包 | 探亲→礼品 | 亲子→儿童用品
  4. 目的地场景:海滩→沙滩装备 | 高原→防高反 | 雪地→防寒防滑 | 温泉→泳衣 | 国际→护照+转换插头
  5. 旅行者构成:儿童→纸尿裤+儿童药 | 情侣→无特殊 | 团队→无需额外

数据源说明

  • 天气数据:通过代理服务调用高德天气API,无需用户申请任何API Key
  • 清单逻辑:内置5维生成引擎,纯本地计算

佣金说明

本技能为纯工具类,不涉及预订/购买环节,无佣金排序。

Usage Guidance
Install if you are comfortable with the weather-aware mode sending destination and trip details to an external proxy/weather provider. Use the offline quick mode for private trips or when you do not want network lookups.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The described capability is a travel packing workflow, and destination-based weather/geocoding is coherent with generating better packing recommendations.
Instruction Scope
The network-backed generate flow should more clearly tell users before use that destination and trip parameters may leave the local environment; the offline quick mode reduces the concern.
Install Mechanism
The available evidence shows a skill file plus a Python helper script, with no hidden installer, dependency bootstrap, hooks, or automatic startup behavior.
Credentials
External calls to a proxy and Amap weather API are proportionate for weather-aware packing, but travel destination and timing can be personal and should be disclosed plainly.
Persistence & Privilege
No evidence indicates credential access, local auth/session use, persistence, privilege escalation, background workers, destructive actions, or data mutation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-packing-list
  3. After installation, invoke the skill by name or use /smart-packing-list
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
smart-packing-list 1.0.0 首发上线: - 根据目的地实时天气、行程天数、出行类型和旅行者构成,智能生成个性化打包清单 - 支持打包进度检查、必带品遗漏提醒 - 覆盖天气适配、天数配比、场景和旅行角色等5大维度 - 可快速生成清单或根据天气详细定制 - 附带出行贴士,无预订或购买功能
Metadata
Slug smart-packing-list
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 智能行李清单?

根据目的地实时天气、行程天数、出行类型和旅行者构成,智能生成个性化打包清单,支持打包进度检查和出行贴士提醒。 It is an AI Agent Skill for Claude Code / OpenClaw, with 34 downloads so far.

How do I install 智能行李清单?

Run "/install smart-packing-list" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 智能行李清单 free?

Yes, 智能行李清单 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 智能行李清单 support?

智能行李清单 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 智能行李清单?

It is built and maintained by 旅行技能 (@travel-skills); the current version is v1.0.0.

💬 Comments