← 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

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