← All skills
Tencent SkillHub · Communication & Collaboration

French Services

Accédez aux services français : horaires trains SNCF, suivi colis La Poste, météo, et information trafic transports en Île-de-France.

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

Accédez aux services français : horaires trains SNCF, suivi colis La Poste, météo, et information trafic transports en Île-de-France.

⬇ 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/api-setup.md, scripts/laposte.py, scripts/meteo.py, scripts/ratp.py, scripts/sncf.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.0

Documentation

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

French Services — Services français du quotidien

Skill pour accéder aux services français : trains SNCF, suivi colis La Poste, météo, transports IDF.

Scripts disponibles

Tous dans skills/french-services/scripts/. Utilisent uniquement la stdlib Python (pas de dépendances).

🚄 SNCF — Trains (sncf.py)

Recherche d'itinéraires et prochains départs via l'API Navitia. # Rechercher un trajet python3 scripts/sncf.py search Paris Lyon python3 scripts/sncf.py search "Gare de Lyon" Marseille --date 2025-01-15 --time 08:00 # Prochains départs depuis une gare python3 scripts/sncf.py departures Paris # Perturbations sur une ligne python3 scripts/sncf.py disruptions API key requise : SNCF_API_KEY (token Navitia — gratuit sur https://navitia.io)

📦 La Poste — Suivi de colis (laposte.py)

# Suivre un colis python3 scripts/laposte.py track 6A12345678901 # Suivre plusieurs colis python3 scripts/laposte.py track 6A12345678901 8R98765432109 API key requise : LAPOSTE_API_KEY (gratuit sur https://developer.laposte.fr)

🌤️ Météo (meteo.py)

Météo actuelle et prévisions via Open-Meteo (modèle Météo France). Pas de clé API nécessaire. # Météo actuelle + prévisions 3 jours python3 scripts/meteo.py Paris python3 scripts/meteo.py Lyon --days 7 python3 scripts/meteo.py --lat 43.6 --lon 1.44 # Toulouse par coordonnées # Format JSON python3 scripts/meteo.py Paris --json

🚇 RATP/IDFM — Transports IDF (ratp.py)

État du trafic et prochains passages en Île-de-France via l'API PRIM. # État du trafic global python3 scripts/ratp.py traffic # État d'une ligne spécifique python3 scripts/ratp.py traffic --line "Métro 13" python3 scripts/ratp.py traffic --line "RER A" # Prochains passages à un arrêt python3 scripts/ratp.py next "Châtelet" API key requise : IDFM_API_KEY (gratuit sur https://prim.iledefrance-mobilites.fr)

Options communes

OptionDescription--jsonSortie JSON au lieu du texte lisible--helpAide du script

Env vars

VariableServiceObtentionSNCF_API_KEYSNCFhttps://navitia.io (gratuit, 5000 req/mois)LAPOSTE_API_KEYLa Postehttps://developer.laposte.frIDFM_API_KEYRATP/IDFMhttps://prim.iledefrance-mobilites.fr Voir references/api-setup.md pour le guide de configuration détaillé.

Quand utiliser quel script

Question de l'utilisateurScript"Prochain train pour Lyon"sncf.py"Horaires Paris-Marseille demain matin"sncf.py"Où en est mon colis 6A123..."laposte.py"Il fait quoi demain ?" / "Météo à Nice"meteo.py"Le métro 13 marche ?" / "État du RER A"ratp.py"Prochain métro à Châtelet"ratp.py

Notes

La météo fonctionne sans aucune configuration (Open-Meteo est gratuit et sans clé) Pour les autres services, configurer les API keys selon references/api-setup.md Les scripts gèrent proprement l'absence de clé API avec un message explicatif Output en français par défaut, --json pour l'intégration machine

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

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/api-setup.md Docs
  • scripts/laposte.py Scripts
  • scripts/meteo.py Scripts
  • scripts/ratp.py Scripts
  • scripts/sncf.py Scripts