award-travel-finder

award-travel-finder is a skill for Claude Code from AwardTravelFinder/mcp. It costs 86 tokens per session (1,310 once invoked), scanned A, original, MIT.

A flight-search tool for finding seats available through airline loyalty programs, where points or miles pay for the flight instead of cash.

In plain words
What is it for?
Use it to search availability across 27 airlines and compare redemption options across 23 loyalty programs.
Why use it?
It lets you compare award flights and the pricing rules of different loyalty programs in one place.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions Claude Code.

Part of the award-travel-finder plugin — 2 skills, 2 commands, 1 MCP server shipped together

Good fit Use it to search availability across 27 airlines and compare redemption options across 23 loyalty programs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/awardtravelfinder/mcp/openclaw
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AwardTravelFinder/mcp --skill openclaw
Clone the repo
git clone --depth 1 https://github.com/AwardTravelFinder/mcp

Made for: Claude Code.

Or install award-travel-finder, the plugin that ships this one along with the rest of its 2 skills, 2 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for award-travel-finder

README.md
[![agentmods](https://agentmods.dev/badge/skills/awardtravelfinder/mcp/openclaw/github.svg)](https://agentmods.dev/skills/awardtravelfinder/mcp/openclaw)
Your own site
<a href="https://agentmods.dev/skills/awardtravelfinder/mcp/openclaw"><img src="https://agentmods.dev/badge/skills/awardtravelfinder/mcp/openclaw/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for award-travel-finder

Your own site · 80×15
<a href="https://agentmods.dev/skills/awardtravelfinder/mcp/openclaw"><img src="https://agentmods.dev/badge/skills/awardtravelfinder/mcp/openclaw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,310 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00086 $0.01310
Opus 5 $0.00043 $0.00655
Sonnet 5 $0.00017 $0.00262
Haiku 4.5 $0.00009 $0.00131

Measured 7d ago against content hash bc727607705d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

award-travel-finder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

openclaw/SKILL.md · 138 lines

How it starts

The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Award Travel Finder

Search award flight availability and compare loyalty program award charts via the Award Travel Finder MCP server. 28 airlines, 23 loyalty programs, one prompt.

Setup

Free with a free awardtravelfinder.com account — 50 searches/month. On first tool call the client opens your browser to sign up via OAuth (~30 seconds). Paid tiers (150/month and up) at awardtravelfinder.com/pricing.

Claude Code (recommended)

/plugin marketplace add jackculpan/award-travel-finder-plugin
/plugin install award-travel-finder

Claude Desktop / Cursor

Add to your MCP config:

{
  "mcpServers": {
    "awardtravelfinder": {
      "type": "url",
      "url": "https://mcp.awardtravelfinder.com/mcp"
    }
  }
}

OAuth-aware clients sign you in on first call automatically. For clients without native OAuth, use npx mcp-remote https://mcp.awardtravelfinder.com/mcp.

Do not send an API key

There is no API key. API-key authentication was retired on 2026-06-07. A static Authorization or X-API-Key header overrides the OAuth token the client obtained, so every request 401s even though sign-in appeared to succeed.

Available Tools (21)

Flight search

Tool Description
search_availability Award seats for a specific route and date. Returns cabin-by-cabin availability.
search_monthly_availability Calendar view for a whole month, one airline. Up to 90s.
search_all_airlines Fan out a single date across every supported airline at once.
search_hybrid Cash + points side-by-side, with hub/connection logic for split-ticket journeys.
get_pricing Award chart for a route. Points per cabin class, off-peak and peak.

Loyalty programs

Tool Description
get_program_rates Full award chart for a specific program — zones, cabin pricing, partner rules.
get_buy_points_pricing Current "buy miles" promotions.
get_status_matches Programs that status-match a given tier, and how long it lasts.

Read the full file on GitHub · 138 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago Changed bc727607705d
  2. 11d ago First seen · 138 lines · 86 tokens per session scan A 161f03a1334b

Subscribe to this mod's changes

award-travel-finder is a skill published in the GitHub repository AwardTravelFinder/mcp (7 stars, last pushed 9d ago), licensed MIT. It adds 86 tokens to every session and 1,310 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…

comet-ml/opik-mcp · 187 tokens

video-perception

Use when the user mentions a video file (.mp4, .mov, .avi, .mkv, .webm), a YouTube URL, asks to watch/analyze/review a video, or references video content in conversation.

jordanrendric/claude-video-vision · 51 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens

autosearch:trace-harvest

Distill reusable knowledge from successful session tool-call traces. Reads runtime tool-call logs + Evidence outputs + user acceptance signals, filters successful paths, and writes compact patterns to per-skill experience/patterns.jsonl. Differs from outcome-tracker (which only records downstream acceptance) by…

0xmariowu/Autosearch · 82 tokens

fetch-crawl4ai

Deep URL fetch using crawl4ai (Playwright-powered) for JS-rendered pages, anti-bot sites, and dynamic content. Slower than fetch-jina but handles sites that block simple fetchers. Requires user-installed crawl4ai package.

0xmariowu/Autosearch · 56 tokens

quick-capture

Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.

vscarpenter/gsd-task-manager · 0 tokens