← Back to Skills Marketplace
simonenavifare

Navifare - Flight Price Double-Check, Finds Hidden Deals

by simonenavifare · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
1621
Downloads
4
Stars
3
Active Installs
5
Versions
Install in OpenClaw
/install navifare-hidden-flight-deals
Description
Find hidden flight deals by comparing prices across 10+ booking sites. Trigger when users share flight prices from any booking site (Skyscanner, Kayak, Googl...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install navifare-hidden-flight-deals
  3. After installation, invoke the skill by name or use /navifare-hidden-flight-deals
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug navifare-hidden-flight-deals
Version 1.1.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 5
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1621 downloads so far.

How do I install Navifare - Flight Price Double-Check, Finds Hidden Deals?

Run "/install navifare-hidden-flight-deals" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Navifare - Flight Price Double-Check, Finds Hidden Deals free?

Yes, Navifare - Flight Price Double-Check, Finds Hidden Deals is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Navifare - Flight Price Double-Check, Finds Hidden Deals support?

Navifare - Flight Price Double-Check, Finds Hidden Deals is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Navifare - Flight Price Double-Check, Finds Hidden Deals?

It is built and maintained by simonenavifare (@simonenavifare); the current version is v1.1.0.

💬 Comments