← Back to Skills Marketplace
266
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aviation-healthcheck
Description
航空维修健康检查 - FAA/EASA/CAAC适航指令、航空安全通告、MRO行业新闻、波音空客技术通告、OpenClaw状态、磁盘空间
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aviation-healthcheck - After installation, invoke the skill by name or use
/aviation-healthcheck - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Aviation Healthcheck?
航空维修健康检查 - FAA/EASA/CAAC适航指令、航空安全通告、MRO行业新闻、波音空客技术通告、OpenClaw状态、磁盘空间. It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.
How do I install Aviation Healthcheck?
Run "/install aviation-healthcheck" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Aviation Healthcheck free?
Yes, Aviation Healthcheck is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Aviation Healthcheck support?
Aviation Healthcheck is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Aviation Healthcheck?
It is built and maintained by jiangwzh (@jiangwzh); the current version is v1.0.0.
More Skills