{
  "schemaVersion": "1.0",
  "item": {
    "slug": "plati-mcp-search",
    "name": "Plati MCP Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rybnikov/plati-mcp-search",
    "canonicalUrl": "https://clawhub.ai/rybnikov/plati-mcp-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/plati-mcp-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plati-mcp-search",
    "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/plati-mcp-search"
    },
    "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/plati-mcp-search",
    "agentPageUrl": "https://openagent3.xyz/skills/plati-mcp-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/plati-mcp-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/plati-mcp-search/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": "Plati MCP Search Skill",
        "body": "Prerequisite: install the MCP server package:\n\nnpm i -g plati-mcp-server\n\nConfigure an MCP server named plati-scraper in your local OpenClaw/Claude config:\n\ncommand: plati-mcp-server\n\nIf your MCP client hangs on initialize, run server with debug stderr enabled:\n\nPLATI_MCP_STDERR=1 plati-mcp-server"
      },
      {
        "title": "Workflow",
        "body": "Call MCP tool find_cheapest_reliable_options with:\n\nquery: user search intent\nlimit: requested lots count (default 20)\nsort_by: price_asc (default), price_desc, seller_reviews_desc, reliability_desc, title_asc, title_desc\nmin_reviews: optional seller reliability filter (default 0)\nmin_positive_ratio: optional seller reliability filter (default 0)\nmin_price / max_price: optional numeric range\ninclude_terms / exclude_terms: optional token filters\nmax_pages: default 6 for broader scan\n\n\nTreat response as raw market data:\n\neach lot includes options[]\neach option group includes all visible variants[]\neach variant has computed price_if_selected\n\n\nApply plan/duration/account-type filtering in the agent, not in MCP tool.\nInclude clickable listing links and selected option text in final output.\nClearly state filters used by the agent."
      },
      {
        "title": "Output format (Telegram-friendly)",
        "body": "Do not use markdown tables or code blocks for final user messages.\n\nReturn only a short numbered list with readable text and working links:\n\n1. <Название> — <цена>, <срок>, <продавец> (<рейтинг/отзывы>). Ссылка: <url>\n\n2. ...\n\nAfter the list, add one short summary line:\n\nПроверено X лотов, выбрано Y лучших по вашим условиям.\n\nIf links are present in MCP results, always include direct lot links in each list item."
      }
    ],
    "body": "Plati MCP Search Skill\n\nPrerequisite: install the MCP server package:\n\nnpm i -g plati-mcp-server\n\nConfigure an MCP server named plati-scraper in your local OpenClaw/Claude config:\n\ncommand: plati-mcp-server\n\nIf your MCP client hangs on initialize, run server with debug stderr enabled:\n\nPLATI_MCP_STDERR=1 plati-mcp-server\n\nWorkflow\nCall MCP tool find_cheapest_reliable_options with:\nquery: user search intent\nlimit: requested lots count (default 20)\nsort_by: price_asc (default), price_desc, seller_reviews_desc, reliability_desc, title_asc, title_desc\nmin_reviews: optional seller reliability filter (default 0)\nmin_positive_ratio: optional seller reliability filter (default 0)\nmin_price / max_price: optional numeric range\ninclude_terms / exclude_terms: optional token filters\nmax_pages: default 6 for broader scan\nTreat response as raw market data:\neach lot includes options[]\neach option group includes all visible variants[]\neach variant has computed price_if_selected\nApply plan/duration/account-type filtering in the agent, not in MCP tool.\nInclude clickable listing links and selected option text in final output.\nClearly state filters used by the agent.\nOutput format (Telegram-friendly)\n\nDo not use markdown tables or code blocks for final user messages.\n\nReturn only a short numbered list with readable text and working links:\n\n1. <Название> — <цена>, <срок>, <продавец> (<рейтинг/отзывы>). Ссылка: <url>\n\n2. ...\n\nAfter the list, add one short summary line:\n\nПроверено X лотов, выбрано Y лучших по вашим условиям.\n\nIf links are present in MCP results, always include direct lot links in each list item."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rybnikov/plati-mcp-search",
    "publisherUrl": "https://clawhub.ai/rybnikov/plati-mcp-search",
    "owner": "rybnikov",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/plati-mcp-search",
    "downloadUrl": "https://openagent3.xyz/downloads/plati-mcp-search",
    "agentUrl": "https://openagent3.xyz/skills/plati-mcp-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/plati-mcp-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/plati-mcp-search/agent.md"
  }
}