Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ilyautov/marketplaces-mcp-ru --skill marketplace-mcp-installgit clone --depth 1 https://github.com/ilyautov/marketplaces-mcp-ruWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ilyautov/marketplaces-mcp-ru/marketplace-mcp-install)<a href="https://agentmods.dev/skills/ilyautov/marketplaces-mcp-ru/marketplace-mcp-install"><img src="https://agentmods.dev/badge/skills/ilyautov/marketplaces-mcp-ru/marketplace-mcp-install/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ilyautov/marketplaces-mcp-ru/marketplace-mcp-install"><img src="https://agentmods.dev/badge/skills/ilyautov/marketplaces-mcp-ru/marketplace-mcp-install.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00202 | $0.04776 |
| Opus 5 | $0.00101 | $0.02388 |
| Sonnet 5 | $0.00040 | $0.00955 |
| Haiku 4.5 | $0.00020 | $0.00478 |
Grade D, and why
marketplace-mcp-install scanned grade D with 3 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
Что внутри: MCP-серверы `wb` (Wildberries Seller API), `ozon` (Ozon Seller API), `yandex` (Yandex Market Partner API), `avito` (Avito API для бизнеса), плюс опциональный `ozon-perf` (рекламный кабинет Ozon Performance). Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
> `git clone … /tmp/mmru && rm -rf /tmp/mmru/.git && cp -R /tmp/mmru/. <папка>/`. Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- macOS/Linux: `cd ~ && curl -L <RELEASE_ZIP_URL> -o mm.zip && unzip mm.zip` Copies of this mod
1 near-identical copy found in the catalogue:
- marketplace-mcp-install — 89% identical, 11 lines differ
How it starts
The opening of the file, as written. The whole thing — 235 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Установка marketplaces-mcp-ru (WB, Ozon, Яндекс Маркет, Авито) под не-технического продавца
Цель скилла: пользователь сказал «поставь мне WB и Ozon MCP» — и через несколько минут в его ИИ-клиенте появились инструменты для работы с кабинетом селлера, без ручного редактирования JSON и без pip install. Зависимости ставит сам serve.py при первом запуске (локальный venv).
Репозиторий: https://github.com/ilyautov/marketplaces-mcp-ru (опубликован, есть Releases).
Главный путь — «скинул репо → агент поставил»: пользователь подключает папку с
репозиторием в Cowork (или она уже на машине), агент запускает install.py —
тот копирует приложение в стабильное место ~/.marketplace-mcp/app и
указывает конфиг туда. Поэтому подключённую/скачанную папку потом можно
перемещать или удалять — MCP не сломается. Остальные пути (склонируй сам, pip) —
для тех, кто хочет повозиться руками.
Что внутри: MCP-серверы wb (Wildberries Seller API), ozon (Ozon Seller API), yandex (Yandex Market Partner API), avito (Avito API для бизнеса), плюс опциональный ozon-perf (рекламный кабинет Ozon Performance). Ключи хранятся локально в ~/.marketplace-mcp/cabinets.json (chmod 600), НЕ в конфиге клиента и НЕ в репозитории.
Шаг 0 — ОПРЕДЕЛИ СРЕДУ (это критично, не пропускай)
От среды зависит, что ты можешь сделать сам, а что — только провести пользователя за руку. Будь честен про границу: НЕ обещай того, что среда физически не может.
Ты в Claude Code (или другом локальном CLI, где bash = реальная машина пользователя)
Здесь bash выполняется НА машине пользователя. Ты можешь сделать ВСЁ автоматически:
- склонировать/скачать репозиторий,
- запустить
python3 install.py --client claude-code(или нужного клиента), - помочь собрать ключи и сохранить кабинет,
- проверить установку
serve.py ... --selfcheck.
Проверка среды: запусти pwd && uname -a && whoami. Если это домашняя папка пользователя на его ОС (macOS/Windows/Linux), а не контейнер — ты локально. Иди по шагам 1→4 сам.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed · +20 tokens per session 5871d5a7711f
- yesterday First seen · 235 lines · 182 tokens per session scan D 3aad13936699
marketplace-mcp-install is a skill published in the GitHub repository ilyautov/marketplaces-mcp-ru (26 stars, last pushed today), licensed MIT. It adds 202 tokens to every session and 4,776 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-11.
Other skills, from other repositories
member-insights
Use to analyze loyalty member behavior, segmentation, and experiment results.
retention-ltv-playbook
Lifecycle frameworks for driving repeat purchase, loyalty, and subscription value.
churn-prevention
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause…
nft-standards
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
beat-sync-reel
Generates Instagram Reels where product image cuts are synced to audio beats. Accepts audio as a local file, URL, or search query. Uses librosa for beat detection, FFmpeg Ken Burns for scene animation, and Pillow for text overlays. No AI video generation — fully free, fast, and scalable.
ebay-search
Search eBay listings - find items, auctions, deals, and compare prices.