Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use the cochesnet CLI to search listings and fetch ad details.
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.
cochesnet search "<query>" [--limit <n>] [--page <n>]
cochesnet listing <adId>
Add --json to either command: cochesnet search "bmw" --json cochesnet listing 58229053 --json
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)
Search: table or JSON with id, title, price, year, km, location, url. Listing: table or JSON with title, price, url, seller, description.
cochesnet search "bmw" --limit 5 cochesnet search "toyota" --page 2 cochesnet listing 58229053
Non-zero exit code on failure. For scripting, use --json and check exit code.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.