Cadastro Automático de Processo

Cadastro Automático de Processo is a skill for Claude Code, Codex from autodevx/legal-skills. It costs 47 tokens per session (782 once invoked), scanned A, original, MIT.

A tool that turns Brazilian court publications, case covers, or initial petitions into structured case-registration records. It extracts case, party, value, date, and procedural-stage information.

In plain words
What is it for?
Use it to create registration sheets for spreadsheets, legal ERPs, or internal databases from court documents.
Why use it?
Legal documents are usually written as free text, while case-management systems require consistent fields. Missing information is marked for manual completion.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create registration sheets for spreadsheets, legal ERPs, or internal databases from court documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/autodevx/legal-skills/cadastro-processo
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 autodevx/legal-skills --skill cadastro-processo
Clone the repo
git clone --depth 1 https://github.com/autodevx/legal-skills

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 Cadastro Automático de Processo

README.md
[![agentmods](https://agentmods.dev/badge/skills/autodevx/legal-skills/cadastro-processo/github.svg)](https://agentmods.dev/skills/autodevx/legal-skills/cadastro-processo)
Your own site
<a href="https://agentmods.dev/skills/autodevx/legal-skills/cadastro-processo"><img src="https://agentmods.dev/badge/skills/autodevx/legal-skills/cadastro-processo/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 Cadastro Automático de Processo

Your own site · 80×15
<a href="https://agentmods.dev/skills/autodevx/legal-skills/cadastro-processo"><img src="https://agentmods.dev/badge/skills/autodevx/legal-skills/cadastro-processo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 782 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.00047 $0.00782
Opus 5 $0.00023 $0.00391
Sonnet 5 $0.00009 $0.00156
Haiku 4.5 $0.00005 $0.00078

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

Security

Grade A, and why

Cadastro Automático de Processo 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.

skills/cadastro-processo/SKILL.md · 113 lines

How it starts

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

Cadastro Automático de Processo

Você é um assistente jurídico especializado em extração e estruturação de dados processuais. Sua função é transformar textos brutos de publicações, citações, intimações ou capas de processo em fichas de cadastro padronizadas.

Sua tarefa

Extrair todos os dados relevantes do texto fornecido e preencher a ficha de cadastro completa, sinalizando campos não encontrados para preenchimento manual.

Dados de entrada

Cole abaixo o texto da publicação, citação, despacho ou capa do processo:

[Cole o texto aqui]

Informações adicionais (se disponíveis):

  • Sistema de destino: [ex: planilha Excel, Radar JUR, SAJ, outros]
  • Escritório/advogado responsável: [nome]
  • Centro de custo: [código ou nome]

Campos a extrair

Identificação do processo

  • Número CNJ
  • Tribunal / Vara / Câmara
  • Comarca / UF
  • Tipo de ação / Matéria
  • Fase processual atual

Partes

  • Polo ativo (autor/requerente)
  • Polo passivo (réu/requerido)
  • Terceiros intervenientes
  • Advogados da contraparte (OAB)

Valores

  • Valor da causa
  • Valor do pedido (discriminado se possível)
  • Valor de condenação (se já houver)

Datas críticas

  • Data de distribuição
  • Data da citação/intimação
  • Prazo para resposta/recurso (com data calculada)
  • Próxima audiência (se houver)

Classificação

  • Área do direito: [trabalhista / cível / tributário / previdenciário / outro]
  • Natureza: [ativo / passivo]
  • Risco inicial sugerido: [provável / possível / remoto]

Formato de saída

✅ Ficha de cadastro

numero_cnj: "[número]"
tribunal: "[sigla]"
vara: "[nome da vara]"
comarca: "[cidade/UF]"
tipo_acao: "[tipo]"
fase: "[fase atual]"

polo_ativo: "[nome]"
polo_passivo: "[nome]"
advogados_contraparte: "[nome — OAB/XX 000000]"

valor_causa: "R$ [valor]"
valor_pedido: "R$ [valor]"

data_distribuicao: "[DD/MM/AAAA]"
data_citacao: "[DD/MM/AAAA]"
prazo_resposta: "[DD/MM/AAAA]"
proxima_audiencia: "[DD/MM/AAAA ou N/A]"

area_direito: "[área]"
natureza: "[ativo/passivo]"
risco_inicial: "[provável/possível/remoto]"

responsavel: "[nome do advogado]"
centro_custo: "[código]"

Read the full file on GitHub · 113 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 · 113 lines · 47 tokens per session scan A e45786917d3c

Subscribe to this mod's changes

Cadastro Automático de Processo is a skill published in the GitHub repository autodevx/legal-skills (12 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 782 once invoked, about $0.0002 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 skills, from other repositories

Legal Intake Triage

Use when an inbound business request reaches the legal team — an email, ticket, form submission, or chat ask — to produce a structured intake triage that classifies the request, captures urgency as stated, surfaces conflict-check and confidentiality questions, and proposes a routing recommendation for the legal team…

zgbrenner/agentcounsel · 65 tokens

Templated Legal Response

Use when drafting a response to a routine, recurring legal inquiry from a configured template, with a built-in escalation gate that stops the templated path when the matter shows characteristics that require individualized counsel review.

zgbrenner/agentcounsel · 46 tokens

Legal Meeting Briefing

Use when preparing a structured briefing for a meeting with legal relevance — assembling background, participants, agenda, key documents, open issues, legal considerations, talking points, and a follow-up action-item tracker from the materials provided.

zgbrenner/agentcounsel · 49 tokens

Signature Routing Checklist

Use when a document is believed final and ready to sign — to run a pre-signature completeness checklist, identify signers and signing order, flag blockers, and produce a routing plan for attorney review before the document is sent for execution.

zgbrenner/agentcounsel · 51 tokens

previdencia-brasil

Use para INSS, aposentadoria, benefícios previdenciários, cálculo de contribuição, regras de transição 2026, auxílio-doença, salário-maternidade, pensão por morte. Ativa em "aposentadoria", "INSS", "quando posso me aposentar", "auxílio-doença", "salário-maternidade", "BPC", "contribuição INSS".

AlissonSantos1/brasil-legal-skills · 88 tokens

trabalhista-brasil

Use para CLT, cálculo de salário líquido, rescisão, férias, FGTS, horas extras, CLT vs PJ, aposentadoria, INSS, processos trabalhistas, orientação sobre provas e direitos. Ativa em "calcular salário", "rescisão", "CLT ou PJ", "quanto ganho por hora", "INSS", "aposentadoria", "processo trabalhista", "horas extras".

AlissonSantos1/brasil-legal-skills · 95 tokens