Use this skill when you need offline or air-gapped access to the bundled Priority Pass lounge catalog. Trigger it for local lounge lookup, facility filtering, airport briefs, 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.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill pp-lounge-map-offline --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pp Lounge Map Offline?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-pp-lounge-map-offline)More formats (shields.io, HTML) on the badges page.
---
name: pp-lounge-map-offline
description: Use this skill when you need offline or air-gapped access to the bundled Priority Pass lounge catalog. Trigger it for local lounge lookup, facility filtering, airport briefs, 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.
version: 1.3.25
metadata:
{
"openclaw":
{
"requires": { "bins": ["node", "npm"] },
"install":
[
{
"id": "node",
"kind": "node",
"package": "@modelcontextprotocol/sdk",
"label": "Install MCP runtime dependencies (run npm install in bundle root)",
},
],
},
}
---
# Worldwide lounge map
Use this skill when the task is about the bundled offline lounge snapshot.
## Security Scope (quick read)
- Offline-only runtime: use bundled `assets/catalog.json` via local stdio MCP.
- No outbound network calls are allowed for runtime behavior.
- No API keys, OAuth tokens, or remote MCP endpoints are required.
- No purchase/payment execution exists in this skill.
- If data is missing from the bundled snapshot, report that limitation explicitly.
## Hosted destination (next release)
- https://prioritypassmap.desk.travel/
## 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.
- 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)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!