Klaus Processos BR for Openclaw

A specialized tool for querying and monitoring Brazilian judicial proceedings via the DataJud (CNJ) Public API.

runawaydevil
v0.0.1
Mar 3, 2026
1
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install klaus-processos-br

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install klaus-processos-br using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Klaus Processos BR?

The klaus_processos_br skill is a robust interface for the DataJud Public API, managed by the National Council of Justice (CNJ) in Brazil. It allows users to query case details, track procedural movements, and filter results by specific court criteria. As part of the Openclaw Skills ecosystem, it bridges the gap between raw legal data and actionable insights for developers and legal tech professionals. By leveraging this tool, users can automate the retrieval of public judicial data without manually navigating individual court portals.

Klaus Processos BR Use Cases

  • Querying a specific judicial process by its unique CNJ number.
  • Filtering Brazilian court cases by filing date, class, or judicial organ.
  • Automating the monitoring of legal updates for multiple proceedings.
  • Inferring the jurisdiction and tribunal of a process from its number structure.

How Klaus Processos BR Works

  1. The skill receives a command containing a CNJ number or specific search filters.
  2. If the tribunal is not specified, the tool analyzes the CNJ number structure to infer the correct court alias automatically.
  3. The skill authenticates with the DataJud API using the configured public or private API key.
  4. It fetches the latest procedural movements and metadata associated with the judicial process.
  5. The data is formatted and delivered to the user or downstream processes in the Openclaw Skills workflow.

Klaus Processos BR Setup

The DataJud public API key is pre-configured by default. To provide a custom key or override the default, set the following environment variable:

export DATAJUD_API_KEY="your_api_key_here"

To run a basic query for a process, use the following command structure:

python3 ~/.openclaw/workspace/skills/klaus-processos-br/src/cli.py consultar --numero "0000000-00.2025.4.01.3300"

Klaus Processos BR Data Schema & Taxonomy

The skill organizes data around the standard 20-digit CNJ format (NNNNNNN-DD.AAAA.J.TR.OOOO). Key data points include:

Field Description
Sequential ID The first 7 digits representing the case sequence
Year The 4-digit filing year
Segment The judicial segment (e.g., 3=STJ, 4=JF, 5=JT)
Court Code 2-digit code identifying the specific tribunal
Movements A list of historical updates and procedural steps

Klaus Processos BR Advanced Features

  • Integrated monitoring system to track and list updates across a watchlist of cases.
  • Support for structured JSON output to enable programmatic chaining with other Openclaw Skills.
  • Automatic jurisdiction inference covering 91 available Brazilian courts.
  • High-performance movement limit controls to manage data volume in complex case histories.
  • Advanced search filters including judicial organ, case class, and filing date ranges.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*