← Back to Skills Marketplace
152
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install 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...
Usage Guidance
This bundle appears internally consistent for offline use, but take these precautions before installing: 1) Inspect the raw SKILL.md and other text files for hidden unicode/control characters (scanner flagged this). 2) Review package.json and any lockfile; run npm install in a controlled/isolated environment (air-gapped build host or sandbox) to reduce supply-chain risk. 3) Confirm you will start the server locally (node scripts/run-offline-mcp.mjs) and do not enable outbound network access at runtime if you need an air-gapped workflow. 4) Verify that assets/catalog.json contains only the expected static data. If you need higher assurance, ask the publisher for the package checksums or a signed release and/or run npm install using an allowlist or offline cache.
Capability Analysis
Type: OpenClaw Skill
Name: pp-lounge-map-offline
Version: 1.3.24
The skill bundle implements a standard Model Context Protocol (MCP) server for offline airport lounge lookups using a bundled JSON catalog. The code follows security best practices by implementing strict input validation via Zod (contract.mjs), explicitly forbidding network access in its instructions (SKILL.md, safety.md), and containing no evidence of data exfiltration, shell execution, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description match what is implemented: a local stdio MCP server that serves the bundled assets/catalog.json. Required binaries (node, npm) and the @modelcontextprotocol/sdk dependency are consistent with the stated MCP runtime.
Instruction Scope
SKILL.md explicitly constrains runtime to offline read-only use and shows commands to run the local server only. One important operator step (npm install) pulls packages from the network at install time; runtime code itself reads only bundled assets and exposes local MCP tools/resources. Reviewers should confirm that the runtime is not run with network access if an air-gapped environment is required.
Install Mechanism
Install uses npm to fetch @modelcontextprotocol/sdk (and zod per docs). Using npm is expected for a Node-based MCP server but has typical supply-chain risk: operator must run npm install (network) before using the bundle. No arbitrary URL downloads or extracted archives were found.
Credentials
The skill requests no environment variables, no credentials, and no special config paths. This is proportionate to an offline catalog reader.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not persist agent-wide configuration. It runs as a local process started by the operator.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pp-lounge-map-offline - After installation, invoke the skill by name or use
/pp-lounge-map-offline - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.24
Restore hosted destination link while keeping offline security scope clarification.
v1.3.23
Hardened trust messaging: removed hosted destination mention and added explicit offline security scope.
v1.3.22
SEO rename: capability-first display name.
v1.3.21
Rename display name to Worldwide lounge map.
v1.0.2
Fix trust review findings: declare runtime requirements, dependency expectations, and clean SKILL.md safety instructions.
v1.0.1
Add Desk.Travel destination links and user/agent concern-focused guidance.
v1.0.0
Initial release: offline airport lounge lookup and comparison skill with strict local safety boundary.
Metadata
Frequently Asked Questions
What is Offline Airport Lounge Finder - Comparison Map?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.
How do I install Offline Airport Lounge Finder - Comparison Map?
Run "/install pp-lounge-map-offline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Offline Airport Lounge Finder - Comparison Map free?
Yes, Offline Airport Lounge Finder - Comparison Map is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Offline Airport Lounge Finder - Comparison Map support?
Offline Airport Lounge Finder - Comparison Map is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Offline Airport Lounge Finder - Comparison Map?
It is built and maintained by Gerald He (@skylinehk); the current version is v1.3.24.
More Skills