Mercedes-Benz USA Utilities

v0.0.6

Locate Mercedes-Benz dealerships and search for new vehicle inventory across the USA using zip code-based filters and detailed specifications.

1· 168·0 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for kaudata/mercedes-benz.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Mercedes-Benz USA Utilities" (kaudata/mercedes-benz) from ClawHub.
Skill page: https://clawhub.ai/kaudata/mercedes-benz
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install mercedes-benz

ClawHub CLI

Package manager switcher

npx clawhub@latest install mercedes-benz
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md, schema.json, and source code all align: the code queries MBUSA endpoints (nafta-service.mbusa.com) and returns dealer/inventory fields described in the manifest. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md restricts actions to dealer and inventory searches and explicitly asks for Markdown-formatted links. The implementation only calls MBUSA APIs and constructs Google Maps/website/image links. The instructions and code do not read local files, environment secrets, or transmit data to unexpected third-party endpoints.
Install Mechanism
The skill is declared instruction-only (no install spec), which is low-risk; however repository files (package.json, package-lock.json, server.js) indicate this can also run as a standalone Node/Express service and has a dependency on express. There's no downloaded/obfuscated third-party URL or archive in the install spec. If you intend to run the server, you'll fetch npm packages from the registry — standard but worth noting.
Credentials
No environment variables, credentials, or config paths are required. The skill does not attempt to access unrelated secrets or system configuration. The only network targets are MBUSA domains and Google Maps URLs (for directions).
Persistence & Privilege
Skill flags are default (always: false, user-invocable: true, disable-model-invocation: false). The skill does not request persistent system privileges or modify other skills. It exposes optional local HTTP endpoints if run as a server, which is normal for an included tool but should be run with standard host/network caution.
Assessment
This skill appears to do exactly what it says: query MBUSA APIs and return dealer/inventory data with clickable links. Before installing or running it: 1) Confirm you trust the source (owner ID is present but homepage is missing). 2) If you plan to run the included server, run npm install only in an isolated environment and be aware it will pull express and its transitive dependencies from the npm registry. 3) Expect queries (zip codes) to go to MBUSA servers — do not send sensitive personal data you wouldn't want sent to that site. 4) Review server.js if you intend to expose the HTTP server publicly (it listens on PORT and has no auth). 5) If you require an authoritative MBUSA integration, prefer an official MBUSA SDK or API documentation; this skill is explicitly unofficial.

Like a lobster shell, security has layers — review code before you run it.

dealer-locatorvk97bngbqstnzx9pzgmc9tf9k1s84g9nqinventory-searchvk97bngbqstnzx9pzgmc9tf9k1s84g9nqlatestvk97bngbqstnzx9pzgmc9tf9k1s84g9nq
168downloads
1stars
6versions
Updated 2w ago
v0.0.6
MIT-0

MBUSA Dealer & Inventory Skill

This OpenClaw skill enables AI agents to query Mercedes-Benz USA (MBUSA.com) data. This is not officially from MBUSA. It allows the agent to find local dealerships in USA and search for live vehicle inventory across New, Pre-Owned, and Certified Pre-Owned (CPO) categories.

Tools Included

1. get_mbusa_dealers

Allows the agent to find official Mercedes-Benz dealerships using a US zip code.

  • Primary Use Case: "Find a Mercedes dealer near 10019" or "Give me the service department number for the dealer in Bayside, NY."
  • Data Returned: Dealership name, primary address, distance, main phone, service phone, website URL, and service scheduling URL.

2. get_mbusa_inventory

Allows the agent to search for new vehicle inventory on dealership lots near a specific zip code.

  • Primary Use Case: "Are there any new EQS sedans under $100,000 near me?" or "Find a 2026 GLC within 50 miles of 30097."
  • Capabilities: Supports strict enum-based filtering by model, class, body style, brand, interior/exterior colors, fuel type, passenger capacity, highway fuel economy, price range, year, and search radius.
  • Data Returned: VIN, Stock ID, year, model name, MSRP, engine type, exterior/interior colors, the holding dealership's name, distance, and direct actionable URLs for images and dealer websites.

3. get_mbusa_used_inventory

Allows the agent to search for CERTIFIED PRE-OWNED and USED vehicle inventory.

  • Primary Use Case: "Show me CPO C-Class sedans near 30097 with under 50,000 miles."
  • Capabilities: Inherits all filters from the New search, but adds a required invType parameter (cpo or pre), expands the year search back to 2020, and supports strict enum filtering by mileage.

Configuration & Output

Ensure the schema.json file is loaded into your agent's context window. The agent has been explicitly instructed to format the actionable URLs (Image, Dealer Website, Service Scheduling) as clickable Markdown links when responding to the user.

MBUSA Dealer & Inventory Skill

This OpenClaw skill enables AI agents to query official Mercedes-Benz USA (MBUSA) data. It allows the agent to find local dealerships and search for live vehicle inventory across New, Pre-Owned, and Certified Pre-Owned (CPO) categories.

Tools Included

1. get_mbusa_dealers

Allows the agent to find official Mercedes-Benz dealerships using a US zip code.

  • Primary Use Case: "Find a Mercedes dealer near 10019" or "Give me the service department number for the dealer in Bayside, NY."
  • Data Returned: Dealership name, primary address, distance, main phone, service phone, website URL, service scheduling URL, and a direct Google Maps URL.

2. get_mbusa_inventory

Allows the agent to search for NEW vehicle inventory on dealership lots near a specific zip code.

  • Primary Use Case: "Are there any new EQS sedans under $100,000 near me?"
  • Capabilities: Supports strict enum-based filtering by model, class, body style, brand, interior/exterior colors, fuel type, passenger capacity, highway fuel economy, price range, year (2024-2026), and search radius.
  • Data Returned: VIN, Stock ID, year, model name, MSRP, engine type, colors, holding dealership's name, distance, and direct URLs for images, dealer websites, and Google Maps.

3. get_mbusa_used_inventory

Allows the agent to search for CERTIFIED PRE-OWNED and USED vehicle inventory.

  • Primary Use Case: "Show me CPO C-Class sedans near 30097 with under 50,000 miles."
  • Capabilities: Inherits all filters from the New search, but adds a required invType parameter (cpo or pre), expands the year search back to 2020, and supports strict enum filtering by mileage.

Configuration & Output

Ensure the schema.json file is loaded into your agent's context window. The agent has been explicitly instructed to format the actionable URLs (Image, Dealer Website, Service Scheduling, Google Maps) as clickable Markdown links.

Comments

Loading comments...