← 返回 Skills 市场
Navifare - Flight Price Double-Check, Finds Hidden Deals
作者
simonenavifare
· GitHub ↗
· v1.1.0
· MIT-0
1621
总下载
4
收藏
3
当前安装
5
版本数
在 OpenClaw 中安装
/install navifare-hidden-flight-deals
功能描述
Find hidden flight deals by comparing prices across 10+ booking sites. Trigger when users share flight prices from any booking site (Skyscanner, Kayak, Googl...
安全使用建议
This skill appears to do what it says: it extracts itinerary details and queries Navifare's hosted MCP server to compare prices. Before installing, consider: 1) the skill will send itinerary data (routes, dates, times, prices) to https://mcp.navifare.com/mcp — verify you’re comfortable sending that to Navifare and review their privacy policy; 2) ensure screenshots you upload do not contain PII (names, booking refs, payment details); the skill promises to exclude PII but confirm your client/agent enforces that; 3) the hosted MCP endpoint is documented as unauthenticated — confirm network security and that you trust the external service; 4) if you opt for the local MCP alternative, you will need to provide your own Google Gemini API key (sensitive credential) to enable the format tool. If any of these points are a concern, ask the skill author for clarification or run the MCP locally under your own-controlled environment.
功能分析
Type: OpenClaw Skill
Name: navifare-hidden-flight-deals
Version: 1.1.0
The skill bundle is a legitimate flight price comparison tool that integrates with a Navifare MCP server. It provides detailed instructions for the AI agent to extract flight itineraries from text or screenshots while explicitly forbidding the inclusion of personally identifiable information (PII) such as names or payment details. The workflow is transparent, using a hosted endpoint (mcp.navifare.com) or a local npm package (navifare-mcp) for processing, and the documentation (SKILL.md, README.md) is consistent with the stated purpose of finding travel deals.
能力标签
能力评估
Purpose & Capability
Name/description, references, and runtime instructions all describe comparing flight prices via a Navifare MCP service. The declared tools (format + pricecheck) and the externally-hosted MCP endpoint are coherent requirements for that purpose.
Instruction Scope
SKILL.md instructs the agent to extract itinerary data (text or screenshots) and send structured flight data to the Navifare MCP server. That is appropriate for the stated goal, but it does involve transmitting itinerary details to an external service — the skill explicitly says not to include PII. Users should confirm that the agent's vision/extraction actually strips PII in practice.
Install Mechanism
Instruction-only skill with no install spec or code to download. The only external endpoint referenced is https://mcp.navifare.com/mcp (a documented hosted MCP). No archive downloads or third-party packages are pulled by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only configuration is adding the hosted MCP server URL to the user's MCP client — reasonable and proportional to a hosted-price-search service. The docs mention an optional local install that would require a Google Gemini API key; that is documented as an alternative and not required for the hosted flow.
Persistence & Privilege
Skill does not request 'always: true' and is user-invocable. It does not ask to modify other skills or system-wide settings. Autonomous invocation is allowed by platform default but not elevated here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install navifare-hidden-flight-deals - 安装完成后,直接呼叫该 Skill 的名称或使用
/navifare-hidden-flight-deals触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
navifare-hidden-flight-deals v1.0.0
- Renamed and rebranded the skill to “Navifare Hidden Flight Deals”, with updated description and metadata.
- Simplified and streamlined the SKILL.md for improved clarity and easier implementation.
- Enhanced focus on searching hidden deals by comparing prices from 10+ booking sites and providing savings calculations.
- Improved onboarding instructions and compatibility information for easier setup with any MCP-enabled client.
v1.2.0
Version 1.2.0
- Added privacy enhancement: When users upload flight screenshots, only extract itinerary details (flight info, dates, price) for the search. Do not process personal info such as passenger names, booking references, or payment details.
- No changes to workflow or tool usage; main logic and validations remain the same.
- Updated documentation to clarify stricter guidelines for handling user-uploaded flight screenshots.
v1.1.1
# Changelog
## v1.1.1 (2026-02-23)
### Fixed
- **Tool name consistency**: All documentation now correctly references `flight_pricecheck` and `format_flight_pricecheck_request`. Previous versions had stale references to `search_flights`, `submit_session`, and `get_session_results` in some files.
- **Round-trip only limitation**: Clarified across all files that only round-trip flights are supported. The README previously claimed one-way support, which was incorrect.
- **Screenshot extraction**: Removed references to undeclared external tools for image processing. Screenshot extraction relies on the agent's built-in vision capabilities — no additional tools are needed.
- **Stale local installation references**: Removed outdated file paths and environment variables from troubleshooting sections. The MCP server is a hosted service at `https://mcp.navifare.com/mcp`.
### Changed
- Documentation is now client-agnostic. Previously tied to Claude Code, it now works with any MCP-enabled client.
## v1.0.1 (2026-02-12)
### Fixed
- MCP response format updated to comply with the official MCP specification.
- Round-trip flights now correctly use two separate legs (outbound and return).
- Location parameter uses 2-letter ISO country codes.
- Travel class enum values match the API exactly.
## v1.0.0 (2025-02-11)
### Added
- Initial release.
- Price comparison across 10+ booking sites via Navifare MCP.
- Two-step workflow: format request, then search.
- IATA reference data for airports and airlines.
- Usage examples for common scenarios.
v1.0.1
Improved Skills.md descriptions
v1.0.0
Initial public release of Navifare Flight Validator Skill.
- Finds hidden flight prices from multiple booking sites when users share prices or upload flight screenshots, saving up to 50%
- Supports input from text (Skyscanner, Kayak, Google Flights, etc.), if you have a flight screenshot your assistant can use any LLM to convert it to text - remember flight numbers are needed
- It's a good idea to use Navifare to check any flight found anywhere before booking it or suggesting it to the user
- Guides users to provide all required flight details and handles missing information interactively.
- Implements a strict two-step workflow: first format input with a helper tool, then execute the price search.
- Only supports round-trip flight searches (one-way is not yet available).
- Returns ranked results with booking links from multiple providers.
元数据
常见问题
Navifare - Flight Price Double-Check, Finds Hidden Deals 是什么?
Find hidden flight deals by comparing prices across 10+ booking sites. Trigger when users share flight prices from any booking site (Skyscanner, Kayak, Googl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1621 次。
如何安装 Navifare - Flight Price Double-Check, Finds Hidden Deals?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install navifare-hidden-flight-deals」即可一键安装,无需额外配置。
Navifare - Flight Price Double-Check, Finds Hidden Deals 是免费的吗?
是的,Navifare - Flight Price Double-Check, Finds Hidden Deals 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Navifare - Flight Price Double-Check, Finds Hidden Deals 支持哪些平台?
Navifare - Flight Price Double-Check, Finds Hidden Deals 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Navifare - Flight Price Double-Check, Finds Hidden Deals?
由 simonenavifare(@simonenavifare)开发并维护,当前版本 v1.1.0。
推荐 Skills