⚖️
Automation

DataJud

by rvsanches

DataJud is an Automation skill for Claude Code, published by rvsanches in skills-datajud-djen.

10 stars4 forkson rvsanches/skills-datajud-djenAdded 2026/07/17+11% in starsRepository updated 2026/07/12
advocaciaagent-skillsantigravitybrasilclaudeclaude-codecnjcodexdatajuddjenlegaltechoabskills
Install in seconds
Install DataJud
Copy DataJud into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/rvsanches/skills-datajud-djen/tree/main/skills/datajud ~/.claude/skills/datajud

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/rvsanches/skills-datajud-djen.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/datajud/SKILL.md in rvsanches/skills-datajud-djen
Installs to
~/.claude/skills/datajud
Collection
One of 2 skills cataloged from this repository
Category
Automation2226 skills

What DataJud does

Practical guide for querying Brazilian court process metadata and movements from the DataJud public API. Use when integrating with or debugging DataJud Elasticsearch queries, handling common errors like 504/429, or syncing process movements.

DataJud is cataloged under Automation on DirSkills. DataJud comes from a repository tagged advocacia, agent-skills, antigravity, brasil and claude.

Documentation

README

API Pública do DataJud (CNJ)

O DataJud é a base nacional de metadados processuais do CNJ. A API Pública (https://api-publica.datajud.cnj.jus.br) expõe esses dados via Elasticsearch Search API: um índice por tribunal, consultas em Query DSL.

O que ela devolve: metadados do processo (classe, órgão julgador, grau, data de ajuizamento, assuntos) e a lista de movimentações (andamentos). O que ela não devolve: teor de decisões, intimações ou publicações — para comunicações que disparam prazo, use a API do DJEN (skill djen).

Documentação oficial: https://datajud-wiki.cnj.jus.br/api-publica/. Este guia registra o que a wiki não conta, aprendido operando a API em produção (projeto Judis, 2025-2026).

Início rápido

This is the opening of the README. Read the full README on GitHub.

Frequently asked about DataJud

  • What else does rvsanches publish alongside DataJud?

    DataJud is one of 2 skills that DirSkills catalogs from rvsanches/skills-datajud-djen, the repository it ships in. Its siblings there include DJEN API Guide. Each one is a separate skill with its own page in this directory, installs the same way DataJud does, and is maintained by rvsanches in that same repository. The rest of the collection is listed on the rvsanches/skills-datajud-djen page.

  • How does DataJud compare to other Automation skills?

    DataJud ranks #2225 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of DataJud against them. Open each page to compare what they document and how they install.