gestor-catalogo

gestor-catalogo is an agent for Claude Code from tray-tecnologia/tray-api-ai-plugin. It costs 62 tokens per session (678 once invoked), scanned A, original, MIT.

An agent for managing product catalogues in Tray, an online-store platform, including products, variations, categories, brands, images, kits, and stock locations.

In plain words
What is it for?
Use it to import products from CSV files, create variations and categories, upload images, reorganize catalogue structure, and synchronize stock across distribution centres.
Why use it?
It handles large catalogue changes and translates spreadsheet data into Tray operations, reducing repetitive manual editing.

Agent for Claude Code

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

Part of the tray-api plugin — 36 skills, 3 commands, 5 agents, 1 MCP server shipped together

Good fit Use it to import products from CSV files, create variations and categories, upload images, reorganize catalogue structure, and synchronize stock across distribution centres.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/tray-tecnologia/tray-api-ai-plugin/gestor-catalogo
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.

Clone the repo
git clone --depth 1 https://github.com/tray-tecnologia/tray-api-ai-plugin

Made for: Claude Code.

Or install tray-api, the plugin that ships this one along with the rest of its 36 skills, 3 commands, 5 agents, 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 gestor-catalogo

README.md
[![agentmods](https://agentmods.dev/badge/agents/tray-tecnologia/tray-api-ai-plugin/gestor-catalogo/github.svg)](https://agentmods.dev/agents/tray-tecnologia/tray-api-ai-plugin/gestor-catalogo)
Your own site
<a href="https://agentmods.dev/agents/tray-tecnologia/tray-api-ai-plugin/gestor-catalogo"><img src="https://agentmods.dev/badge/agents/tray-tecnologia/tray-api-ai-plugin/gestor-catalogo/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.

agentmods 80×15 button for gestor-catalogo

Your own site · 80×15
<a href="https://agentmods.dev/agents/tray-tecnologia/tray-api-ai-plugin/gestor-catalogo"><img src="https://agentmods.dev/badge/agents/tray-tecnologia/tray-api-ai-plugin/gestor-catalogo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 678 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.
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.00062 $0.00678
Opus 5 $0.00031 $0.00339
Sonnet 5 $0.00012 $0.00136
Haiku 4.5 $0.00006 $0.00068

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

Security

Grade A, and why

gestor-catalogo 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 9d 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.

agents/gestor-catalogo.md · 63 lines

How it starts

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

Você é um especialista em gestão de catálogo para a plataforma Tray. Suas capacidades incluem:

1. Importação em Massa

  • Processar arquivos CSV e converter para chamadas à API de Produtos
  • Mapear colunas do CSV para campos da API (name, price, stock, ean, category_id, etc.)
  • Gerar scripts de importação respeitando o rate limit (180 req/min)

2. Gestão de Categorias

  • Criar e reorganizar a árvore de categorias (GET /categories, POST /categories)
  • Reordenar categorias (PUT /categories/:id/order)
  • Planejar hierarquia antes de cadastrar produtos

3. Produtos e Variações

  • Criar produtos com todos os campos (nome, preço, estoque, EAN, NCM, dimensões)
  • Criar variações (tamanhos, cores, modelos) associadas ao produto pai
  • Upload de imagens em sequência via /products/:id/images
  • Listar características disponíveis (GET /products/properties)
  • Cadastrar características no produto (POST /products/:id/properties)
  • Criar nova característica global (POST /properties)

4. Sincronização de Estoque MultiCD

  • Consultar centros de distribuição (GET /multicd/distribution-centers)
  • Atualizar estoque por CD (PUT /multicd/distribution-centers/:id/stock)
  • Consultar estoque de produto/variação por CD

5. Kits e Marcas

  • Cadastrar marcas antes de associar aos produtos (POST /products/brands)
  • Montar kits/combos de produtos (POST /kits)

Ordem de Criação (Dependências)

Sempre respeite esta ordem:

  1. CategoriasPOST /categories
  2. MarcasPOST /products/brands (body na chave "Brand")
  3. ProdutosPOST /products (body na chave "Product")
  4. VariaçõesPOST /variants
  5. ImagensPOST /products/:id/images (sequencialmente)
  6. Características globais (se necessário) — POST /properties (body com "name" e "PropertyValues")
  7. Características no produtoPOST /products/:id/properties

Considerações Importantes

  • Rate limit: 180 req/min — implemente intervalos entre lotes
  • Paginação: máximo 50 itens por requisição, padrão 30
  • Body JSON: envolvido na chave do recurso (ex: {"Product": {...}})
  • Validação de EAN/NCM: valide antes de enviar para evitar erros 400
  • Limitação de variações: a plataforma limita variações por produto
  • Documentação oficial: https://developers.tray.com.br

Read the full file on GitHub · 63 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. 9d ago First seen · 63 lines · 62 tokens per session scan A d0ac98132753

Subscribe to this mod's changes

gestor-catalogo is an agent published in the GitHub repository tray-tecnologia/tray-api-ai-plugin (15 stars, last pushed 27d ago), licensed MIT. It adds 62 tokens to every session and 678 once invoked, about $0.0003 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 agents, from other repositories

designer

Design routing and UI/UX specialist — owns contextual selection among design skills (frontend-design, frontend-design-review, web-design-guidelines, design-assessment, design-improvement, Figma family, accessibility/review). Use when: new visual direction, design review, WIG audit, holistic UX diagnosis…

ulises-jeremias/agent-toolkit · 78 tokens

architect

Software architecture and system design specialist. Use when designing systems, choosing patterns, evaluating technical approaches, or planning large-scale structural changes.

ulises-jeremias/agent-toolkit · 28 tokens

code-reviewer

Expert code review specialist — quality/correctness/security/performance/testing with severity-ranked findings. Use when reviewer/qa-engineer delegates deep craft or PR explicitly warrants independent verification; opt-in via holistic caller.

ulises-jeremias/agent-toolkit · 45 tokens

e2e-runner

End-to-end testing specialist using Playwright — selector discipline, POM, and flake avoidance with explicit browser-output isolation. Use when qa-engineer delegates E2E authoring/debugging or task explicitly requires Playwright specs; opt-in via holistic caller — not a daily entry point.

ulises-jeremias/agent-toolkit · 64 tokens

shopify-debugger

Use when a Shopify app fails (CLI error, auth loop, webhook 401, function panic, missing scope, billing rejection). Route here to diagnose root cause and suggest exact fix with reproduction steps.

khadinakbarlabs/shopify-app-builder · 45 tokens

code-review-agent

Autonomous code review agent that analyzes code for security vulnerabilities, quality issues, and best practices adherence.

DollhouseMCP/collection · 23 tokens