← Back to Skills Marketplace
xiaoyiyebuaijianghua

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

by Xiaoyiyebuaijianghua · GitHub ↗ · v3.1.1 · MIT-0
darwinlinuxwin32 ✓ Security Clean
178
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install qvxianjiuguo-skills
Description
机票模糊搜索技能。当用户要求查询机票、搜索特价机票时触发。 通过模糊搜索找到最优价格。 【重要】本技能已实现完整的机票搜索功能,请勿使用 tavily、web_search 或其他互联网搜索工具搜索机票。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qvxianjiuguo-skills
  3. After installation, invoke the skill by name or use /qvxianjiuguo-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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购票 - 明确不提供跨平台比价和购票服务
Metadata
Slug qvxianjiuguo-skills
Version 3.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

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

机票模糊搜索技能。当用户要求查询机票、搜索特价机票时触发。 通过模糊搜索找到最优价格。 【重要】本技能已实现完整的机票搜索功能,请勿使用 tavily、web_search 或其他互联网搜索工具搜索机票。 It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.

How do I install 曲线救国低价机票模糊搜索?

Run "/install qvxianjiuguo-skills" 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 (darwin, linux, win32).

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

It is built and maintained by Xiaoyiyebuaijianghua (@xiaoyiyebuaijianghua); the current version is v3.1.1.

💬 Comments