atlas-flight-booking

atlas-flight-booking is a skill for Codex from atlas-doc/atlas-flight-booking-skill. It costs 58 tokens per session (2,158 once invoked), scanned C, original, Apache-2.0.

A flight-booking skill searches, compares, verifies, and books flights through the Atlas Flight Booking command-line tool.

In plain words
What is it for?
Use it to find flights, compare prices, verify fares, select baggage or seats, create and pay for orders, and check ticketing status.
Why use it?
It brings flight search and purchase steps into the agent workflow while handling flexible dates, time preferences, fares, baggage, seats, and ticket status.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to find flights, compare prices, verify fares, select baggage or seats, create and pay for orders, and check ticketing status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atlas-doc/atlas-flight-booking-skill/atlas-flight-booking
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 atlas-doc/atlas-flight-booking-skill --skill atlas-flight-booking
Clone the repo
git clone --depth 1 https://github.com/atlas-doc/atlas-flight-booking-skill

Made for: Codex.

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 atlas-flight-booking

README.md
[![agentmods](https://agentmods.dev/badge/skills/atlas-doc/atlas-flight-booking-skill/atlas-flight-booking/github.svg)](https://agentmods.dev/skills/atlas-doc/atlas-flight-booking-skill/atlas-flight-booking)
Your own site
<a href="https://agentmods.dev/skills/atlas-doc/atlas-flight-booking-skill/atlas-flight-booking"><img src="https://agentmods.dev/badge/skills/atlas-doc/atlas-flight-booking-skill/atlas-flight-booking/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 atlas-flight-booking

Your own site · 80×15
<a href="https://agentmods.dev/skills/atlas-doc/atlas-flight-booking-skill/atlas-flight-booking"><img src="https://agentmods.dev/badge/skills/atlas-doc/atlas-flight-booking-skill/atlas-flight-booking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00058 $0.02158
Opus 5 $0.00029 $0.01079
Sonnet 5 $0.00012 $0.00432
Haiku 4.5 $0.00006 $0.00216

Measured 13d ago against content hash 8a1e9608f43b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

atlas-flight-booking scanned grade C with 2 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 13d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- macOS or Linux: `curl -LsSf https://astral.sh/uv/install.sh | sh`; use `wget -qO- https://astral.sh/uv/install.sh | sh` only when `curl` is unavailable.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- macOS or Linux: `curl -LsSf https://astral.sh/uv/install.sh | sh`; use `wget -qO- https://astral.sh/uv/install.sh | sh` only when `curl` is unavailable.
skills/atlas-flight-booking/SKILL.md · 71 lines

How it starts

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

Atlas Flight Booking

Operate through the Atlas Flight Booking CLI only. Preserve every opaque ID exactly. Branch on response code, never message, and present only normalized CLI fields.

Capability questions

When the user only asks what this Skill can do or how to use it, answer directly in the user's language. Do not check or install the CLI, check authorization, or call any service. Keep the answer concise and use the following structure or its natural equivalent:

“Atlas Flight Booking 支持使用自然语言查询和预订航班。你可以提供准确日期,也可以描述日期范围、时间偏好或价格要求;我会搜索并比较符合条件的航班。

例如:

  • ‘查询 9 月 4 日上海到东京的航班。’
  • ‘比较 9 月 1 日至 7 日上海到东京的最低价格。’
  • ‘找未来两周东京到大阪最便宜的上午直飞航班。’

选定航班后,还可以继续核价、选择行李和座位、创建订单、余额支付并查询出票状态。涉及涨价、座位替代或支付时,会先获得你的确认。”

Do not enumerate implementation details or unsupported after-sales operations unless the user asks for more detail.

Start

Treat 0.3.12 as the minimum supported CLI version. Run atlas-flight --version and parse the stable atlas-flight X.Y.Z output. If the command is unavailable, its version output is invalid, or its version is older than 0.3.12, bootstrap or upgrade the required tooling immediately and continue the interrupted flight task. Do not reinstall when the installed version is 0.3.12 or newer, and never downgrade a newer CLI. Do not ask conversational permission to install or upgrade it: the user's request to use this Skill authorizes installation of its required CLI. Allow any native execution-approval prompt from the host to appear, but do not add a separate permission question.

If uv is unavailable, detect the operating system and run the applicable official standalone installer:

  • macOS or Linux: curl -LsSf https://astral.sh/uv/install.sh | sh; use wget -qO- https://astral.sh/uv/install.sh | sh only when curl is unavailable.
  • Windows: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex".

Use the newly installed executable in the current session, including $HOME/.local/bin/uv on macOS/Linux or $HOME\.local\bin\uv.exe on Windows when uv is not yet on PATH. Run exactly uv tool install --force --python 3.12 atlas-flight-booking==0.3.12, using that resolved executable path when the CLI is missing, invalid, or older than the minimum supported version. If atlas-flight is not yet on PATH, resolve the tool binary directory with uv tool dir --bin and invoke atlas-flight from there; do not ask the user to restart the terminal. Verify that atlas-flight --version now reports 0.3.12 or newer and continue. Only stop when the automatic installation or upgrade actually fails; then give one concise failure explanation and the official https://docs.astral.sh/uv/getting-started/installation/ link. Do not fall back to another Python environment or package manager.

Read the full file on GitHub · 71 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 13d ago First seen · 71 lines · 58 tokens per session scan C 8a1e9608f43b

Subscribe to this mod's changes

atlas-flight-booking is a skill published in the GitHub repository atlas-doc/atlas-flight-booking-skill (14 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 58 tokens to every session and 2,158 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

goutoujunshi

A relationship-advice skill for understanding dating situations, conversations, conflict, breakups, and other personal relationship problems.

shengjidaguai-china/goutoujunshi · 175 tokens

tastemaker

Generate genuinely beautiful, on-brand UI instead of generic "AI slop" — use whenever the user asks to build, design, style, or improve a UI, landing page, dashboard, app screen, or component, whenever a PRD/spec needs a design pass before implementation, whenever the user pastes reference images/Pinterest/Dribbble…

codeswithroh/tastemaker · 202 tokens

codex-autoresearch

Run autonomous, measurable experiments in a Git repository: change one hypothesis, verify a numeric metric, keep improvements, and revert failures. Use when the user wants Codex to keep iterating toward a numeric target in the foreground or as a detached background run. Do not use for ordinary one-shot coding…

leo-lilinxiao/codex-autoresearch · 80 tokens

writer

SEO-friendly article writing, audit, and humanization workflow for Markdown content. Use when creating, outlining, editing, auditing, rewriting, or quality-checking blog posts, tutorials, comparisons, listicles, explainers, FAQ sections, excerpts, SEO titles, meta descriptions, tags, or Google-friendly content briefs…

flaqai/backlink_skills · 86 tokens

xiaohongshu-conversion-path

A Xiaohongshu conversion-path guide maps how people move from seeing content on Xiaohongshu, a Chinese social-content platform, to taking a next step such as messaging, booking, trying a tool, or buying.

mengke-wang/xiaohongshu-ai-workbench · 168 tokens

xiaohongshu-profile

A review and rewriting guide for Xiaohongshu profiles. Xiaohongshu is a Chinese social platform where people discover content, products, and services.

mengke-wang/xiaohongshu-ai-workbench · 131 tokens