← Back to Skills Marketplace
kaudata

Mercedes-Benz USA Utilities

by kaudata · GitHub ↗ · v0.0.6 · MIT-0
cross-platform ✓ Security Clean
175
Downloads
1
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install mercedes-benz
Description
Locate Mercedes-Benz dealerships and search for new vehicle inventory across the USA using zip code-based filters and detailed specifications.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: mercedes-benz Version: 0.0.6 The skill bundle is a well-structured tool for querying Mercedes-Benz USA dealership and vehicle inventory data. The implementation in `src/tool.js` uses standard web requests to official MBUSA API endpoints (nafta-service.mbusa.com) and contains no evidence of malicious intent, data exfiltration, or unauthorized command execution. The instructions in `SKILL.md` and `schema.json` are purely functional, directing the agent on how to format output for the user without attempting to subvert the agent's logic.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mercedes-benz
  3. After installation, invoke the skill by name or use /mercedes-benz
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.6
- Removed Google Maps URLs from the output data and documentation for both dealer and inventory results. - Updated documentation to reflect the new data returned (no more Google Maps URLs) for get_mbusa_dealers and get_mbusa_inventory. - No functionality changes to filtering or data retrieval—output and documentation are now aligned.
v0.0.5
Mercedes-Benz skill v0.0.5 introduces used and CPO inventory search and enhanced data fields: - Added `get_mbusa_used_inventory` tool for searching Certified Pre-Owned (CPO) and used vehicles with new filters. - Expanded inventory search capabilities: now supports New, CPO, and Pre-Owned categories. - Year filtering for used vehicles now extends back to 2020; added strict mileage filtering. - Dealership and inventory data now include direct Google Maps URLs for improved accessibility. - Documentation updated to reflect new tools, enhanced filtering, and output formatting guidelines.
v0.0.4
- Adds support for querying Mercedes-Benz USA dealership locations and live new-vehicle inventory. - New tool: search for Mercedes-Benz dealers by US zip code, returning contact info and service links. - New tool: search new Mercedes-Benz vehicle inventory, with advanced filters (model, price, features, etc.). - All returned URLs (images, dealer sites, service scheduling) are formatted as clickable Markdown links.
v0.0.3
- Added clarification that this skill is not officially from MBUSA. - Expanded inventory search filters with strict enum-based support for model, class, body style, brand, colors, fuel type, passenger capacity, highway fuel economy, price, year, and radius. - Inventory responses now include stock ID and provide direct actionable URLs for vehicle images and dealer websites. - Updated configuration instructions: actionable URLs (images, websites, service scheduling) must be formatted as clickable Markdown links in user responses. - Minor documentation and description updates for clarity and accuracy.
v0.0.2
No user-facing changes in this version. - No updates or modifications detected. - Functionality and documentation remain unchanged.
v0.0.1
Initial release of the Mercedes-Benz USA Dealer & Inventory Skill: - Enables agents to find official Mercedes-Benz dealerships by US zip code. - Supports searching live new-vehicle inventory at local dealerships, with filtering by model, price, year, and more. - Returns detailed information for dealers (contact info, location) and vehicles (VIN, specs, price, dealer). - Designed for easy integration; requires loading the provided schema for proper parameter handling.
Metadata
Slug mercedes-benz
Version 0.0.6
License MIT-0
All-time Installs 1
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Mercedes-Benz USA Utilities?

Locate Mercedes-Benz dealerships and search for new vehicle inventory across the USA using zip code-based filters and detailed specifications. It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.

How do I install Mercedes-Benz USA Utilities?

Run "/install mercedes-benz" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mercedes-Benz USA Utilities free?

Yes, Mercedes-Benz USA Utilities is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mercedes-Benz USA Utilities support?

Mercedes-Benz USA Utilities is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mercedes-Benz USA Utilities?

It is built and maintained by kaudata (@kaudata); the current version is v0.0.6.

💬 Comments