SkillHub

pointsyeah-cli

v0.1.0

通过命令行生成 PointsYeah 机票酒店搜索链接,无需爬虫或私有 API,提供浏览器直达链接。

Sourced from ClawHub, Authored by Yuan Chen

Installation

Please help me install the skill `pointsyeah-cli` from SkillHub official store. npx skills add chenyuan99/pointsyeah-cli

Skills / Usage

This repo provides a small CLI called pointsyeah that generates PointsYeah search URLs for flights and hotels.

It does not scrape PointsYeah and does not call a private API; it only produces a best-effort deep link you can open in a browser.

Install (uv)

uv pip install -e .

Or install as a tool:

uv tool install -e .

Commands

Flights

pointsyeah flights JFK LAX --date 2026-04-10
pointsyeah flights JFK LAX --date 2026-04-10 --return 2026-04-15 --adults 2 --cabin business
pointsyeah flights JFK LAX --date 2026-04-10 --open

Hotels

pointsyeah hotels "Jersey City" --checkin 2026-04-10 --checkout 2026-04-12
pointsyeah hotels "Boston" --checkin 2026-05-01 --checkout 2026-05-05 --guests 2 --rooms 1 --open

Development

Run tests:

uv pip install -e .
uv pip install pytest
pytest -q