← 返回 Skills 市场
266
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aviation-healthcheck
功能描述
航空维修健康检查 - FAA/EASA/CAAC适航指令、航空安全通告、MRO行业新闻、波音空客技术通告、OpenClaw状态、磁盘空间
使用说明 (SKILL.md)
航空维修健康检查系统
概述
贾维斯的航空维修资讯与系统健康双重检查。
检查项目
1. 航空维修资讯 (每日)
FAA Airworthiness Directives (AD)
- 来源: https://ad.faa.gov
- 关注: 发动机、电子系统、结构相关AD
- 频率: 每日检查
EASA Airworthiness Directives
- 来源: https://ad.easa.europa.eu
- 关注: 紧急AD、发动机相关指令
- 频率: 每日检查
CAAC适航指令
- 来源: https://www.caac.gov.cn (适航审定司)
- 关注: 国内航空公司受影响的相关指令
- 频率: 每日检查
航空安全通告
- FAA Safety Alerts: https://www.faa.gov/news/safety_alerts
- EASA Safety Information: https://www.easa.europa.eu/safety-info
MRO行业新闻
- Avionics International: https://www.aviationtoday.com/category/mro/
- Leeham News: https://leehamnews.com
- Simple Flying: https://simpleflying.com
- Air Cargo News: https://aircargonews.com
- Aviation Herald: https://avherald.com
波音/空客服务通告
- Boeing ADS: https://myboeingfleet.com
- Airbus Airworthiness: https://myairbusfleet.com
2. 系统健康检查
OpenClaw 状态
openclaw status
openclaw health --json
磁盘空间
df -h
安全审计
openclaw security audit
openclaw update status
执行流程
- 航空资讯收集: 搜索并汇总最新适航指令和行业新闻
- 系统状态检查: OpenClaw 运行状态、磁盘空间
- 生成报告: 输出格式化检查报告
输出格式
═══════════════════════════════════════
✈️ 航空维修健康检查报告
═══════════════════════════════════════
📅 检查时间: YYYY-MM-DD HH:mm
【航空资讯更新】
✓ FAA AD: X 条新指令
✓ EASA AD: X 条新指令
✓ CAAC: X 条新指令
✓ 行业新闻: X 条更新
✓ 重要事件: X 条
【系统状态】
✓ OpenClaw: 运行中/异常
✓ 磁盘空间: XX% 可用
✓ 安全审计: 通过/需关注
【建议事项】
• ...
═══════════════════════════════════════
Cron 调度建议
建议每日定时执行 (通过 openclaw cron add):
aviation-healthcheck:daily- 每日航空资讯 + 系统检查- 时间: 09:00, 15:00, 21:00 (参考 HEARTBEAT.md)
资讯关键词
搜索时关注:
- Engine (发动机): CFM56, LEAP, PW1100G, Trent 1000
- Avionics (航空电子): EFIS, FMS, TCAS, ADS-B
- Structure (结构): Fuselage, Wing, Landing Gear
- Airworthiness (适航): AD, Emergency AD, SFAR
安全使用建议
This skill appears to do what it says: pull aviation advisories/news and run a few system health commands. Before installing, consider: (1) adding the recommended cron creates recurring runs — make sure you want periodic checks and trust the agent to run them; (2) Boeing/Airbus portals may require credentials which the skill doesn't declare — be cautious if asked to provide secrets later; (3) the OpenClaw security audit and status commands will reveal system health details (disk usage, OpenClaw state); ensure you are comfortable with periodic disclosure of that information to whatever report/sink the skill uses. If you need the skill to access private vendor portals, prefer explicit, minimal credential configuration and review where reports are sent.
功能分析
Type: OpenClaw Skill
Name: aviation-healthcheck
Version: 1.0.0
The aviation-healthcheck skill bundle is a legitimate tool designed to aggregate aviation safety information and monitor system status. It references official industry URLs (FAA, EASA, CAAC) and uses standard diagnostic commands like 'df -h' and 'openclaw status' without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill's name/description (aviation directives, MRO news, system health) matches the actions in SKILL.md (fetch listed URLs, run openclaw status/health/security and df -h). One minor mismatch: it lists Boeing/airbus service portals (myboeingfleet/myairbusfleet) that commonly require authenticated access, but the skill does not declare any credential or explain how to access those portals.
Instruction Scope
Runtime instructions are limited to web lookups/summarization of specified aviation sites and a small set of local commands (openclaw status/health/security, df -h). The instructions do not ask to read unrelated files, environment variables, or system paths beyond those commands.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk (no downloads or archive extraction).
Credentials
The skill requires no environment variables or credentials (proportionate). However, because it references private vendor portals that often need authentication, it may fail to retrieve that content or prompt for credentials later; the SKILL.md does not document credential handling.
Persistence & Privilege
always is false (good). The doc recommends adding a cron job (openclaw cron add) which would create scheduled, recurring runs — this is a form of persistence the user should explicitly approve because it causes periodic autonomous executions that read system status and fetch external URLs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aviation-healthcheck - 安装完成后,直接呼叫该 Skill 的名称或使用
/aviation-healthcheck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
aviation-healthcheck v1.0.0
- Initial release of the aviation maintenance health check system.
- Integrates daily monitoring of FAA/EASA/CAAC airworthiness directives and industry safety/technical bulletins.
- Includes MRO news aggregation and Boeing/Airbus service notifications.
- Performs system checks: OpenClaw status, disk space, and security audit.
- Generates a formatted maintenance and health check report for daily review.
- Recommends daily cron scheduling for automated execution.
元数据
常见问题
Aviation Healthcheck 是什么?
航空维修健康检查 - FAA/EASA/CAAC适航指令、航空安全通告、MRO行业新闻、波音空客技术通告、OpenClaw状态、磁盘空间. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。
如何安装 Aviation Healthcheck?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aviation-healthcheck」即可一键安装,无需额外配置。
Aviation Healthcheck 是免费的吗?
是的,Aviation Healthcheck 完全免费(开源免费),可自由下载、安装和使用。
Aviation Healthcheck 支持哪些平台?
Aviation Healthcheck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aviation Healthcheck?
由 jiangwzh(@jiangwzh)开发并维护,当前版本 v1.0.0。
推荐 Skills