# Send ThermikBuddy to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "thermikbuddy",
    "name": "ThermikBuddy",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/achimace/thermikbuddy",
    "canonicalUrl": "https://clawhub.ai/achimace/thermikbuddy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/thermikbuddy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=thermikbuddy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      ".clawhub/origin.json",
      "SKILL.md",
      "_meta.json",
      "references/scoring_params.md",
      "scripts/dhv_parser.py",
      "scripts/diag_params.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/thermikbuddy"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/thermikbuddy",
    "downloadUrl": "https://openagent3.xyz/downloads/thermikbuddy",
    "agentUrl": "https://openagent3.xyz/skills/thermikbuddy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/thermikbuddy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/thermikbuddy/agent.md"
  }
}
```
## Documentation

### Soaring Weather – Thermikvorhersage für Segelflieger v2.0

Scoring-Engine mit 11 gewichteten Parametern inkl. Windscherung, Höhenfeuchte,
Föhn-Erkennung, Hangflug-Bonus und Gewittersicherheits-Cap.

### Schritt 1: Region erfragen

python3 {baseDir}/scripts/run_forecast.py --list-regions

Stelle dem User die Optionen zur Auswahl:

Für welche Region möchtest du die Thermikvorhersage?

🏔️ Werdenfels / Bayerischer Alpenordrand
🏔️ Inntal / Nordtiroler Alpen
⛰️ Schwäbische Alb
🌲 Schwarzwald
🌾 Norddeutsches Flachland
📍 Eigene Koordinaten eingeben

Falls der User bereits eine Region nennt, überspringe die Frage.

### Schritt 2: Vorhersage abrufen

python3 {baseDir}/scripts/run_forecast.py --region <region_id> [--days 3]

Oder mit eigenen Koordinaten:

python3 {baseDir}/scripts/run_forecast.py --lat <lat> --lon <lon> --name "Name"

Das Script gibt JSON auf stdout aus, Logs auf stderr.

### Tagesübersicht (pro Tag)

[Emoji] THERMIK-VORHERSAGE – [Standortname]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📅 [Wochentag], [Datum]
🏆 SCORE: [X]/10 — [Label]

🌡️ Thermik-Kern:
   Steigwerte: ~[X] m/s | Basis: [X]m MSL | BLH: [X]m AGL
   CAPE max: [X] J/kg

💨 Wind: ⌀[X] km/h | Windscherung: [X] km/h (10m→850hPa)
💧 Höhenluft (700hPa): [X]% r.F. → [trocken/normal/feucht]
🌍 Boden: [Feuchte-Bewertung]

[🏔️ Hangflug-Bonus: +X Punkte – Nordwindlage günstig]  ← nur wenn relevant
[⚠️ Warnungen]

📊 Tagesablauf:
   09-12: [◉◉◉◎◎] ~[X]m/s · BLH [X]m
   12-15: [◉◉◉◉◎] ~[X]m/s · BLH [X]m
   15-18: [◉◉◉◉◉] ~[X]m/s · BLH [X]m
   18-20: [◉◉◎◎◎] ~[X]m/s · BLH [X]m

### Score-Emoji und Labels

0–2:  ❌ Kein Segelflugwetter
2–4:  🌥️ Eingeschränkt
4–6:  ⛅ Ordentlicher Tag
6–8:  ☀️ Guter Tag
8–10: 🔥 Hammertag!

### Wichtige Warnungstypen

🔴 FÖHN: Score gecappt, Turbulenz am Alpenrand
🔴 Gewittergefahr (CAPE >2000 oder LI <-6): Score hard cap bei 4.5
🔴 Cb-Gefahr: Feuchte 700hPa >65% + CAPE >800 → Score -2
⚠️ Überentwicklung: Früh starten, 14:00 landen
⚠️ Windscherung >30 km/h: Thermikschläuche destabilisiert

### Hangflug-Bonus (nur Alpen)

Wird angezeigt wenn Score >0 Bonus. Erkläre kurz die Windrichtung.
Kein Bonus bei Föhn oder Niederschlag.

### Schritt 4: Links anbieten

Am Ende immer:

DHV Wetter: https://www.dhv.de/wetter/dhv-wetter/
SkySight: https://skysight.io
TopMeteo: https://europe.topmeteo.eu/de/
DWD Segelflug: https://www.dwd.de/DE/fachnutzer/luftfahrt/kg_segel/segel_node.html
Soaringmeteo (WRF 2km): https://soaringmeteo.org/v2
aufwin.de: https://aufwin.de

### Parameter-Details

→ Siehe {baseDir}/references/scoring_params.md für alle Schwellwerte,
Gewichte, Formeln und Regionstypen.

### Kurzübersicht Scoring-Parameter

ParameterGewichtBesonderheitGrenzschichthöhe BLH18%Wichtigster EinzelparameterCAPE12%Hard cap bei >2000 J/kgBewölkung low+mid12%Cu-Thermik-Bonus bei 15–50%Direkte Strahlung10%Antrieb der ThermikLifted Index8%Hard cap bei <-6Wind 10m8%Zu stark = schlechtBodenfeuchte8%Trockener Boden = bessere ThermikWindscherung →850hPa7%NEU: zerzaust ThermikschläucheRH 700hPa7%NEU: Cb-FrüherkennungVortages-Regen5%—Spread T-Td5%Wolkenbasishöhe
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: achimace
- Version: 1.0.3
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/thermikbuddy)
- [Send to Agent page](https://openagent3.xyz/skills/thermikbuddy/agent)
- [JSON manifest](https://openagent3.xyz/skills/thermikbuddy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/thermikbuddy/agent.md)
- [Download page](https://openagent3.xyz/downloads/thermikbuddy)