Aviation Healthcheck

v1.0.0

航空维修健康检查 - FAA/EASA/CAAC适航指令、航空安全通告、MRO行业新闻、波音空客技术通告、OpenClaw状态、磁盘空间

0· 253·0 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97amacb0baqac4cybrem8gn1182dkr4
253downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

航空维修健康检查系统

概述

贾维斯的航空维修资讯与系统健康双重检查。

检查项目

1. 航空维修资讯 (每日)

FAA Airworthiness Directives (AD)

  • 来源: https://ad.faa.gov
  • 关注: 发动机、电子系统、结构相关AD
  • 频率: 每日检查

EASA Airworthiness Directives

CAAC适航指令

  • 来源: https://www.caac.gov.cn (适航审定司)
  • 关注: 国内航空公司受影响的相关指令
  • 频率: 每日检查

航空安全通告

MRO行业新闻

波音/空客服务通告

2. 系统健康检查

OpenClaw 状态

openclaw status
openclaw health --json

磁盘空间

df -h

安全审计

openclaw security audit
openclaw update status

执行流程

  1. 航空资讯收集: 搜索并汇总最新适航指令和行业新闻
  2. 系统状态检查: OpenClaw 运行状态、磁盘空间
  3. 生成报告: 输出格式化检查报告

输出格式

═══════════════════════════════════════
        ✈️ 航空维修健康检查报告
═══════════════════════════════════════

📅 检查时间: 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

Comments

Loading comments...