agentsclimarketplace

Saij argentina

Skill Bitcoindefi/agente-smith/skills/saij-argentina

Consulta en vivo el derecho argentino en SAIJ (Sistema Argentino de Información Jurídica, Ministerio de Justicia): jurisprudencia, legislación y doctrina nacional, federal y provincial (Jujuy, Salta y todas las provincias), con texto completo y permalink de citación. Usar cuando se necesite buscar o verificar un fallo, una ley/decreto/resolución o doctrina argentina, o citar fuente primaria. Incluye un servidor MCP propio de cero dependencias.From its SKILL.md

Install
npx -y skills add Bitcoindefi/agente-smith --skill saij-argentina

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.5 KB, 612 tokens by cl100k_base, as published. Nobody here has run it

SAIJ Argentina · Consulta de fuentes jurídicas en vivo

Da acceso a los 899K+ documentos de SAIJ (jurisprudencia, legislación y doctrina de Argentina) desde Claude, para trabajar sobre fuente primaria y no inventar citas.

Instalación del conector (una vez)

Este skill trae un servidor MCP propio (server.mjs, Node, sin dependencias). Registralo:

# Requiere Node.js >= 22 y Claude Code
claude mcp add saij --scope user -- node --use-system-ca "<ruta a este skill>/server.mjs"

El flag --use-system-ca es necesario: los sitios .gob.ar sirven una cadena TLS incompleta y así se usa el almacén de certificados del sistema (sin desactivar la verificación).

Reiniciá Claude Code y verificá con /mcp que saij figure conectado.

Herramientas que expone

ToolQué hace
saij_buscar_jurisprudenciaBusca sumarios y fallos (nacional, federal, provincial).
saij_buscar_legislacionBusca leyes, decretos y resoluciones, con estado de vigencia.
saij_buscar_doctrinaBusca doctrina jurídica.
saij_documentoTrae el texto completo de un documento por su uuid.

Parámetros de búsqueda: consulta (texto libre), limite (1–25), pagina.

Cómo usarlo bien

  1. Buscá con lenguaje natural: "despido discriminatorio ley 23592", "código procesal civil Salta".
  2. Para filtrar por provincia, incluí su nombre en la consulta (ej. "...Jujuy", "...Salta"). Los resultados provinciales vienen con jurisdicción Local.
  3. Tomá el uuid de un resultado y pedí saij_documento para leer el texto completo antes de citar.
  4. Verificá siempre la vigencia y el texto en la fuente oficial: https://www.saij.gob.ar/<uuid>.

Notas

  • Solo lectura. Fuente pública (Ministerio de Justicia de la Nación). Sin API key.
  • El campo interno totalSearchResults de SAIJ no es un conteo real; paginá con pagina hasta que un resultado devuelva menos ítems que el limite.
  • Código propio bajo licencia MIT. No constituye asesoramiento legal.

What ships with it: 1 file

10.8 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.