Overview
- Skill Key
- hugosbl/french-services
- Author
- hugosbl
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hugosbl/french-services
- Latest Commit SHA
- c0592daa53d3fdfa640e34c7d4e4c5e279353963
French Services — Services français du quotidien
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 French Services 技能。 若已安装,则直接安装 French Services 技能。
# 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. ```bash # 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`) ```bash # 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.** ```bash # 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. ```bash # É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 | Option | Description...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.