{
  "schemaVersion": "1.0",
  "item": {
    "slug": "french-services",
    "name": "French Services",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/HugoSbl/french-services",
    "canonicalUrl": "https://clawhub.ai/HugoSbl/french-services",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/french-services",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=french-services",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api-setup.md",
      "scripts/laposte.py",
      "scripts/meteo.py",
      "scripts/ratp.py",
      "scripts/sncf.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/french-services"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/french-services",
    "agentPageUrl": "https://openagent3.xyz/skills/french-services/agent",
    "manifestUrl": "https://openagent3.xyz/skills/french-services/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/french-services/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "French Services — Services français du quotidien",
        "body": "Skill pour accéder aux services français : trains SNCF, suivi colis La Poste, météo, transports IDF."
      },
      {
        "title": "Scripts disponibles",
        "body": "Tous dans skills/french-services/scripts/. Utilisent uniquement la stdlib Python (pas de dépendances)."
      },
      {
        "title": "🚄 SNCF — Trains (sncf.py)",
        "body": "Recherche d'itinéraires et prochains départs via l'API Navitia.\n\n# Rechercher un trajet\npython3 scripts/sncf.py search Paris Lyon\npython3 scripts/sncf.py search \"Gare de Lyon\" Marseille --date 2025-01-15 --time 08:00\n\n# Prochains départs depuis une gare\npython3 scripts/sncf.py departures Paris\n\n# Perturbations sur une ligne\npython3 scripts/sncf.py disruptions\n\nAPI key requise : SNCF_API_KEY (token Navitia — gratuit sur https://navitia.io)"
      },
      {
        "title": "📦 La Poste — Suivi de colis (laposte.py)",
        "body": "# Suivre un colis\npython3 scripts/laposte.py track 6A12345678901\n\n# Suivre plusieurs colis\npython3 scripts/laposte.py track 6A12345678901 8R98765432109\n\nAPI key requise : LAPOSTE_API_KEY (gratuit sur https://developer.laposte.fr)"
      },
      {
        "title": "🌤️ Météo (meteo.py)",
        "body": "Météo actuelle et prévisions via Open-Meteo (modèle Météo France). Pas de clé API nécessaire.\n\n# Météo actuelle + prévisions 3 jours\npython3 scripts/meteo.py Paris\npython3 scripts/meteo.py Lyon --days 7\npython3 scripts/meteo.py --lat 43.6 --lon 1.44    # Toulouse par coordonnées\n\n# Format JSON\npython3 scripts/meteo.py Paris --json"
      },
      {
        "title": "🚇 RATP/IDFM — Transports IDF (ratp.py)",
        "body": "État du trafic et prochains passages en Île-de-France via l'API PRIM.\n\n# État du trafic global\npython3 scripts/ratp.py traffic\n\n# État d'une ligne spécifique\npython3 scripts/ratp.py traffic --line \"Métro 13\"\npython3 scripts/ratp.py traffic --line \"RER A\"\n\n# Prochains passages à un arrêt\npython3 scripts/ratp.py next \"Châtelet\"\n\nAPI key requise : IDFM_API_KEY (gratuit sur https://prim.iledefrance-mobilites.fr)"
      },
      {
        "title": "Options communes",
        "body": "OptionDescription--jsonSortie JSON au lieu du texte lisible--helpAide du script"
      },
      {
        "title": "Env vars",
        "body": "VariableServiceObtentionSNCF_API_KEYSNCFhttps://navitia.io (gratuit, 5000 req/mois)LAPOSTE_API_KEYLa Postehttps://developer.laposte.frIDFM_API_KEYRATP/IDFMhttps://prim.iledefrance-mobilites.fr\n\nVoir references/api-setup.md pour le guide de configuration détaillé."
      },
      {
        "title": "Quand utiliser quel script",
        "body": "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"
      },
      {
        "title": "Notes",
        "body": "La météo fonctionne sans aucune configuration (Open-Meteo est gratuit et sans clé)\nPour les autres services, configurer les API keys selon references/api-setup.md\nLes scripts gèrent proprement l'absence de clé API avec un message explicatif\nOutput en français par défaut, --json pour l'intégration machine"
      }
    ],
    "body": "French Services — Services français du quotidien\n\nSkill pour accéder aux services français : trains SNCF, suivi colis La Poste, météo, transports IDF.\n\nScripts disponibles\n\nTous dans skills/french-services/scripts/. Utilisent uniquement la stdlib Python (pas de dépendances).\n\n🚄 SNCF — Trains (sncf.py)\n\nRecherche d'itinéraires et prochains départs via l'API Navitia.\n\n# Rechercher un trajet\npython3 scripts/sncf.py search Paris Lyon\npython3 scripts/sncf.py search \"Gare de Lyon\" Marseille --date 2025-01-15 --time 08:00\n\n# Prochains départs depuis une gare\npython3 scripts/sncf.py departures Paris\n\n# Perturbations sur une ligne\npython3 scripts/sncf.py disruptions\n\n\nAPI key requise : SNCF_API_KEY (token Navitia — gratuit sur https://navitia.io)\n\n📦 La Poste — Suivi de colis (laposte.py)\n# Suivre un colis\npython3 scripts/laposte.py track 6A12345678901\n\n# Suivre plusieurs colis\npython3 scripts/laposte.py track 6A12345678901 8R98765432109\n\n\nAPI key requise : LAPOSTE_API_KEY (gratuit sur https://developer.laposte.fr)\n\n🌤️ Météo (meteo.py)\n\nMétéo actuelle et prévisions via Open-Meteo (modèle Météo France). Pas de clé API nécessaire.\n\n# Météo actuelle + prévisions 3 jours\npython3 scripts/meteo.py Paris\npython3 scripts/meteo.py Lyon --days 7\npython3 scripts/meteo.py --lat 43.6 --lon 1.44    # Toulouse par coordonnées\n\n# Format JSON\npython3 scripts/meteo.py Paris --json\n\n🚇 RATP/IDFM — Transports IDF (ratp.py)\n\nÉtat du trafic et prochains passages en Île-de-France via l'API PRIM.\n\n# État du trafic global\npython3 scripts/ratp.py traffic\n\n# État d'une ligne spécifique\npython3 scripts/ratp.py traffic --line \"Métro 13\"\npython3 scripts/ratp.py traffic --line \"RER A\"\n\n# Prochains passages à un arrêt\npython3 scripts/ratp.py next \"Châtelet\"\n\n\nAPI key requise : IDFM_API_KEY (gratuit sur https://prim.iledefrance-mobilites.fr)\n\nOptions communes\nOption\tDescription\n--json\tSortie JSON au lieu du texte lisible\n--help\tAide du script\nEnv vars\nVariable\tService\tObtention\nSNCF_API_KEY\tSNCF\thttps://navitia.io (gratuit, 5000 req/mois)\nLAPOSTE_API_KEY\tLa Poste\thttps://developer.laposte.fr\nIDFM_API_KEY\tRATP/IDFM\thttps://prim.iledefrance-mobilites.fr\n\nVoir references/api-setup.md pour le guide de configuration détaillé.\n\nQuand utiliser quel script\nQuestion de l'utilisateur\tScript\n\"Prochain train pour Lyon\"\tsncf.py\n\"Horaires Paris-Marseille demain matin\"\tsncf.py\n\"Où en est mon colis 6A123...\"\tlaposte.py\n\"Il fait quoi demain ?\" / \"Météo à Nice\"\tmeteo.py\n\"Le métro 13 marche ?\" / \"État du RER A\"\tratp.py\n\"Prochain métro à Châtelet\"\tratp.py\nNotes\nLa météo fonctionne sans aucune configuration (Open-Meteo est gratuit et sans clé)\nPour les autres services, configurer les API keys selon references/api-setup.md\nLes scripts gèrent proprement l'absence de clé API avec un message explicatif\nOutput en français par défaut, --json pour l'intégration machine"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/HugoSbl/french-services",
    "publisherUrl": "https://clawhub.ai/HugoSbl/french-services",
    "owner": "HugoSbl",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/french-services",
    "downloadUrl": "https://openagent3.xyz/downloads/french-services",
    "agentUrl": "https://openagent3.xyz/skills/french-services/agent",
    "manifestUrl": "https://openagent3.xyz/skills/french-services/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/french-services/agent.md"
  }
}