Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

all-routes-offline所有路线离线

Agent Skill

all-routes-offline 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,609

周安装

194

GitHub Stars

公开资料未说明

下载量

1,614
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:all-routes-offline(所有路线离线)
来源仓库:https://github.com/skylinehk/all-routes-offline
安装命令:
openclaw skills install all-routes-offline
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install all-routes-offline

简介

用于离线机场、航线与航班信息查询,无需联网即可获取数据集。

  • 适合在 OpenClaw 中提供本地化交通出行参考与行程规划支持。
  • 通过 clawhub 安装后,需定期更新本地数据库以保持时效性。
  • 建议缓存高频查询结果,提升响应速度与用户体验。
  • 注意数据集覆盖范围与更新频率,避免使用过期的运营信息。

SKILL.md

name
all-routes-offline
description
Use local All Routes APIs, repo-backed handlers, and optional local MCP for airport, airline, route-map, timetable-context, and dataset-health lookups without hosted credentials. Use when route discovery must stay grounded in this repo and work without the hosted All Routes MCP server.

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)

  • https://all-routes.desk.travel/

Quick Start

  1. Prefer local repo surfaces over hosted services or third-party browsing.
  2. If the web app is available locally, use its /api/* endpoints first.
  3. If the worker is available locally, you may use the local anonymous /mcp endpoint as an optional secondary path.
  4. 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.
  5. Read references/local-surfaces.md for 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 /mcp endpoint.
  • 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_options and explain_route_coverage are 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.md for local endpoint mappings, startup commands, and fallback guidance.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.66%
按下载量换算1,366

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills