# Send Car 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": "car",
    "name": "Car",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/car",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/car",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/car",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=car",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "buying.md",
      "emergencies.md",
      "maintenance.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "car",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T08:53:16.065Z",
      "expiresAt": "2026-05-06T08:53:16.065Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=car",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=car",
        "contentDisposition": "attachment; filename=\"car-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "car"
      },
      "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/car"
    },
    "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/car",
    "downloadUrl": "https://openagent3.xyz/downloads/car",
    "agentUrl": "https://openagent3.xyz/skills/car/agent",
    "manifestUrl": "https://openagent3.xyz/skills/car/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/car/agent.md"
  }
}
```
## Documentation

### Decision Tree

SituationActionBuying a carCheck buying.md for price negotiation, inspection checklist, financingMaintenance due or warning lightCheck maintenance.md for schedules, DIY vs mechanic, symptom diagnosisBreakdown or accidentCheck emergencies.md for immediate steps, who to call, documentationRoad trip planningPre-trip checklist below, then emergencies.md for kit and what-ifs

### Pre-Trip Checklist

Before any long drive:

Tire pressure (including spare) at recommended PSI
 Oil level between min/max marks
 Coolant reservoir at proper level
 All lights working (headlights, brake, turn signals)
 Windshield washer fluid filled
 Wiper blades not streaking
 Phone charger and emergency contact numbers accessible

### Warning Lights — Quick Reference

LightSeverityActionCheck engine (steady)MediumSafe to drive, diagnose within daysCheck engine (flashing)CriticalStop driving, call towOil pressureCriticalStop immediately, check oil levelTemperature/coolantCriticalPull over, let engine cool, check coolantBatteryMediumDrive to shop, may have 30-60 min before stallABSLowBrakes work, but ABS disabled — drive carefullyTire pressureLowCheck and inflate soon

### Cost Sanity Check

Before approving any repair, verify the quote:

Get the exact repair name (not "fix the engine")
Search "[repair name] + [car model] + cost" for typical range
Labor: $80-150/hr is normal; over $200/hr is premium/dealer
If quote is 50%+ above average, get a second opinion

Common repairs (USD):

Oil change: $30-75
Brake pads (pair): $150-300 installed
Battery replacement: $150-250
Alternator: $400-600
Timing belt: $500-1000

### Fuel Efficiency Tips

Optimal highway speed: 55-65 mph (above 65, efficiency drops ~15%)
Tire pressure: check monthly, underinflation costs 0.2% per PSI
AC vs windows: AC more efficient above 45 mph
Remove roof racks when not in use (5% drag penalty)
Avoid idling more than 30 seconds

### When to Load More

SituationReferenceBuying new or used, financing, negotiationbuying.mdMaintenance schedules, DIY repairs, diagnosticsmaintenance.mdAccidents, breakdowns, insurance claimsemergencies.md
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- 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-04-29T08:53:16.065Z
- Expires at: 2026-05-06T08:53:16.065Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/car)
- [Send to Agent page](https://openagent3.xyz/skills/car/agent)
- [JSON manifest](https://openagent3.xyz/skills/car/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/car/agent.md)
- [Download page](https://openagent3.xyz/downloads/car)