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.
Why use this skill?
Use the cochesnet-cli to search vehicle listings, fetch detailed ad information, and retrieve JSON data for your automotive research projects with OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pjtf93/cochesnet-cliWhat This Skill Does
The cochesnet-cli skill provides a command-line interface for the OpenClaw AI agent to interact directly with the coches.net automotive marketplace. It serves as a bridge between the agent and the platform's API, allowing users to perform complex search queries for vehicles or retrieve deep-dive details for specific listings by their ID. The tool is optimized for both human-readable output (table format) and programmatic use cases (JSON format), making it ideal for automation tasks, price monitoring, or gathering data for comparative analysis.
Installation
To integrate this skill into your OpenClaw environment, execute the following installation command in your terminal:
clawhub install openclaw/skills/skills/pjtf93/cochesnet-cli
Ensure that your system environment is properly configured if you wish to override the default connection settings, such as COCHESNET_BASE_URL or COCHESNET_HTTP_USER_AGENT, though the tool is designed to work out-of-the-box with sensible defaults.
Use Cases
This skill is designed for scenarios where manual web browsing is inefficient. Use it when you are performing market research on used car prices, tracking the availability of specific car models, or building automated scripts that aggregate data from multiple vehicle listings. Developers can use the JSON output mode to pipe data into other analysis tools or dashboards, while end-users can leverage the clean table output to quickly compare prices, mileage, and vehicle years directly within the terminal interface.
Example Prompts
- "Find me the 5 cheapest BMW models currently listed on coches.net."
- "Get the full listing details for car ID 58229053 and provide them in JSON format so I can save them to a file."
- "Search for Toyota models on the second page of results and output the table data."
Tips & Limitations
When using this skill, always prefer the --json flag if you intend to process the output with other command-line utilities like jq or external scripts, as the table format is optimized for reading but not for parsing. Keep in mind that the tool relies on the public API; if the API structure changes or if the platform implements rate-limiting, you may see non-zero exit codes. Ensure you have the proper network permissions enabled for your agent to reach the coches.net gateways. If results appear limited, adjust your query string for higher precision or use the --limit flag to explicitly request the desired volume of records.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-pjtf93-cochesnet-cli": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
wallapop-cli
Use the wallapop CLI to search listings, fetch item details, view user profiles, and list categories. Apply when a user asks for Wallapop marketplace data or when you need CLI commands and flags for wallapop-cli usage.
idealista-cli
Use the idealista CLI to search Idealista listings by location (city, town, area, street) and fetch listing details. Apply when a user asks for Idealista marketplace data or needs CLI commands/flags for idealista-cli.
weathercli
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required.