my-product-vs-catalog

my-product-vs-catalog is a skill for Claude Code from joomcode/joompulse-skills. It costs 222 tokens per session (2,134 once invoked), scanned A, original, MIT.

A comparison tool for a seller's Mercado Livre listing and other sellers offering the same catalog product. The buy box is the marketplace's preferred seller position for that product.

In plain words
What is it for?
Compare competing listings, identify where the seller wins or loses, and prioritize changes to improve buy-box competitiveness.
Why use it?
It explains why a seller may lose the buy box even when offering the same product as competitors.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the joompulse-skills plugin — 18 skills, 1 MCP server shipped together

Good fit Compare competing listings, identify where the seller wins or loses, and prioritize changes to improve buy-box competitiveness.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joomcode/joompulse-skills/my-product-vs-catalog
Install

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.

Any agent
npx skills add joomcode/joompulse-skills --skill my-product-vs-catalog
Clone the repo
git clone --depth 1 https://github.com/joomcode/joompulse-skills

Made for: Claude Code.

Or install joompulse-skills, the plugin that ships this one along with the rest of its 18 skills, 1 MCP server.

Wrote 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.

agentmods badge for my-product-vs-catalog

README.md
[![agentmods](https://agentmods.dev/badge/skills/joomcode/joompulse-skills/my-product-vs-catalog.svg)](https://agentmods.dev/skills/joomcode/joompulse-skills/my-product-vs-catalog)
Your own site
<a href="https://agentmods.dev/skills/joomcode/joompulse-skills/my-product-vs-catalog"><img src="https://agentmods.dev/badge/skills/joomcode/joompulse-skills/my-product-vs-catalog.svg" alt="Measured on agentmods" height="20"></a>
Per session 222 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,134 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00222 $0.02134
Opus 5 $0.00111 $0.01067
Sonnet 5 $0.00044 $0.00427
Haiku 4.5 $0.00022 $0.00213

Measured 8d ago against content hash 12a79ff3f778, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

my-product-vs-catalog scanned grade A with 0 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 8d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/my-product-vs-catalog/SKILL.md · 164 lines

How it starts

The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mercado Livre — My Product vs. Catalog (Buy-Box Competitiveness)

This skill compares the seller's own Mercado Livre (Brasil) listing against the available competing listings of the same catalog product — the sellers competing for the same buy-box — and tells the seller, in pt-BR, where they win, where they lose, and what to fix first to win the buy-box and convert more.

Given a product by a Mercado Livre link, a JoomPulse link, a Mercado Livre listing identifier, or a catalog product identifier, it identifies the seller's listing and the catalog it belongs to, gathers the available competing listings, and produces a short verdict, a comparison table, a prioritized list of improvements, and a downloadable spreadsheet. The comparison covers the available competing listings; when a large catalog is sampled, it says so.

This is different from the sibling skills. To size up a single product and find the products that compete with it, use the single-product analysis skill. To track how one product moves over time, use the change-monitor skill. This skill answers "how do I stack up against the other sellers of the exact same product, and what should I change to win?"

Prerequisites

  • JoomPulse MCP access is configured for the current agent environment.
  • The seller provides their product as a Mercado Livre link, a JoomPulse link, a Mercado Livre listing identifier, or a catalog product identifier.
  • The available JoomPulse tools can look up a listing's current market data, the set of competing listings for the same catalog product, and the buy-box winner's attributes.

If JoomPulse MCP access is unavailable, stop and explain that the skill requires JoomPulse MCP setup before it can compare a listing against its catalog.

Scope

  • Mercado Livre (Brasil) only. JoomPulse also covers Shopee Brasil, but Shopee has no catalogue and no buy-box — an item belongs to one shop, so there is no set of rival offers on the same product to be measured against and no buy-box to win. This analysis therefore exists only for Mercado Livre; never apply its logic or its verdict wording to a Shopee item.
  • It compares within one catalog product. The comparison is the seller versus the other sellers of the same catalog product (the same buy-box), not a search for similar products.
  • Sales and revenue are JoomPulse estimates derived from historical listing data — not real transactions. Disclose this in every output. Price, rating, review count, logistics, and seller attributes are real Mercado Livre data — say so, it is a strength of the report.
  • Read-only. The skill does not sign in as the seller or modify any listing.
  • Language: detect the seller's language and respond in it. Default to pt-BR.
  • Keep the workflow invisible. The seller wants the answer, not a play-by-play. If one lookup returns nothing, switch approaches quietly; only if everything fails do you say one short, friendly sentence.

Read the full file on GitHub · 164 lines

Changes

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.

  1. 8d ago First seen · 164 lines · 222 tokens per session scan A 12a79ff3f778

Subscribe to this mod's changes

my-product-vs-catalog is a skill published in the GitHub repository joomcode/joompulse-skills (50 stars, last pushed 18d ago), licensed MIT. It adds 222 tokens to every session and 2,134 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

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.

gooseworks-ai/goose-skills · 68 tokens

ebay-search

Search eBay listings - find items, auctions, deals, and compare prices.

gooseworks-ai/goose-skills · 19 tokens

einbeziehung-online-clickwrap-browsewrap

Für Einbeziehung Online Clickwrap Browsewrap: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt.

Klotzkette/claude-fuer-deutsches-recht · 42 tokens

amazon-display-ads

Amazon Sponsored Display campaign strategy and optimization. Audience targeting, retargeting campaigns, creative optimization, and performance management. Use when the user asks about Amazon display ads, audience targeting, retargeting, or Sponsored Display campaigns.

nexscope-ai/Amazon-Skills · 50 tokens

kurzfristige-preiserhoehung-lieferfrist

Für Kurzfristige Preiserhöhung 309: prüft Frist, Form, Zuständigkeit und Eilbedarf; Ergebnis: Fristen- und Risikoampel. Fachgebiet: AGB-Recht-Prüfer. Route: kurzfristige-preiserhoehung-lieferfrist.

Klotzkette/claude-fuer-deutsches-recht · 72 tokens

plattform-online-gate-rollout-rangfolge

Für Plattform und Online Checkout: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: plattform-online-gate-rollout-rangfolge.

Klotzkette/claude-fuer-deutsches-recht · 62 tokens