# Pp Lounge Map Offline

> Use this skill when you need offline or air-gapped access to the bundled PP Lounge Map airport lounge catalog. Trigger it for local lounge lookup, facility filtering, airport briefs, source context, and lounge comparisons when network access is unavailable or disallowed. Do not use it for data rebuilds, deploys, remote MCP endpoints, arbitrary shell execution, or any workflow that depends on live internet access.

- Skill: `bookingdesk-ai/pp-lounge-map-offline` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add bookingdesk-ai/pp-lounge-map-offline`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bookingdesk-ai/pp-lounge-map-offline/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: bookingdesk-ai (https://skillmd.com/u/bookingdesk-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bookingdesk-ai/pp-lounge-map-offline

---


# PP Lounge Map Offline

Use this skill when the task is about the bundled offline lounge snapshot.

## Runtime requirements

- Node.js 20+ available on PATH (`node`).
- Install package dependencies in the bundle root before running runtime scripts:
  - `npm install`
- Required packages are declared in `package.json` (`@modelcontextprotocol/sdk`, `zod`).

## Quick start

1. Start the local stdio MCP server with `node skills/pp-lounge-map-offline/scripts/run-offline-mcp.mjs`.
2. Prefer the local MCP tools and resources over direct file parsing.
3. Keep answers grounded in the bundled snapshot only.

## Safety boundary

- This skill is local and read-only at runtime.
- It must not use network access (except local process startup/dependency install done by operator).
- It must not ask for API keys or secrets.
- It must not reference sibling workbooks, remote MCP endpoints, or deploy workflows.
- It must only run against local transports (`stdio`, `127.0.0.1`, or `localhost`) unless the user explicitly asks to leave offline mode.
- If the bundled snapshot does not contain the needed answer, say so instead of inventing newer data.

## Available workflows

- Airport-specific lounge lookup
- Facility and type filtering
- Offline lounge comparisons
- Catalog metadata and filter introspection

## Resources

- Local MCP setup: [references/mcp.md](references/mcp.md)
- Offline trust boundary: [references/safety.md](references/safety.md)
- Marketplace packaging notes: [references/publishing.md](references/publishing.md)
- Operator trust evidence checklist: [references/operator-trust-evidence.md](references/operator-trust-evidence.md)

