{
  "schemaVersion": "1.0",
  "item": {
    "slug": "marktplaats",
    "name": "Marktplaats",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pvoo/marktplaats",
    "canonicalUrl": "https://clawhub.ai/pvoo/marktplaats",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/marktplaats",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=marktplaats",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "bin/marktplaats-categories.js",
      "bin/marktplaats-search.js",
      "package.json",
      "src/api.js"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/marktplaats"
    },
    "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/marktplaats",
    "agentPageUrl": "https://openagent3.xyz/skills/marktplaats/agent",
    "manifestUrl": "https://openagent3.xyz/skills/marktplaats/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/marktplaats/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Marktplaats Skill",
        "body": "Search any Marktplaats category, filter by condition/delivery, list categories, and fetch listing details."
      },
      {
        "title": "CLI",
        "body": "npm install -g {baseDir}\n\n# Search\nmarktplaats-search \"<query>\" [options]\n  -n, --limit <num>         Number of results (default: 10, max: 100)\n  -c, --category <id>       Category ID (top-level)\n  --min-price <cents>       Minimum price in euro cents\n  --max-price <cents>       Maximum price in euro cents\n  --sort <relevance|date|price-asc|price-desc>\n  --param key=value         Filter by attribute (repeatable)\n  --details [target]        Fetch details for \"first\" result or URL/ID\n  --json                    Output raw JSON\n\n# Categories\nmarktplaats-categories            # main categories\nmarktplaats-categories <id>       # sub-categories for a category\n  --json                          Output raw JSON"
      },
      {
        "title": "Filters",
        "body": "Common filters work with --param:\n\nFilterValuesconditionNieuw, Refurbished, Zo goed als nieuw, Gebruikt, Niet werkenddeliveryOphalen, Verzendenbuyitnowtrue (Direct Kopen only)\n\nEnglish aliases also work: new, used, like-new, pickup, shipping"
      },
      {
        "title": "Examples",
        "body": "# New laptops only\nmarktplaats-search \"laptop\" --param condition=Nieuw\n\n# Used cameras with shipping\nmarktplaats-search \"camera\" --param condition=Gebruikt --param delivery=Verzenden\n\n# Cars under €15k\nmarktplaats-search \"bmw 330d\" --category 96 --max-price 1500000\n\n# Furniture, pickup only\nmarktplaats-search \"eettafel\" --param delivery=Ophalen --sort price-asc\n\n# Get details for first result\nmarktplaats-search \"iphone\" -n 1 --details first\n\n# List all categories\nmarktplaats-categories\n\n# BMW sub-categories\nmarktplaats-categories 96"
      },
      {
        "title": "Programmatic API (ESM)",
        "body": "import { searchListings, fetchCategories, getListingDetails } from '{baseDir}';\n\n// Search with filters\nconst results = await searchListings({\n  query: 'espresso machine',\n  params: { condition: 'Nieuw', delivery: 'Verzenden' },\n  limit: 10,\n});\n\n// Get categories\nconst categories = await fetchCategories();  // top-level\nconst bmw = await fetchCategories(96);       // BMW sub-categories\n\n// Fetch listing details\nconst details = await getListingDetails(results.listings[0].vipUrl);"
      },
      {
        "title": "Notes",
        "body": "Prices are in euro cents (€15,000 = 1500000)\nResults include full URLs to listings\nUse --json to see all available facets and filter keys\nFilter hints are shown after search results"
      }
    ],
    "body": "Marktplaats Skill\n\nSearch any Marktplaats category, filter by condition/delivery, list categories, and fetch listing details.\n\nCLI\nnpm install -g {baseDir}\n\n# Search\nmarktplaats-search \"<query>\" [options]\n  -n, --limit <num>         Number of results (default: 10, max: 100)\n  -c, --category <id>       Category ID (top-level)\n  --min-price <cents>       Minimum price in euro cents\n  --max-price <cents>       Maximum price in euro cents\n  --sort <relevance|date|price-asc|price-desc>\n  --param key=value         Filter by attribute (repeatable)\n  --details [target]        Fetch details for \"first\" result or URL/ID\n  --json                    Output raw JSON\n\n# Categories\nmarktplaats-categories            # main categories\nmarktplaats-categories <id>       # sub-categories for a category\n  --json                          Output raw JSON\n\nFilters\n\nCommon filters work with --param:\n\nFilter\tValues\ncondition\tNieuw, Refurbished, Zo goed als nieuw, Gebruikt, Niet werkend\ndelivery\tOphalen, Verzenden\nbuyitnow\ttrue (Direct Kopen only)\n\nEnglish aliases also work: new, used, like-new, pickup, shipping\n\nExamples\n# New laptops only\nmarktplaats-search \"laptop\" --param condition=Nieuw\n\n# Used cameras with shipping\nmarktplaats-search \"camera\" --param condition=Gebruikt --param delivery=Verzenden\n\n# Cars under €15k\nmarktplaats-search \"bmw 330d\" --category 96 --max-price 1500000\n\n# Furniture, pickup only\nmarktplaats-search \"eettafel\" --param delivery=Ophalen --sort price-asc\n\n# Get details for first result\nmarktplaats-search \"iphone\" -n 1 --details first\n\n# List all categories\nmarktplaats-categories\n\n# BMW sub-categories\nmarktplaats-categories 96\n\nProgrammatic API (ESM)\nimport { searchListings, fetchCategories, getListingDetails } from '{baseDir}';\n\n// Search with filters\nconst results = await searchListings({\n  query: 'espresso machine',\n  params: { condition: 'Nieuw', delivery: 'Verzenden' },\n  limit: 10,\n});\n\n// Get categories\nconst categories = await fetchCategories();  // top-level\nconst bmw = await fetchCategories(96);       // BMW sub-categories\n\n// Fetch listing details\nconst details = await getListingDetails(results.listings[0].vipUrl);\n\nNotes\nPrices are in euro cents (€15,000 = 1500000)\nResults include full URLs to listings\nUse --json to see all available facets and filter keys\nFilter hints are shown after search results"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pvoo/marktplaats",
    "publisherUrl": "https://clawhub.ai/pvoo/marktplaats",
    "owner": "pvoo",
    "version": "0.3.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/marktplaats",
    "downloadUrl": "https://openagent3.xyz/downloads/marktplaats",
    "agentUrl": "https://openagent3.xyz/skills/marktplaats/agent",
    "manifestUrl": "https://openagent3.xyz/skills/marktplaats/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/marktplaats/agent.md"
  }
}