# Send Gearbox 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": "gearbox",
    "name": "Gearbox",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Sertug17/gearbox",
    "canonicalUrl": "https://clawhub.ai/Sertug17/gearbox",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gearbox",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gearbox",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gearbox",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T15:23:53.520Z",
      "expiresAt": "2026-05-08T15:23:53.520Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gearbox",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gearbox",
        "contentDisposition": "attachment; filename=\"gearbox-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gearbox"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gearbox"
    },
    "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/gearbox",
    "downloadUrl": "https://openagent3.xyz/downloads/gearbox",
    "agentUrl": "https://openagent3.xyz/skills/gearbox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gearbox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gearbox/agent.md"
  }
}
```
## Documentation

### Wind Turbine Gearbox Intelligence

Evaluates gearbox condition using five input parameters and produces a structured maintenance report.

### When to Use

Load this skill when the user wants to:

Assess gearbox health from on-site inspection or sensor data
Classify damage severity on a 1-5 scale
Determine whether a turbine should be shut down or kept running under monitoring
Generate a structured maintenance or escalation plan

### Quick Reference

Input ParameterWhat to CollectVisual inspectionSurface cracks, pitting, spalling, discoloration, debrisOil iron (Fe ppm)Iron particle concentration in gear oil (ppm)Temperature (C)Bearing/gear temperature, normalized to baselineVibrationRMS or peak-to-peak acceleration (g), frequency anomaliesAcoustic / SoundNoise type: grinding, knocking, whining, clicking

### Fault Thresholds (Reference)

ParameterNormalWarningCriticalOil Fe (ppm)< 100100 - 300> 300Temp above baseline< 5 C5 - 15 C> 15 CVibration RMS (g)< 0.50.5 - 1.5> 1.5AcousticNo anomalyIntermittentContinuousVisualClean surfaceMinor pittingSpalling/crack

### Common Failure Modes

Failure ModeTypical IndicatorsMicropittingHigh Fe ppm, slight vibration increase, no visible cracksSpallingHigh Fe ppm, elevated vibration, visible surface damageFatigue crackKnocking sound, vibration spike at gear mesh frequencyBearing wearWhining noise, high temperature, broadband vibration increaseOil contaminationVery high Fe ppm, discolored oil, possible foaming

### Procedure

Collect inputs across all five parameters. If any are unavailable, note as "not measured" and proceed.
Evaluate each parameter against the thresholds table. Flag Warning or Critical zones.
Cross-correlate symptoms:

Fe ppm + vibration increase → wear / spalling progression
Knocking sound + vibration spike → fatigue crack
Temperature + whining sound → bearing failure
Multiple Critical flags → Severity 5


Assign severity:

1 Healthy: All parameters normal. No action required.
2 Early wear: 1-2 parameters in warning zone. Increase monitoring frequency.
3 Moderate damage: 2-3 parameters in warning/critical. Inspect within 2 weeks.
4 Significant damage: Multiple critical flags. Plan shutdown within 48-72 hours.
5 Critical: Imminent failure risk. Immediate shutdown required.


Determine root cause from the failure modes table.
Generate the output report using the format below.

### Output Format

=== GEARBOX HEALTH REPORT ===

ROOT CAUSE : [e.g., Progressive spalling on intermediate shaft gear]
SEVERITY   : [1-5] - [Healthy / Early Wear / Moderate / Significant / Critical]
SHUTDOWN   : [Yes / No / Conditional]

MONITORING STRATEGY:

[e.g., Repeat oil sample in 72 hours]
[e.g., Daily vibration trend monitoring for 1 week]

ESCALATION TRIGGERS:

[e.g., Fe ppm exceeds 400 - immediate shutdown]
[e.g., Vibration RMS exceeds 2.0 g - immediate shutdown]

### Pitfalls

Never assign Severity 5 based on one parameter alone. Cross-validate with at least two sources.
Temperature readings can be misleading in extreme ambient conditions. Ask for baseline-normalized values.
Acoustic descriptions are subjective. Ask for noise type and whether continuous or intermittent.
If sensor data is unavailable, rely on visual and oil condition as primary indicators.
Do not conflate oil change interval with oil health. New oil can still show high Fe ppm.

### Verification

After generating the report, confirm with the user:

Does the severity match their on-site observations?
Are escalation thresholds feasible for their monitoring setup?
Are there additional data points (CMS trending, historical Fe ppm) that could refine the assessment?
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Sertug17
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T15:23:53.520Z
- Expires at: 2026-05-08T15:23:53.520Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gearbox)
- [Send to Agent page](https://openagent3.xyz/skills/gearbox/agent)
- [JSON manifest](https://openagent3.xyz/skills/gearbox/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gearbox/agent.md)
- [Download page](https://openagent3.xyz/downloads/gearbox)