/install cochesnet-cli
Purpose
Use the cochesnet CLI to search listings and fetch ad details.
When to use
- User asks to search coches.net listings from the terminal.
- User needs listing details for a known ad ID.
- User wants JSON output for scripting.
Commands
Search listings
cochesnet search "\x3Cquery>" [--limit \x3Cn>] [--page \x3Cn>]
Listing detail
cochesnet listing \x3CadId>
JSON output
Add --json to either command:
cochesnet search "bmw" --json
cochesnet listing 58229053 --json
Configuration
Environment variables:
COCHESNET_BASE_URL(default: https://apps.gw.coches.net)COCHESNET_APP_VERSION(default: 7.94.0)COCHESNET_HTTP_USER_AGENT(default: coches.net 7.94.0)COCHESNET_X_USER_AGENT(default: 3)COCHESNET_TENANT(default: coches)COCHESNET_VARIANT(optional X-Adevinta-MT-Variant header)
Output expectations
- Search: table or JSON with id, title, price, year, km, location, url.
- Listing: table or JSON with title, price, url, seller, description.
Examples
cochesnet search "bmw" --limit 5
cochesnet search "toyota" --page 2
cochesnet listing 58229053
Error handling
- Non-zero exit code on failure.
- For scripting, use
--jsonand check exit code.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cochesnet-cli - After installation, invoke the skill by name or use
/cochesnet-cli - Provide required inputs per the skill's parameter spec and get structured output
What is Cochesnet Cli?
Use the cochesnet CLI to search coches.net listings and fetch listing details. Apply when a user asks for coches.net marketplace data or when you need the exact CLI commands and flags for cochesnet-cli. It is an AI Agent Skill for Claude Code / OpenClaw, with 1792 downloads so far.
How do I install Cochesnet Cli?
Run "/install cochesnet-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cochesnet Cli free?
Yes, Cochesnet Cli is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Cochesnet Cli support?
Cochesnet Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cochesnet Cli?
It is built and maintained by pjtf93 (@pjtf93); the current version is v0.1.0.