← 返回 Skills 市场
156
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install all-routes-offline
功能描述
Use local All Routes APIs, repo-backed handlers, and optional local MCP for airport, airline, route-map, timetable-context, and dataset-health lookups withou...
使用说明 (SKILL.md)
all air routes
Use this skill when the task needs route-discovery data grounded in this repo without depending on hosted All Routes MCP credentials.
Hosted destination (next release)
Quick Start
- Prefer local repo surfaces over hosted services or third-party browsing.
- If the web app is available locally, use its
/api/*endpoints first. - If the worker is available locally, you may use the local anonymous
/mcpendpoint as an optional secondary path. - If neither server is running, inspect the repo-backed handlers and schemas directly and label the answer as code-backed/offline rather than live endpoint output.
- Read
references/local-surfaces.mdfor concrete endpoint mappings and startup commands.
Workflow
1) Choose the narrowest local surface
airport search / lookup: use the local airport API surfaces.routes from airport / city pair: use the local routes API.airline route map: use the airline routes API.timetable context: use the timetables API.dataset health: use the data health API, and treat it as an ops/debug surface.
2) Prefer the no-worker path
- The primary path is local web APIs and repo-backed handlers, not hosted MCP.
- If you need live local responses, start the web app with
pnpm --filter @all-routes/web dev. - If the app is not running, inspect the local route handlers and shared schemas instead of inventing undocumented requests.
3) Use local MCP only when helpful
- If the worker is already running, or the task clearly benefits from MCP tools/resources, use the local
/mcpendpoint. - Local anonymous MCP is intended for localhost flows only; do not assume hosted credentials or
ALL_ROUTES_MCP_TOKEN. - Keep MCP requests narrow and prefer exact airport or airline codes when possible.
4) Stay read-only and grounded
- Do not require hosted secrets.
- Do not scrape arbitrary third-party sites.
- Do not invent write actions, browser automation, or remote fetch flows around this skill.
- Prefer exact IATA, ICAO, or airline codes over fuzzy queries when the user can provide them.
- Always say whether the answer came from local MCP, a local API, or offline code inspection.
5) Use prompts and explanations carefully
- When local MCP is available,
plan_route_optionsandexplain_route_coverageare valid explanation surfaces. - Without MCP, explain route coverage using the local API response or code-backed repository behavior instead of pretending a prompt tool exists.
Reference File
- Read
references/local-surfaces.mdfor local endpoint mappings, startup commands, and fallback guidance.
安全使用建议
This skill appears to do what it says: local, read-only route lookups backed by your repo. Before installing/use: (1) Ensure you trust the repository contents because the agent will be instructed to read repo files (any secrets in the repo could be exposed in responses). (2) If you want the agent to start local servers, make sure pnpm/node are available on the host (the metadata doesn't list pnpm as a required binary). (3) Confirm your environment isolates localhost services you allow the agent to contact (local anonymous MCP is intended for localhost-only). (4) If you plan to allow autonomous agent invocation, be aware the agent can call the local endpoints and read files — ensure the local repo and dev servers do not contain sensitive credentials or private data.
功能分析
Type: OpenClaw Skill
Name: all-routes-offline
Version: 1.3.22
The skill bundle provides a structured workflow and endpoint mappings for an AI agent to interact with a local air routes API and MCP server. It includes clear instructions in SKILL.md and references/local-surfaces.md to prioritize local repository data and avoid external dependencies or hosted credentials. No evidence of malicious intent, data exfiltration, or high-risk vulnerabilities was found.
能力评估
Purpose & Capability
The name/description, README, and SKILL.md all describe an offline/local route-discovery skill and the declared footprint (no env vars, no installs) generally matches that purpose. Minor inconsistency: the runtime instructions reference starting the web app and worker with `pnpm --filter ... dev`, but the skill metadata does not list pnpm (or Node) as a required binary. That is a small operational mismatch (you will need pnpm/node to run the local dev servers) but does not contradict the declared purpose.
Instruction Scope
SKILL.md restricts actions to read-only local surfaces (local /api endpoints, optional local anonymous /mcp, and repo-backed handler inspection). It explicitly forbids requiring hosted secrets, scraping third‑party sites, write actions, or browser automation. The instructions ask the agent to inspect repo files and local endpoints — which is appropriate for an offline repository-backed skill.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing is written to disk by the skill itself. The only operational requirement is that the environment running the agent has the normal developer tooling (e.g., pnpm/node) if the agent is expected to start local servers, but the skill does not attempt to install anything.
Credentials
The skill declares no required environment variables or credentials and the documentation explicitly forbids requiring hosted tokens (ALL_ROUTES_MCP_TOKEN). This is proportionate to the offline/local nature of the skill.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and allows normal autonomous invocation (disable-model-invocation: false), which is standard for skills and appropriate here. The skill does not instruct modifying other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install all-routes-offline - 安装完成后,直接呼叫该 Skill 的名称或使用
/all-routes-offline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.22
SEO rename: capability-first display name.
v1.3.21
Rename display name to all air routes.
v1.0.1
Add Desk.Travel destination links and improved conversion-friendly listing copy.
v1.0.0
Initial release: local-first route discovery skill with credential-free and offline-safe workflows.
元数据
常见问题
Global Flight Route Map - Airport Connections 是什么?
Use local All Routes APIs, repo-backed handlers, and optional local MCP for airport, airline, route-map, timetable-context, and dataset-health lookups withou... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。
如何安装 Global Flight Route Map - Airport Connections?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install all-routes-offline」即可一键安装,无需额外配置。
Global Flight Route Map - Airport Connections 是免费的吗?
是的,Global Flight Route Map - Airport Connections 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Global Flight Route Map - Airport Connections 支持哪些平台?
Global Flight Route Map - Airport Connections 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Global Flight Route Map - Airport Connections?
由 Gerald He(@skylinehk)开发并维护,当前版本 v1.3.22。
推荐 Skills