analisar-dados

analisar-dados is a skill for Claude Code, Codex from felipenalves/InvOS. It costs 72 tokens per session (647 once invoked), scanned A, original, MIT.

Análise de arquivos de dados como CSV, Excel, TXT e JSON, com um resumo dos principais resultados, tendências e recomendações.

In plain words
What is it for?
Serve para analisar vendas, campanhas, métricas, pesquisas e relatórios, destacando o que está a correr bem, o que preocupa e quais são os melhores e piores resultados.
Why use it?
Ajuda a transformar tabelas extensas em conclusões claras e a encontrar quedas, padrões, comparações e possíveis problemas.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Serve para analisar vendas, campanhas, métricas, pesquisas e relatórios, destacando o que está a correr bem, o que preocupa e quais são os melhores e piores resultados.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/felipenalves/invos/analisar-dados
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 felipenalves/InvOS --skill analisar-dados
Clone the repo
git clone --depth 1 https://github.com/felipenalves/InvOS

Made for: Claude Code, Codex.

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 analisar-dados

README.md
[![agentmods](https://agentmods.dev/badge/skills/felipenalves/invos/analisar-dados/github.svg)](https://agentmods.dev/skills/felipenalves/invos/analisar-dados)
Your own site
<a href="https://agentmods.dev/skills/felipenalves/invos/analisar-dados"><img src="https://agentmods.dev/badge/skills/felipenalves/invos/analisar-dados/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 analisar-dados

Your own site · 80×15
<a href="https://agentmods.dev/skills/felipenalves/invos/analisar-dados"><img src="https://agentmods.dev/badge/skills/felipenalves/invos/analisar-dados.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 647 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.00072 $0.00647
Opus 5 $0.00036 $0.00324
Sonnet 5 $0.00014 $0.00129
Haiku 4.5 $0.00007 $0.00065

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

Security

Grade A, and why

analisar-dados 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 11d 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/skills/analisar-dados/SKILL.md · 96 lines

How it starts

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

/analisar-dados — Análise de Arquivo

Dependências

  • Contexto do negócio: _memoria/empresa.md (pra entender o que os dados representam)
  • Tom de voz: _memoria/preferencias.md

Workflow

Passo 1 — Entender o contexto

Antes de analisar, perguntar se não estiver claro:

  • "O que é esse arquivo? (vendas, anúncios, métricas, respostas de pesquisa...)"
  • "Qual é a pergunta principal que você quer responder com esses dados?"

Se o contexto estiver óbvio pelo nome do arquivo ou pelo conteúdo, prossegue sem perguntar.

Passo 2 — Ler o arquivo

Ler o arquivo fornecido. Se for Excel (.xlsx), ler com as ferramentas disponíveis pra extrair o conteúdo das células.

Passo 3 — Análise

Identificar e reportar:

O que está bom:

  • Métricas acima da média ou em crescimento
  • Padrões positivos nos dados
  • Top performers (produtos, campanhas, períodos, etc)

O que preocupa:

  • Quedas, anomalias ou tendências negativas
  • O que está abaixo do esperado
  • Gargalos ou desperdícios visíveis

Comparações:

  • Período atual vs período anterior (se houver)
  • Top vs bottom performers
  • Distribuição entre categorias

Insights não óbvios:

  • Correlações interessantes
  • Padrões que não aparecem na leitura superficial

Passo 4 — Output

Gerar um resumo executivo em prosa (não só bullet points):

# Análise — [Nome do Arquivo/Relatório]
*[Data da análise]*

## O que esses dados mostram
[2-3 parágrafos com o panorama geral]

## O que está funcionando
[lista com contexto]

## O que merece atenção
[lista com contexto]

## 3 recomendações
1. [ação concreta]
2. [ação concreta]
3. [ação concreta]

## Números-chave
| Métrica | Valor | Contexto |
|---------|-------|---------|
| ... | ... | ... |

Salvar em estudos/analise-[nome]-[data].md ou na pasta mais adequada pro perfil do usuário.

Perguntar se quer exportar o resumo em HTML pra compartilhar ou apresentar.


Regras

  • Análise em prosa, não só listas — o usuário deve poder ler e entender sem abrir o arquivo original
  • Nunca inventar dados que não estão no arquivo
  • Se os dados estiverem incompletos ou com problemas, mencionar antes de analisar
  • Tom conforme _memoria/preferencias.md

Read the full file on GitHub · 96 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. 11d ago First seen · 96 lines · 72 tokens per session scan A 406a9c3856c5

Subscribe to this mod's changes

analisar-dados is a skill published in the GitHub repository felipenalves/InvOS (6 stars, last pushed 8d ago), licensed MIT. It adds 72 tokens to every session and 647 once invoked, about $0.0004 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-31.