← Back to Skills Marketplace
pjtf93

Cochesnet Cli

by pjtf93 · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
1792
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cochesnet-cli
Description
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.
README (SKILL.md)

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 --json and check exit code.
Usage Guidance
This skill is a simple CLI usage guide for cochesnet and appears coherent. Before installing or using it: (1) ensure you have a trusted source for the `cochesnet-cli` (the SKILL.md requires Node.js 18+ but gives no install URL — prefer the official npm package or the project's GitHub release), (2) be aware it needs network access to apps.gw.coches.net to work, (3) the listed environment variables are configuration (not secrets) but verify they don't get set to sensitive values, and (4) if you allow the agent to invoke this skill autonomously, it may run the CLI commands when asked — which is expected but verify the CLI binary you install is from a reputable source.
Capability Analysis
Type: OpenClaw Skill Name: cochesnet-cli Version: 0.1.0 The skill bundle is benign. It provides instructions for an AI agent to use a `cochesnet-cli` tool to search and fetch listing details from `apps.gw.coches.net`. The `SKILL.md` clearly defines the tool's usage, expected inputs, and outputs, without any evidence of prompt injection, data exfiltration, or malicious execution. The environment variables listed are for configuring the `cochesnet-cli` tool itself, not for exfiltrating sensitive host environment variables.
Capability Assessment
Purpose & Capability
Name, description and commands all match: the SKILL.md documents how to run `cochesnet search` and `cochesnet listing` and lists only service-specific environment variables. Nothing requested appears unrelated to querying coches.net.
Instruction Scope
Instructions are limited to running the cochesnet CLI, using JSON output, and checking exit codes. They require network access to apps.gw.coches.net but do not instruct reading arbitrary system files or exfiltrating unrelated data.
Install Mechanism
This is instruction-only (no install spec), which is low-risk. SKILL.md says 'Requires cochesnet-cli installed (Node.js 18+)' but the skill metadata does not declare required binaries or an install source. That omission is a minor inconsistency: the agent or user will need to install the CLI from a trusted source (npm/GitHub), but the skill doesn't provide or pin an installation origin.
Credentials
Declared environment variables are service-specific (base URL, user agent, tenant/variant) and are not credentials or unrelated secrets. No unexpected credentials or config paths are requested.
Persistence & Privilege
always is false and there is no install-time behavior or requests to modify other skills or system-wide settings. The skill does not request elevated persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cochesnet-cli
  3. After installation, invoke the skill by name or use /cochesnet-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
cochesnet-cli 0.1.0 initial release: - Introduces CLI commands to search coches.net listings and fetch ad details directly from the terminal. - Supports JSON output for easy scripting and integration. - Provides environment variable configuration for API endpoint and headers. - Includes detailed usage examples and documentation for search, listing, and output customization. - Implements error handling with non-zero exit codes on failure.
Metadata
Slug cochesnet-cli
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments