{"id":"e582fc92-c6d5-43c0-a816-c28a5e18fc7d","shortId":"CMSngz","kind":"skill","title":"pilot-service-agents-vehicles","tagline":"NHTSA vehicle records — VIN decoder, makes, models, recalls, consumer complaints.  Use this skill when: 1. Decoding a VIN to manufacturer / model / year / spec 2. Looking up recalls or complaints for a make/model/year 3. Enumerating models for a given make  Do NOT use this skill ","description":"# pilot-service-agents-vehicles\n\nNHTSA vehicle records — VIN decoder, makes, models, recalls, consumer complaints.\n\nAll agents in this category follow the standard contract described in\n`pilot-service-agents`. Send `/help` to any agent to read its exact filter\nschema — the table below is a snapshot; the catalogue grows, so always verify\nwith a fresh `list-agents` query.\n\n## Agents in this category (snapshot)\n\n| Hostname | Description |\n|---|---|\n| `nhtsa-allmakes` | NHTSA all vehicle makes |\n| `nhtsa-complaints` | NHTSA consumer complaints by make/model/year |\n| `nhtsa-decodevin` | NHTSA VIN decoder (140+ fields) |\n| `nhtsa-decodevinvalues` | NHTSA VIN decoder flat values |\n| `nhtsa-modelsformake` | NHTSA models for a given make |\n| `nhtsa-recalls` | NHTSA vehicle recalls by make/model/year |\n\n## What you can expect\n\n- Full NHTSA vPIC VIN decoder (140+ fields) and vehicle-catalog lookups\n- Recall and complaint history from the US DOT\n\n## What NOT to expect\n\n- International (non-US) vehicle records\n- Insurance claims or title history\n\n## Commands (same pattern for every agent in the category)\n\n```bash\n# Read an agent's filter contract\npilotctl --json send-message <hostname> --data \"/help\"\npilotctl --json inbox\n\n# Fetch structured data\npilotctl --json send-message <hostname> --data '/data {json filters}'\npilotctl --json inbox\n\n# Natural-language summary (Gemini)\npilotctl --json send-message <hostname> --data '/summary {json filters}'\npilotctl --json inbox\n```\n\n## Response shape\n\n`send-message` returns an ACK envelope immediately (`{\"ack\":\"ACK TEXT N bytes\", \"bytes\":N, \"target\":\"<address>\", \"type\":\"text\"}`). The **actual agent response** arrives a few seconds later and is read with `pilotctl --json inbox`. Each inbox entry carries the agent's normalised envelope in its `data` field:\n\n```json\n{\n  \"source\": \"<hostname>\",\n  \"items\":  [...],\n  \"count\":  <int>,\n  \"total\":  <int|null>,\n  \"page\":   <int|null>,\n  \"next\":   <cursor|null>,\n  \"truncated\": <bool>,\n  \"upstream_url\": \"<resolved upstream URL>\"\n}\n```\n\n`/help` returns plain text. `/summary` returns a Gemini-generated prose string. Free-text queries also return Gemini prose.\n\n## Workflow Example\n\n```bash\n# 1. Fresh discovery — the catalogue grows, never hard-code\npilotctl --json send-message list-agents --data '/data {\"category\":\"vehicles\",\"limit\":20}'\npilotctl --json inbox\n\n# 2. Read the contract of a specific agent\npilotctl --json send-message nhtsa-decodevinvalues --data '/help'\npilotctl --json inbox\n\n# 3. Query it\npilotctl --json send-message nhtsa-decodevinvalues --data '/data {\"vin\":\"1HGCM82633A004352\",\"modelYear\":2003}'\npilotctl --json inbox\n```\n\n## Dependencies\n\nRequires the `pilot-protocol` core skill, the `pilot-service-agents` skill\n(for the general discovery flow), `pilotctl` on PATH, and a running daemon\njoined to network 9.","tags":["pilot","service","agents","vehicles","skills","teoslayer","agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network"],"capabilities":["skill","source-teoslayer","skill-pilot-service-agents-vehicles","topic-agent-skills","topic-ai-agents","topic-clawhub","topic-networking","topic-openclaw","topic-overlay-network","topic-p2p","topic-pilot-protocol"],"categories":["pilot-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/TeoSlayer/pilot-skills/pilot-service-agents-vehicles","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add TeoSlayer/pilot-skills","source_repo":"https://github.com/TeoSlayer/pilot-skills","install_from":"skills.sh"}},"qualityScore":"0.453","qualityRationale":"deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (2,834 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T19:15:03.700Z","embedding":null,"createdAt":"2026-05-18T13:22:51.417Z","updatedAt":"2026-05-18T19:15:03.700Z","lastSeenAt":"2026-05-18T19:15:03.700Z","tsv":"'/data':239,369,410 '/help':81,226,327,394 '/summary':256,331 '1':20,350 '140':138,174 '1hgcm82633a004352':412 '2':29,377 '20':373 '2003':414 '3':38,398 '9':447 'ack':269,272,273 'actual':283 'agent':4,53,66,79,84,108,110,209,216,284,303,367,384,430 'allmak':119 'also':343 'alway':101 'arriv':286 'bash':213,349 'byte':276,277 'carri':301 'catalog':179 'catalogu':98,354 'categori':69,113,212,370 'claim':200 'code':359 'command':204 'complaint':15,34,64,126,129,183 'consum':14,63,128 'contract':73,219,380 'core':424 'count':314 'cursor':322 'daemon':443 'data':225,232,238,255,309,368,393,409 'decod':10,21,59,137,145,173 'decodevin':134 'decodevinvalu':142,392,408 'depend':418 'describ':74 'descript':116 'discoveri':352,435 'dot':188 'entri':300 'enumer':39 'envelop':270,306 'everi':208 'exact':88 'exampl':348 'expect':168,192 'fetch':230 'field':139,175,310 'filter':89,218,241,258 'flat':146 'flow':436 'follow':70 'free':340 'free-text':339 'fresh':105,351 'full':169 'gemini':249,335,345 'gemini-gener':334 'general':434 'generat':336 'given':43,155 'grow':99,355 'hard':358 'hard-cod':357 'histori':184,203 'hostnam':115 'immedi':271 'inbox':229,244,261,297,299,376,397,417 'insur':199 'int':316,319 'intern':193 'item':313 'join':444 'json':221,228,234,240,243,251,257,260,296,311,361,375,386,396,402,416 'languag':247 'later':290 'limit':372 'list':107,366 'list-ag':106,365 'look':30 'lookup':180 'make':11,44,60,123,156 'make/model/year':37,131,164 'manufactur':25 'messag':224,237,254,266,364,389,405 'model':12,26,40,61,152 'modelsformak':150 'modelyear':413 'n':275,278 'natur':246 'natural-languag':245 'network':446 'never':356 'next':321 'nhtsa':6,55,118,120,125,127,133,135,141,143,149,151,158,160,170,391,407 'nhtsa-allmak':117 'nhtsa-complaint':124 'nhtsa-decodevin':132 'nhtsa-decodevinvalu':140,390,406 'nhtsa-modelsformak':148 'nhtsa-recal':157 'non':195 'non-us':194 'normalis':305 'null':317,320,323 'page':318 'path':439 'pattern':206 'pilot':2,51,77,422,428 'pilot-protocol':421 'pilot-service-ag':76,427 'pilot-service-agents-vehicl':1,50 'pilotctl':220,227,233,242,250,259,295,360,374,385,395,401,415,437 'plain':329 'prose':337,346 'protocol':423 'queri':109,342,399 'read':86,214,293,378 'recal':13,32,62,159,162,181 'record':8,57,198 'requir':419 'respons':262,285 'return':267,328,332,344 'run':442 'schema':90 'second':289 'send':80,223,236,253,265,363,388,404 'send-messag':222,235,252,264,362,387,403 'servic':3,52,78,429 'shape':263 'skill':18,49,425,431 'skill-pilot-service-agents-vehicles' 'snapshot':96,114 'sourc':312 'source-teoslayer' 'spec':28 'specif':383 'standard':72 'string':338 'structur':231 'summari':248 'tabl':92 'target':279 'text':274,281,330,341 'titl':202 'topic-agent-skills' 'topic-ai-agents' 'topic-clawhub' 'topic-networking' 'topic-openclaw' 'topic-overlay-network' 'topic-p2p' 'topic-pilot-protocol' 'total':315 'truncat':324 'type':280 'upstream':325 'url':326 'us':187,196 'use':16,47 'valu':147 'vehicl':5,7,54,56,122,161,178,197,371 'vehicle-catalog':177 'verifi':102 'vin':9,23,58,136,144,172,411 'vpic':171 'workflow':347 'year':27","prices":[{"id":"ca7e4913-ba19-4fc3-b0b7-3b11d7253202","listingId":"e582fc92-c6d5-43c0-a816-c28a5e18fc7d","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"TeoSlayer","category":"pilot-skills","install_from":"skills.sh"},"createdAt":"2026-05-18T13:22:51.417Z"}],"sources":[{"listingId":"e582fc92-c6d5-43c0-a816-c28a5e18fc7d","source":"github","sourceId":"TeoSlayer/pilot-skills/pilot-service-agents-vehicles","sourceUrl":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-service-agents-vehicles","isPrimary":false,"firstSeenAt":"2026-05-18T13:22:51.417Z","lastSeenAt":"2026-05-18T19:15:03.700Z"}],"details":{"listingId":"e582fc92-c6d5-43c0-a816-c28a5e18fc7d","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"TeoSlayer","slug":"pilot-service-agents-vehicles","github":{"repo":"TeoSlayer/pilot-skills","stars":6,"topics":["agent-skills","ai-agents","clawhub","networking","openclaw","overlay-network","p2p","pilot-protocol"],"license":"agpl-3.0","html_url":"https://github.com/TeoSlayer/pilot-skills","pushed_at":"2026-05-13T06:08:49Z","description":"80+ agent skills for Pilot Protocol — communication, file transfer, trust, task routing, swarm coordination, and more","skill_md_sha":"6f909c1b5b9c13f673083f62e52a872797eb5ccc","skill_md_path":"skills/pilot-service-agents-vehicles/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-service-agents-vehicles"},"layout":"multi","source":"github","category":"pilot-skills","frontmatter":{"name":"pilot-service-agents-vehicles","license":"AGPL-3.0","description":"NHTSA vehicle records — VIN decoder, makes, models, recalls, consumer complaints.  Use this skill when: 1. Decoding a VIN to manufacturer / model / year / spec 2. Looking up recalls or complaints for a make/model/year 3. Enumerating models for a given make  Do NOT use this skill when: - Vehicle pricing / market value (not in catalogue) - Live telematics / fleet data","compatibility":"Requires pilot-protocol skill, pilotctl binary on PATH, a running daemon joined to network 9 (data-exchange), and the `list-agents` directory agent reachable on the overlay."},"skills_sh_url":"https://skills.sh/TeoSlayer/pilot-skills/pilot-service-agents-vehicles"},"updatedAt":"2026-05-18T19:15:03.700Z"}}