ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

hna-666-flight-checker

查询海南航空 666Plus 权益可往返航班,自动遍历指定目的地

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aywd2026/hna-666-flight-checker
Or

海航 666Plus 权益往返航班查询助手

技能描述

自动查询从北京出发,使用 666Plus 权益卡,在指定日期范围内可往返的航班目的地。

触发条件

当用户提到以下内容时激活:

  • 查询海航 666 权益航班
  • 海航 plus 会员可出行目的地
  • 北京出发 666 权益往返
  • 海航权益卡航班查询

输入参数

参数类型必填说明示例
out_datestring去程日期,格式 YYYY-MM-DD2026-04-01
ret_datestring返程日期,格式 YYYY-MM-DD2026-04-06

执行流程

1. 参数解析

从用户输入中提取日期,自动转换为 YYYYMMDD 格式

2. 执行查询

调用 Python 脚本:

cd /home/wd/.openclaw/skills/hna-666-flight-checker/scripts
~/.local/pipx/venvs/playwright/bin/python main.py --out {out_date_compact} --ret {ret_date_compact} --headless --debug

Metadata

Author@aywd2026
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aywd2026-hna-666-flight-checker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#海航#航班查询#权益卡#自动化
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.