← All skills
Tencent SkillHub · AI

LegalFrance

Assistant juridique français RAG sur codes et lois consolidés (LEGI/DILA). Utiliser pour questions de droit français, recherche d'articles, explication de textes législatifs, synthèse juridique avec citations vérifiables.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Assistant juridique français RAG sur codes et lois consolidés (LEGI/DILA). Utiliser pour questions de droit français, recherche d'articles, explication de textes législatifs, synthèse juridique avec citations vérifiables.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/answer_template.md, scripts/ask.py, scripts/benchmark.py, scripts/ingest.py, scripts/one_shot.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

LegalFrance

Assistant juridique FR basé sur un retrieval hybride (FTS + vector) avec citations d'articles.

Première utilisation — initialisation du référentiel

Si les index sont absents (data/chroma_db ou data/fts_index.db manquants), demander confirmation à l'utilisateur avant d'exécuter : python scripts/ingest.py ⚠️ Cette étape télécharge le corpus LEGI (HuggingFace) et le modèle d'embeddings BGE-M3 (~2 Go au total) puis écrit les index sur disque. Durée estimée : 20–40 min selon la connexion. Demander : "L'initialisation va télécharger ~2 Go de données (corpus juridique + modèle). Confirmer ?"

Utilisation

Question juridique : python scripts/one_shot.py "<question>" Mode structuré JSON : python scripts/one_shot.py "<question>" --json Recherche brute dans les codes : python scripts/search.py "<requête>" 5

Règles de réponse

Citer uniquement les sources retrouvées dans les index Ne jamais inventer d'article ou de décision Si sources insuffisantes : le dire explicitement Format recommandé : Principe → Application → Limites → Sources Disclaimer obligatoire en fin de réponse (information générale, pas conseil juridique personnalisé)

Module jurisprudence (optionnel)

Le module search_jurisprudence (Cour de cassation / Conseil d'État) est optionnel. S'il est absent, le skill fonctionne normalement sur les codes législatifs uniquement.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts2 Docs
  • SKILL.md Primary doc
  • references/answer_template.md Docs
  • scripts/ask.py Scripts
  • scripts/benchmark.py Scripts
  • scripts/ingest.py Scripts
  • scripts/one_shot.py Scripts