← All skills
Tencent SkillHub · Developer Tools

Plati MCP Search

Find cheapest reliable subscription offers from Plati using the local MCP server. Use when users ask for best price options, reliable sellers, PRO/Plus subsc...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Find cheapest reliable subscription offers from Plati using the local MCP server. Use when users ask for best price options, reliable sellers, PRO/Plus subsc...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.6

Documentation

ClawHub primary doc Primary doc: SKILL.md 3 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc