← All skills
Tencent SkillHub · Productivity

Legal Docs FR

Génère en HTML CGV, mentions légales, contrats, et devis conformes au droit français pour freelances et micro-entrepreneurs.

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

Génère en HTML CGV, mentions légales, contrats, et devis conformes au droit français pour freelances et micro-entrepreneurs.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

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

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/french-legal-ref.md, scripts/legal.py

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

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

Legal Docs FR

Générateur de documents juridiques français pour freelances/micro-entrepreneurs. Génère des CGV, mentions légales, contrats de prestation et devis en HTML.

Scripts

Tout dans scripts/. Python 3 stdlib uniquement. Documents dans ~/.freelance/legal/.

legal.py — Génération de documents juridiques

# CGV — Conditions Générales de Vente python3 legal.py generate cgv [--no-open] python3 legal.py generate cgv --tribunal "Paris" --mediateur "CMAP, Paris" # Mentions légales pour un site web python3 legal.py generate mentions --hebergeur "Vercel Inc, San Francisco" [--site "monsite.fr"] [--dpo "dpo@email.com"] # Contrat de prestation de services python3 legal.py generate contrat --client "Acme Corp" --mission "Développement application web" \ --montant 5000 --duree "3 mois" [--client-address "10 rue Example, Paris"] \ [--client-siret "12345678900010"] [--date-debut "01/03/2026"] [--non-sollicitation] # Devis python3 legal.py generate devis --client "Acme Corp" --items "Dev frontend:10:400" "Design UX:3:500" \ [--number DEV-2026-001] [--date 2026-02-15] # Lister tous les documents générés python3 legal.py list [--json] # Voir la configuration prestataire python3 legal.py config [--json] Tous les documents supportent --no-open pour ne pas ouvrir dans le navigateur.

Overrides prestataire (sur toutes les commandes generate)

--nom "Hugo Dupont" --siret "12345" --adresse "42 rue X" --email "x@y.com" --phone "06..." Si ~/.freelance/config.json existe (du freelance-toolkit), les infos sont pré-remplies.

Documents générés

TypeFichierContenuCGVcgv.html10 articles : objet, commandes, paiement (30j, 3×taux légal, 40€), délais, PI, responsabilité, résiliation, force majeure, juridiction, médiationMentionsmentions.htmlIdentité, hébergeur, directeur publication, RGPD (droits, finalités, DPO), cookies, PIContratcontrat-{client}-{ts}.htmlParties, mission, durée, prix (30/70), obligations, confidentialité, PI, résiliation, non-sollicitation optionnelleDevisDEV-YYYY-NNN.htmlNuméro auto, validité 30j, lignes de prestation, conditions de paiement, signature "Bon pour accord"

Configuration

Utilise ~/.freelance/config.json (partagé avec freelance-toolkit) : { "provider": { "name": "...", "address": "...", "siret": "...", "email": "...", "phone": "..." }, "micro_entreprise": true, "tva_rate": 0 } Si micro_entreprise: true → mention art. 293B du CGI sur tous les documents.

Données

~/.freelance/legal/ ├── cgv.html / cgv.json ├── mentions.html / mentions.json ├── contrat-acme-20260215-143022.html / .json ├── DEV-2026-001.html / .json └── ...

Contenu juridique

Les documents incluent les clauses obligatoires du droit français : Paiement : 30 jours, pénalités 3× taux légal, indemnité 40€ (art. D441-5 Code de commerce) PI : Cession subordonnée au paiement intégral Médiation : Obligatoire depuis 2016 (art. L611-1 Code de la consommation) RGPD : Droits des personnes, finalités, durée conservation, contact DPO Force majeure : Art. 1218 du Code civil Voir references/french-legal-ref.md pour le détail des obligations légales.

Notes

HTML avec CSS inline, optimisé pour impression / export PDF Montants au format français (2 900,00 €) Initiales du prestataire comme logo (même style que les factures) --json disponible sur list et config

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/french-legal-ref.md Docs
  • scripts/legal.py Scripts