{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cochesnet-cli",
    "name": "Cochesnet Cli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pjtf93/cochesnet-cli",
    "canonicalUrl": "https://clawhub.ai/pjtf93/cochesnet-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cochesnet-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cochesnet-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cochesnet-cli"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/cochesnet-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/cochesnet-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cochesnet-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cochesnet-cli/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Purpose",
        "body": "Use the cochesnet CLI to search listings and fetch ad details."
      },
      {
        "title": "When to use",
        "body": "User asks to search coches.net listings from the terminal.\nUser needs listing details for a known ad ID.\nUser wants JSON output for scripting."
      },
      {
        "title": "Search listings",
        "body": "cochesnet search \"<query>\" [--limit <n>] [--page <n>]"
      },
      {
        "title": "Listing detail",
        "body": "cochesnet listing <adId>"
      },
      {
        "title": "JSON output",
        "body": "Add --json to either command:\n\ncochesnet search \"bmw\" --json\ncochesnet listing 58229053 --json"
      },
      {
        "title": "Configuration",
        "body": "Environment variables:\n\nCOCHESNET_BASE_URL (default: https://apps.gw.coches.net)\nCOCHESNET_APP_VERSION (default: 7.94.0)\nCOCHESNET_HTTP_USER_AGENT (default: coches.net 7.94.0)\nCOCHESNET_X_USER_AGENT (default: 3)\nCOCHESNET_TENANT (default: coches)\nCOCHESNET_VARIANT (optional X-Adevinta-MT-Variant header)"
      },
      {
        "title": "Output expectations",
        "body": "Search: table or JSON with id, title, price, year, km, location, url.\nListing: table or JSON with title, price, url, seller, description."
      },
      {
        "title": "Examples",
        "body": "cochesnet search \"bmw\" --limit 5\ncochesnet search \"toyota\" --page 2\ncochesnet listing 58229053"
      },
      {
        "title": "Error handling",
        "body": "Non-zero exit code on failure.\nFor scripting, use --json and check exit code."
      }
    ],
    "body": "Purpose\n\nUse the cochesnet CLI to search listings and fetch ad details.\n\nWhen to use\nUser asks to search coches.net listings from the terminal.\nUser needs listing details for a known ad ID.\nUser wants JSON output for scripting.\nCommands\nSearch listings\ncochesnet search \"<query>\" [--limit <n>] [--page <n>]\n\nListing detail\ncochesnet listing <adId>\n\nJSON output\n\nAdd --json to either command:\n\ncochesnet search \"bmw\" --json\ncochesnet listing 58229053 --json\n\nConfiguration\n\nEnvironment variables:\n\nCOCHESNET_BASE_URL (default: https://apps.gw.coches.net)\nCOCHESNET_APP_VERSION (default: 7.94.0)\nCOCHESNET_HTTP_USER_AGENT (default: coches.net 7.94.0)\nCOCHESNET_X_USER_AGENT (default: 3)\nCOCHESNET_TENANT (default: coches)\nCOCHESNET_VARIANT (optional X-Adevinta-MT-Variant header)\nOutput expectations\nSearch: table or JSON with id, title, price, year, km, location, url.\nListing: table or JSON with title, price, url, seller, description.\nExamples\ncochesnet search \"bmw\" --limit 5\ncochesnet search \"toyota\" --page 2\ncochesnet listing 58229053\n\nError handling\nNon-zero exit code on failure.\nFor scripting, use --json and check exit code."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pjtf93/cochesnet-cli",
    "publisherUrl": "https://clawhub.ai/pjtf93/cochesnet-cli",
    "owner": "pjtf93",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cochesnet-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/cochesnet-cli",
    "agentUrl": "https://openagent3.xyz/skills/cochesnet-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cochesnet-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cochesnet-cli/agent.md"
  }
}