Public agent skills for working with JoomPulse.
This repository is a catalog of reusable skills that help AI agents turn JoomPulse product and market data into practical workflows for Mercado Livre sellers and teams.
In Claude Code, add the marketplace and install the plugin:
/plugin marketplace add joomcode/pulse-skills
/plugin install pulse-skills@joomcodeAfter installation, start a new session so the skill metadata is loaded.
The skills in this repository require JoomPulse MCP access. For product context, account setup, and access requests, use the public JoomPulse site:
| Skill | What it does | Typical requests | Typical requests (pt-BR) |
|---|---|---|---|
pulse-find-exact-same-product |
Finds product listings that appear to represent the same real-world product as a reference item. | "find the same product", "match this product", "find duplicate listings" | "encontrar o mesmo produto", "achar produto igual", "encontrar anúncios duplicados" |
ml-product-analysis |
Analyzes one Mercado Livre product and its competitors, returning a product card and a ranked table of comparable products with price, estimated sales and revenue, logistics, and catalog / buy-box status. | "analyze this product", "how much does this sell", "find competing products" | "analisar este produto", "quanto vende esse produto", "encontrar produtos concorrentes" |
product-change-monitor |
Tracks how a Mercado Livre product changed over a period (by default week over week), returning a change table with the current price, rating, review count, estimated weekly sales and revenue, logistics, and seller details, each shown against about a week ago. | "monitor this product", "track price changes", "what changed this week", "did the price drop" | "monitorar este produto", "acompanhar este anúncio", "o preço caiu", "variação de avaliações" |
Each skill is a Markdown file with YAML frontmatter. The frontmatter tells the agent when the skill is relevant; the body provides the workflow to follow once the skill is triggered.
Skills should describe public behavior and user-visible workflow. They must not publish private service names, credentials, internal paths, private URLs, or implementation details that are not intended for external use.
See CONTRIBUTING.md.
See SECURITY.md.