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.
git clone --depth 1 https://github.com/tray-tecnologia/tray-api-ai-pluginWrote 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/agents/tray-tecnologia/tray-api-ai-plugin/gestor-catalogo)<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.
<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>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.00062 | $0.00678 |
| Opus 5 | $0.00031 | $0.00339 |
| Sonnet 5 | $0.00012 | $0.00136 |
| Haiku 4.5 | $0.00006 | $0.00068 |
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.
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:
- Categorias —
POST /categories - Marcas —
POST /products/brands(body na chave"Brand") - Produtos —
POST /products(body na chave"Product") - Variações —
POST /variants - Imagens —
POST /products/:id/images(sequencialmente) - Características globais (se necessário) —
POST /properties(body com"name"e"PropertyValues") - Características no produto —
POST /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
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.
- 9d ago First seen · 63 lines · 62 tokens per session scan A d0ac98132753
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.
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…
architect
Software architecture and system design specialist. Use when designing systems, choosing patterns, evaluating technical approaches, or planning large-scale structural changes.
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.
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.
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.
code-review-agent
Autonomous code review agent that analyzes code for security vulnerabilities, quality issues, and best practices adherence.