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.

Install
$clawhub 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 "<query>" [--limit <n>] [--page <n>]

Listing detail

cochesnet listing <adId>

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 --json and check exit code.

Details

Version
v0.1.0
Downloads
1,437

Popular Skills

Web Search by Exa
Neural web search, content extraction, company and people research, code search, and deep research via the Exa MCP server. Use when you need to: (1) search the web with semantic understanding — not just keywords, (2) find research papers, news, tweets, companies, or people, (3) extract clean content from URLs, (4) find semantically similar pages to a known URL, (5) get code examples and documentation, (6) run deep multi-step research with a report, (7) get a quick synthesized answer with citations. NOT for: local file operations, non-web tasks, or anything that doesn't involve web search or content retrieval.
Stealth Browser
Ultimate stealth browser automation with anti-detection, Cloudflare bypass, CAPTCHA solving, persistent sessions, and silent operation. Use for any web automation requiring bot detection evasion, login persistence, headless browsing, or bypassing security measures. Triggers on "bypass cloudflare", "solve captcha", "stealth browse", "silent automation", "persistent login", "anti-detection", or any task needing undetectable browser automation. When user asks to "login to X website", automatically use headed mode for login, then save session for future headless reuse.
Google Play
Google Play Developer API (Android Publisher) integration with managed OAuth. Manage apps, subscriptions, in-app purchases, and reviews. Use this skill when users want to interact with Google Play Console programmatically. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).