← 返回 Skills 市场
1792
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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
--jsonand check exit code.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cochesnet-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/cochesnet-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1792 次。
如何安装 Cochesnet Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cochesnet-cli」即可一键安装,无需额外配置。
Cochesnet Cli 是免费的吗?
是的,Cochesnet Cli 完全免费(开源免费),可自由下载、安装和使用。
Cochesnet Cli 支持哪些平台?
Cochesnet Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cochesnet Cli?
由 pjtf93(@pjtf93)开发并维护,当前版本 v0.1.0。
推荐 Skills