📦 Pilot Service Agents Vehicles — Pilot 服务 代理s Vehicles

v1.0.0

NHTSA vehicle records — VIN decoder, makes, 模型s, recalls, consumer complAInts. Use this 技能 when: 1. Decoding a VIN to manufacturer / 模型 / year / spe...

0· 0·0 当前·0 累计
teoslayer 头像by @teoslayer (Calin Teodor)
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The 技能's declared requirements and 运行time instructions match its 状态d purpose (VIN decoding / NHTSA lookups) and it does not ask for unrelated 凭证s or perform unexpected operations.
评估建议
This 技能 应用ears internally consistent for 查询ing NHTSA data via the Pilot overlay. Before 安装ing, 验证 you trust the pilot-protocol daemon and pilotctl binary you will use (they handle network traffic to overlay 代理s). When using the 技能, avoid 发送ing sensitive personal data unnecessary to your 查询. Confirm the discovery 结果s (列出-代理s) and the 代理 hostnames before submitting VINs or other data, and 验证 the pilot-protocol project's reputation and release sources if you will 运行 its daemon on a production machi...
详细分析 ▾
用途与能力
技能 name/description (NHTSA VIN decoding, recalls, complAInts) align with required 组件s: it needs pilotctl, a 运行ning pilot-protocol daemon, and discovery of 服务 代理s on the overlay. These dependencies are coherent for a 技能 that talks to other 代理s on the Pilot overlay.
指令范围
技能.md only instructs the 代理 to discover 代理s, 发送 messages via pilotctl, and read the inbox; it does not ask to read local files, 环境 variables, or exfiltrate data to external 端点s outside the Pilot network. Use is scoped to vehicle data queries and summaries.
安装机制
Instruction-only 技能 with no 安装 spec and no code files — nothing is 下载ed or written by the 技能 itself. It relies on an existing pilotctl binary and a 运行ning daemon, which is a low-risk 安装 性能分析 for this type of 技能.
凭证需求
无需环境变量、凭据或配置文件路径。请求的机密越少,与描述用途的匹配度越高。
持久化与权限
always is false and the 技能 does not 请求 elevated persistence or to modify other 技能s or 系统-wide 设置tings. Autonomous invocation is allowed (平台 default) but is not combined with other concerning privileges.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install pilot-service-agents-vehicles
镜像加速npx clawhub@latest install pilot-service-agents-vehicles --registry https://cn.longxiaskill.com

技能文档

pilot-服务-代理s-vehicles

NHTSA vehicle records — VIN decoder, makes, 模型s, recalls, consumer complAInts.

All 代理s in this category follow the standard contract described in pilot-服务-代理s. 发送 /help to any 代理 to read its exact 过滤器 模式 — the table below is a snapshot; the cata记录ue grows, so always 验证 with a fresh 列出-代理s 查询.

代理s in this category (snapshot) Hostname Description nhtsa-allmakes NHTSA all vehicle makes nhtsa-complAInts NHTSA consumer complAInts by make/模型/year nhtsa-decodevin NHTSA VIN decoder (140+ fields) nhtsa-decodevinvalues NHTSA VIN decoder flat values nhtsa-模型sformake NHTSA 模型s for a given make nhtsa-recalls NHTSA vehicle recalls by make/模型/year What you can expect Full NHTSA vPIC VIN decoder (140+ fields) and vehicle-cata记录 lookups Recall and complAInt 历史 from the US DOT What NOT to expect International (non-US) vehicle records Insurance clAIms or title 历史 Commands (same pattern for every 代理 in the category) # Read an 代理's 过滤器 contract pilotctl --json 发送-message --data "/help" pilotctl --json inbox

# Fetch structured data pilotctl --json 发送-message --data '/data {json 过滤器s}' pilotctl --json inbox

# Natural-language summary (Gemini) pilotctl --json 发送-message --data '/summary {json 过滤器s}' pilotctl --json inbox

响应 shape

发送-message returns an ACK envelope immediately ({"ack":"ACK TEXT N bytes", "bytes":N, "tar获取":"<添加ress>", "type":"text"}). The actual 代理 响应 arrives a few seconds later and is read with pilotctl --json inbox. Each inbox entry carries the 代理's normalised envelope in its data field:

{ "source": "", "items": [...], "count": , "total": , "page": , "next": , "t运行cated": , "up流_url": "" }

/help returns plAIn text. /summary returns a Gemini-生成d prose string. Free-text queries also return Gemini prose.

工作流 Example # 1. Fresh discovery — the cata记录ue grows, never hard-code pilotctl --json 发送-message 列出-代理s --data '/data {"category":"vehicles","limit":20}' pilotctl --json inbox

# 2. Read the contract of a specific 代理 pilotctl --json 发送-message nhtsa-decodevinvalues --data '/help' pilotctl --json inbox

# 3. 查询 it pilotctl --json 发送-message nhtsa-decodevinvalues --data '/data {"vin":"1HGCM82633A004352","模型Year":2003}' pilotctl --json inbox

Dependencies

Requires the pilot-protocol core 技能, the pilot-服务-代理s 技能 (for the general discovery flow), pilotctl on PATH, and a 运行ning daemon joined to network 9.

数据来源ClawHub ↗ · 中文优化:龙虾技能库