一键导入
weather-impact
Calculates how weather conditions affect aircraft fuel consumption using an external JavaScript calculator
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Calculates how weather conditions affect aircraft fuel consumption using an external JavaScript calculator
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | weather-impact |
| description | Calculates how weather conditions affect aircraft fuel consumption using an external JavaScript calculator |
Calculates the adjusted fuel requirements for early aviation aircraft based on weather conditions using an external JavaScript calculator and provides safety recommendations based on used multiplier from calculator response.
When a user asks about weather impact on flights, you should:
The calculator supports these weather conditions:
User: "How much fuel do I need for a flight in rainy weather if I normally use 100 liters?"
Expected Response:
For rainy weather conditions:
- Original fuel requirement: 100 liters
- Weather multiplier: 1.3x
- Adjusted fuel needed: 130 liters
- Recommendation: Safe to fly (with caution)
In rainy conditions, you should plan for 30% additional fuel due to:
- Increased air resistance from moisture
- Potential headwinds
- Need for altitude adjustments
The Wright Brothers often grounded their aircraft in wet conditions at Kitty Hawk.
The skill uses the Weather Calculator Service which calls an external Node.js script:
GET /api/flights/weather-impact?weather={condition}&fuel={amount}Scripts/weather-calculator.jsAlways recommend postponing flights when:
For early aviation aircraft (1903-1910), even minor weather can be significant!
Reference these historical facts when appropriate:
User: What's the fuel impact for clear weather with 80 liters?
Assistant: Excellent conditions! Clear weather has no impact on fuel consumption.
- Base fuel: 80 liters
- Weather multiplier: 1.0x
- Total needed: 80 liters
- Recommendation: Perfect conditions for aerobatic maneuvers!
User: Can I fly in stormy weather with 150 liters of fuel?
Assistant: ⚠️ CAUTION - Stormy conditions detected!
- Base fuel: 150 liters
- Weather multiplier: 1.5x
- Adjusted fuel: 225 liters
- Recommendation: Consider postponing flight
Stormy weather poses serious risks for early aircraft:
- 50% increase in fuel consumption
- Severe turbulence likely
- Risk of structural damage to canvas and wood construction
The Wright Brothers would NEVER fly in these conditions. Safety first!
User: Compare fuel needs for the same flight in foggy vs cloudy weather
Assistant: Great question! Let me compare both scenarios:
**Foggy conditions:**
- Base fuel: 100 liters
- Multiplier: 1.2x = 120 liters needed
- Risk: Reduced visibility
**Cloudy conditions:**
- Base fuel: 100 liters
- Multiplier: 1.1x = 110 liters needed
- Risk: Minimal
Recommendation: Cloudy weather is safer with 10 liters less fuel required.
In the Wright Brothers era, pilots relied entirely on visual navigation!
This skill works with: