Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @rybnikov Updated 6/28/2026 1,170 downloads 0 stars Security: Pass

Plati Mcp Search OpenClaw Plugin & Skill | ClawHub

Looking to integrate Plati Mcp Search into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

Find cheapest reliable subscription offers from Plati using the local MCP server. Use when users ask for best price options, reliable sellers, PRO/Plus subscription comparisons, or top-N cheapest offers for a product keyword like "claude code" or "chatgpt plus".

Install

ClawHub CLI
openclaw skills install @rybnikov/plati-mcp-search
Node.js (npx)
npx clawhub@latest install plati-mcp-search

Full SKILL.md

Open original
Metadata table.
namedescription
plati-mcp-searchFind cheapest reliable subscription offers from Plati using the local MCP server. Use when users ask for best price options, reliable sellers, PRO/Plus subscription comparisons, or top-N cheapest offers for a product keyword like "claude code" or "chatgpt plus".

SKILL.md content below is scrollable.

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

  1. 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
  2. Treat response as raw market data:
    • each lot includes options[]
    • each option group includes all visible variants[]
    • each variant has computed price_if_selected
  3. Apply plan/duration/account-type filtering in the agent, not in MCP tool.
  4. Include clickable listing links and selected option text in final output.
  5. 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.

ClawHub Registry URL: https://clawhub.ai/rybnikov/skills/plati-mcp-search

Related skills

If this matches your use case, these are close alternatives in the same category.