# Send Plati MCP Search to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/plati-mcp-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plati-mcp-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "plati-mcp-search",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T04:46:14.329Z",
      "expiresAt": "2026-05-14T04:46:14.329Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plati-mcp-search",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plati-mcp-search",
        "contentDisposition": "attachment; filename=\"plati-mcp-search-0.1.6.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "plati-mcp-search"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Plati MCP Search Skill

Prerequisite: install the MCP server package:

npm i -g plati-mcp-server

Configure an MCP server named plati-scraper in your local OpenClaw/Claude config:

command: plati-mcp-server

If your MCP client hangs on initialize, run server with debug stderr enabled:

PLATI_MCP_STDERR=1 plati-mcp-server

### Workflow

Call MCP tool find_cheapest_reliable_options with:

query: user search intent
limit: requested lots count (default 20)
sort_by: price_asc (default), price_desc, seller_reviews_desc, reliability_desc, title_asc, title_desc
min_reviews: optional seller reliability filter (default 0)
min_positive_ratio: optional seller reliability filter (default 0)
min_price / max_price: optional numeric range
include_terms / exclude_terms: optional token filters
max_pages: default 6 for broader scan


Treat response as raw market data:

each lot includes options[]
each option group includes all visible variants[]
each variant has computed price_if_selected


Apply plan/duration/account-type filtering in the agent, not in MCP tool.
Include clickable listing links and selected option text in final output.
Clearly state filters used by the agent.

### Output format (Telegram-friendly)

Do not use markdown tables or code blocks for final user messages.

Return only a short numbered list with readable text and working links:

1. <Название> — <цена>, <срок>, <продавец> (<рейтинг/отзывы>). Ссылка: <url>

2. ...

After the list, add one short summary line:

Проверено X лотов, выбрано Y лучших по вашим условиям.

If links are present in MCP results, always include direct lot links in each list item.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rybnikov
- Version: 0.1.6
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-07T04:46:14.329Z
- Expires at: 2026-05-14T04:46:14.329Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/plati-mcp-search)
- [Send to Agent page](https://openagent3.xyz/skills/plati-mcp-search/agent)
- [JSON manifest](https://openagent3.xyz/skills/plati-mcp-search/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/plati-mcp-search/agent.md)
- [Download page](https://openagent3.xyz/downloads/plati-mcp-search)