← 返回 Skills 市场
iml1s

Planefilter

作者 ImL1s · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install planefilter
功能描述
Aviation flight lookup — query aircraft type, equipment changes, and confidence scoring for any flight number. Use when: looking up flight aircraft, checking...
安全使用建议
This skill appears internally consistent and only performs network queries to OpenSky, AeroDataBox (via RapidAPI), and optionally AirLabs. Before installing: (1) create a dedicated RapidAPI key (do not reuse highly privileged keys) and monitor your RapidAPI quota; (2) be aware that queries (flight numbers/dates) are sent to third-party services — do not submit sensitive/private data; (3) if you need extra assurance, run the included health_check.js locally to verify behavior and inspect the scripts yourself (they are short, zero-dependency, and visible). If you do not trust RapidAPI or AirLabs, do not provide those keys.
功能分析
Type: OpenClaw Skill Name: planefilter Version: 1.0.0 The PlaneFilter skill is a legitimate aviation flight lookup tool that queries OpenSky, AeroDataBox, and AirLabs APIs. The code is well-structured, uses zero-dependency scripts (api_client.js, search_flight.js), and contains no evidence of data exfiltration, malicious execution, or prompt injection. It correctly handles API keys as environment variables and provides clear instructions for the AI agent in SKILL.md.
能力评估
Purpose & Capability
Name/description (aircraft lookup) match the code and runtime instructions. Required binaries (node) and the declared primaryEnv (RAPIDAPI_KEY) are appropriate for calling AeroDataBox via RapidAPI. Optional AIRLABS_KEY is documented and used for an additional data source.
Instruction Scope
SKILL.md instructs running the included Node scripts and only references the declared env vars and expected endpoints. The scripts perform HTTP(S) calls to OpenSky, AeroDataBox (RapidAPI host), and AirLabs only; they do not read local files, access other environment secrets, or send data to unexpected endpoints.
Install Mechanism
Install spec only suggests installing Node via Homebrew (well-known package manager). No downloads from arbitrary URLs or archive extraction are present. The package.json has no external dependencies.
Credentials
Only RAPIDAPI_KEY is required (primaryEnv) and AIRLABS_KEY is optional. Those credentials are directly relevant to the described external APIs. There are no additional unrelated credential or config requests.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide settings. It runs on-demand and uses only its own scripts; autonomous invocation is allowed by platform default but is not privileged here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install planefilter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /planefilter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: multi-source flight lookup with confidence scoring and equipment change detection
元数据
Slug planefilter
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Planefilter 是什么?

Aviation flight lookup — query aircraft type, equipment changes, and confidence scoring for any flight number. Use when: looking up flight aircraft, checking... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 Planefilter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install planefilter」即可一键安装,无需额外配置。

Planefilter 是免费的吗?

是的,Planefilter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Planefilter 支持哪些平台?

Planefilter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Planefilter?

由 ImL1s(@iml1s)开发并维护,当前版本 v1.0.0。

💬 留言讨论