Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Add generic text-query flow and new MCP filters/sorts (sort_by, min/max price, include/exclude terms). Remove strict reliability defaults to avoid empty results.
What This Skill Does
Searches Plati marketplace for subscription offers matching a keyword and returns ranked results filtered by price, seller rating, and review count. Uses a local MCP server to scan multiple listing pages and aggregate variant-level pricing data.
Scans up to 6 pages of Plati listings and applies multi-field filtering in a single call, replacing manual browsing across dozens of individual seller pages.
When to use it
- Finding the cheapest Claude Pro subscription on Plati
- Comparing ChatGPT Plus prices across multiple sellers
- Filtering offers by minimum seller review count before buying
- Getting top N lowest-priced listings for a software key
- Checking price differences between annual and monthly subscription variants
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: find me the 5 cheapest reliable ChatGPT Plus offers
- 1Calls find_cheapest_reliable_options with query='chatgpt plus', limit=20, sort_by='price_asc', min_reviews=10
- 2Receives raw lot data with options and variants, each including price_if_selected
- 3Filters variants by account type and duration in the agent layer, not in the MCP tool
- 4Selects top 5 results and attaches direct listing links from MCP response
- 5Formats output as a numbered list with price, duration, seller name, rating, and URL
Numbered list of 5 ChatGPT Plus offers with prices, seller ratings, and direct Plati links, followed by a summary of lots checked and selected
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.