From 0cf23ab980aebe884a3e66d8f9c566bffee62c89 Mon Sep 17 00:00:00 2001 From: Nikita Andreev Date: Fri, 11 Sep 2026 09:21:47 +0100 Subject: [PATCH] Stop linking seller names to a JoomPulse page that does not exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pulse://overview rule 10 restricts the beginner-products/{id} template to listing ids and skips seller grain. This skill asks for the Vendedor name to link to "the seller's JoomPulse page". In a live run every one of those links was built from a shopId and 404ed — nine dead URLs in a single answer. Two places were promising it: - the presentation rule in the body, which now states the name is plain text and why; - the frontmatter description, which advertised "...listing-type counts, with a JoomPulse link each". That one matters more than it looks: descriptions are injected into the system prompt for skill selection, so the promise shipped even in conversations where this skill never loaded. Nothing else changes — no column, threshold or ranking rule is touched. --- skills/top-sellers-in-category/SKILL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/skills/top-sellers-in-category/SKILL.md b/skills/top-sellers-in-category/SKILL.md index fd2a401..9c7d272 100644 --- a/skills/top-sellers-in-category/SKILL.md +++ b/skills/top-sellers-in-category/SKILL.md @@ -4,7 +4,7 @@ description: > Ranks the top sellers in one Mercado Livre (Brasil) category by estimated average monthly revenue via JoomPulse, and returns a downloadable leaderboard — per seller: estimated monthly sales and revenue, 365-day completed sales, cancellation rate, sales trend, brands, - product counts, international shipping, and listing-type counts, with a JoomPulse link each. + product counts, international shipping, and listing-type counts. It can also track how the ranking moved: supply a previous-period leaderboard for the same category and it shows each seller's movement (rose / fell / new) plus the biggest movers. Triggers: "top sellers in this category", "biggest stores in a category", "rank sellers by @@ -103,7 +103,9 @@ Respond in the seller's language (default pt-BR). | Vendedor | Vendas méd. (mês) | Receita média (mês) | Vendas 365d | Cancel rate | Sales trend | Marcas | Produtos (todos) | Produtos (com venda) | Envio internacional | Classic | Premium | |---|--:|--:|--:|--:|--:|--:|--:|--:|--:|--:|--:| -- The **Vendedor** name links to the seller's JoomPulse page. +- **The Vendedor name is plain text.** Sellers have no JoomPulse page — the + dashboard link template is for listing ids only — so a URL built from a shopId + 404s. **Comparison (only when a previous leaderboard is supplied):** the same table plus a **Variação** column, and a **Destaques** block (maiores altas / maiores quedas).