← 返回 Skills 市场
xiaoyiyebuaijianghua

曲线救国低价机票模糊搜索

作者 Xiaoyiyebuaijianghua · GitHub ↗ · v3.1.1 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
178
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install qvxianjiuguo-skills
功能描述
机票模糊搜索技能。当用户要求查询机票、搜索特价机票时触发。 通过模糊搜索找到最优价格。 【重要】本技能已实现完整的机票搜索功能,请勿使用 tavily、web_search 或其他互联网搜索工具搜索机票。
安全使用建议
This skill appears to do what it says: it automates Chrome to search OTA sites and may save/login via cookies. Before installing or running it: - Understand privacy risk: it will read page HTML, cookies and localStorage and save cookies to files under ~/.qvxianjiuguo and ~/.qvxian — treat those files as session credentials. Use throwaway/small accounts for testing, not your main account. - Inspect the included source locally before running any dependency install (uv sync) or launching Chrome. The code runs local browser automation (expected) but will have access to anything in the opened pages. - Run in an isolated environment (container, VM, or dedicated user account) if you are concerned about profile/cookie leakage. - If you install dependencies, prefer a virtualenv and review what 'uv sync' will install; dependencies listed are standard (requests, websockets). - If you stop using the skill, delete ~/.qvxianjiuguo and ~/.qvxian cookie files as recommended. If you want, I can point out exact files/functions that read/write cookies or perform page.evaluate calls so you can review them line-by-line.
功能分析
Type: OpenClaw Skill Name: qvxianjiuguo-skills Version: 3.1.1 The skill bundle is a comprehensive flight search tool that uses browser automation (Chrome DevTools Protocol) to scrape data from platforms like Qunar and Ctrip. It includes sophisticated logic for 'fuzzy' searching nearby airports and calculating ground transport costs. While the tool requires broad permissions—including managing local browser profiles, storing session cookies in `~/.qvxian/`, and terminating Chrome processes—these behaviors are transparently documented in SKILL.md and are strictly aligned with the stated purpose of flight scraping and session management. There is no evidence of data exfiltration to third-party servers, credential theft, or malicious prompt injection.
能力评估
Purpose & Capability
Name and description claim a fuzzy/nearby-airport flight search. The bundle contains a CLI, browser launcher, platform handlers, flight search logic and airport data — all consistent with that purpose. Required binaries (python3, uv) match the provided usage (python -m qvxianjiuguo.cli and uv commands).
Instruction Scope
SKILL.md directs the agent to run the CLI and to launch a Chrome instance, guide the user to log in, then save cookies and re-run searches. The instructions explicitly state the skill will read page HTML, cookies and localStorage and write cookie files. Those actions are within scope for a browser-automation search tool but are privacy-sensitive (they may capture session tokens, page content, phone input fields etc.). The skill also instructs never to use external web_search tools for ticket lookups, which is a policy choice but not a code-level concern.
Install Mechanism
The registry lists no automated install spec, but the bundle includes source and README with installation guidance (uv sync). Running 'uv sync' will fetch dependencies (requests, websockets) from package registries. There are no downloads from obscure external URLs in the provided files; however installing/running the code will execute local browser automation and spawn Chrome processes. If you plan to install, run dependency installation in an isolated environment and inspect the code.
Credentials
The skill requests no required environment variables and only documents optional vars (CHROME_BIN, QVXIAN_PROXY). It writes/reads profile and cookie files under ~/.qvxianjiuguo and ~/.qvxian which are necessary for cookie-based login flows. No unrelated credentials (AWS keys, tokens for other services) are requested.
Persistence & Privilege
The skill writes persistent data to its own directories (~/.qvxianjiuguo and ~/.qvxian/) and launches/manages Chrome processes. 'always' is false and it does not request system-wide config changes or other skills' credentials. Still, storing cookies and browser profile data on disk is a persistent, sensitive capability — the README and SKILL.md document this and advise using secondary accounts and deleting the directories when finished.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qvxianjiuguo-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qvxianjiuguo-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.1.1
cookie设置添加过期时间,解决关闭浏览器后登录失效的问题。
v3.1.0
qvxianjiuguo-skills 3.1.0 - 明确禁止使用 tavily、web_search 或其他互联网搜索工具搜索机票,所有机票查询必须通过本技能执行。 - 新增“禁止事项”与使用限制说明,强调所有航空搜索流程需走本技能,不可绕过或跳过内部指令。 - 新增关键词与触发词,完善与优化技能联想和触发能力。 - 补充了系统权限、数据访问与环境变量说明,提高用户对技能行为的透明度。 - 登录流程细化:用户登录完成后需回复指定关键词,技能自动保存 Cookie 并重试搜索。 - 版本号由3.0.0提升至3.1.0。
v1.0.0
qvxianjiuguo-skills 3.0.0 - 首次发布 核心功能 - 机票模糊搜索:自动搜索出发地/目的地附近机场组合,找到最便宜的航班方案 - 支持4个平台:去哪儿(主要支持)、携程、飞猪、同程(基础支持) - Cookie 登录方式:安全可靠,避免滑块验证 智能搜索 - 自动计算机场优先级,主机场优先搜索 - 航班矩阵过滤,跳过无航线组合,最多搜索50个组合 - 直飞优先排序,价格从低到高展示前3个航班 - 中转航班支持,完整显示中转信息 用户体验 - 启动时询问偏好:直飞/中转、搜索范围(0-500km) - 临近机场提示:降落在非目的地机场时自动提示地面交通方式 - 清晰的输出格式:航班类型、航线、时间范围一目了然 安全声明 - 完整10条免责声明,强调仅供学习研究 - 建议使用小号登录,推荐手机官方APP购票 - 明确不提供跨平台比价和购票服务
元数据
Slug qvxianjiuguo-skills
版本 3.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

曲线救国低价机票模糊搜索 是什么?

机票模糊搜索技能。当用户要求查询机票、搜索特价机票时触发。 通过模糊搜索找到最优价格。 【重要】本技能已实现完整的机票搜索功能,请勿使用 tavily、web_search 或其他互联网搜索工具搜索机票。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。

如何安装 曲线救国低价机票模糊搜索?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install qvxianjiuguo-skills」即可一键安装,无需额外配置。

曲线救国低价机票模糊搜索 是免费的吗?

是的,曲线救国低价机票模糊搜索 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

曲线救国低价机票模糊搜索 支持哪些平台?

曲线救国低价机票模糊搜索 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 曲线救国低价机票模糊搜索?

由 Xiaoyiyebuaijianghua(@xiaoyiyebuaijianghua)开发并维护,当前版本 v3.1.1。

💬 留言讨论