Borrowing it
Nothing to install: this file belongs to gabrielzucco/cerebro-inevita. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/gabrielzucco/cerebro-inevita/main/.agents/skills/atualizar/SKILL.mdgit clone --depth 1 https://github.com/gabrielzucco/cerebro-inevitaWrote 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/skills/gabrielzucco/cerebro-inevita/atualizar)<a href="https://agentmods.dev/skills/gabrielzucco/cerebro-inevita/atualizar"><img src="https://agentmods.dev/badge/skills/gabrielzucco/cerebro-inevita/atualizar/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/skills/gabrielzucco/cerebro-inevita/atualizar"><img src="https://agentmods.dev/badge/skills/gabrielzucco/cerebro-inevita/atualizar.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.00070 | $0.00759 |
| Opus 5 | $0.00035 | $0.00380 |
| Sonnet 5 | $0.00014 | $0.00152 |
| Haiku 4.5 | $0.00007 | $0.00076 |
Grade A, and why
atualizar 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 7d 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 — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Atualizar o cérebro
Traz as últimas melhorias do motor (skills novas, gabaritos melhores, mais conhecimento do Vale) sem tocar no contexto do negócio da pessoa (meu-negocio/, capturas/, privado/).
Como rodar
- Execute o atualizador:
(Funciona em macOS, Linux e Windows. Onode scripts/update.mjsbash .claude/scripts/update.shcontinua existindo para cérebros antigos e cumpre o mesmo contrato.) - Mostre o resultado pra pessoa. Se atualizou, resuma o que mudou lendo o topo do
CHANGELOG.md. - Depois de mostrar o resumo útil da atualização, trate o vínculo de acesso no máximo uma vez
quando o atualizador imprimir
VINCULO_DE_ACESSO_PENDENTE: confira.cerebro/install-credential,.cerebro/acesso-emaile.cerebro/acesso-dispensado.-
Um dos dois existe → a instalação já tem dono. Não pergunte nada.
-
Nenhum existe → ofereça, em uma frase:
Antes de fechar: qual e-mail você usou para pegar o acesso ao Cérebro? As atualizações e a recuperação de acesso ficam vinculadas a ele.
Grave a resposta em
.cerebro/acesso-email(só o e-mail, uma linha, modo 0600) e rodenode .agents/scripts/ping.mjs sessaoem silêncio. Se a pessoa não tem acesso ainda, apontehttps://lp.inevitasociety.com/cerebro; se já se cadastrou e não lembra,https://inevitasociety.com/comunidade/cerebro/recuperar. Se ela não quiser responder agora, grave.cerebro/acesso-dispensadoe siga sem insistir — a atualização nunca fica refém do vínculo. O e-mail fica fora das notas e do Git.
-
- Se der erro de download, diga pra ela conferir a conexão — e tranquilize: o contexto dela está intacto (o script não começa a sobrescrever sem ter baixado tudo antes).
Regras
- Nunca edite à mão
meu-negocio/,capturas/ouprivado/durante a atualização — o script já é blindado pra não tocar nelas. - Skills que a própria pessoa criou (fora da lista do motor) são preservadas.
- A atualização vem da última release publicada, não do último commit — o que chega na máquina dela passou por versão.
- Se ela perguntar "o que vem por aí", aponte o
CHANGELOG.md.
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.
- 7d ago Changed · +1 lines 7e346402b9e7
- 12d ago First seen · 42 lines · 70 tokens per session scan A ae949fbb8f56
atualizar is a skill published in the GitHub repository gabrielzucco/cerebro-inevita (6 stars, last pushed 9d ago), licensed MIT. It adds 70 tokens to every session and 759 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-31.
Other skills, from other repositories
handoff
Guides the Claude Code agent through completing a task, selecting a handoff tier, building a valid completion-card, and performing a clean task handoff.
x-harness-admission
Teach the x-harness admission workflow and completion-card discipline.
recovery
Handle blocked verification outcomes.
check-docs
Kit-maintainer diagnostic (LOCAL-ONLY, not distributed) that audits the README and docs/ for staleness against the repo's real command/skill/CLI roster, stamped tree, and cross-doc consistency. Read-only; produces a severity-ranked findings report.
review-agent-config
Diagnostic gate that checks CLAUDE.md and AGENTS.md for completeness, consistency, and stale artifacts — run right after /cold-start and before /add-feature. Read-only; produces a findings report.
deep-test
Perform a deep test of the codebase, validating functional smoke tests, claim verification, drift checks, license headers, and placeholder checks. Trigger whenever the user asks to run deep tests, check code health, or perform strict verification.