Query Île-de-France Mobilités (IDFM) PRIM/Navitia for Paris + suburbs public transport (Île-de-France) — place resolution, journey planning, and disruptions/...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install idfm-journey-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install idfm-journey-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/idfm-journey-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: idfm-journey description: Query Île-de-France Mobilités (IDFM) PRIM/Navitia for Paris + suburbs public transport (Île-de-France) — place resolution, journey planning, and disruptions/incident checks. Use when asked to find routes in Île-de-France (e.g., "itinéraire de X à Y"), resolve station/stop ids, or check RER/metro line disruptions, and you have an IDFM PRIM API key. version: 0.1.6 author: anthonymq triggers: - "Itinéraire de {origine} à {destination}" - "Route from {origin} to {destination} in Paris / Île-de-France" - "Check RER/metro disruptions" - "Incidents on line {line}" ---
Use the bundled script to call PRIM/Navitia endpoints without extra dependencies.
IDFM_PRIM_API_KEY in the environment before running.To obtain an IDFM PRIM API key:
export IDFM_PRIM_API_KEY="your-key-here"Run from anywhere (path is inside the skill folder):
- python3 scripts/idfm.py places "Ivry-sur-Seine" --count 5
- python3 scripts/idfm.py journeys --from "Ivry-sur-Seine" --to "Boulainvilliers" --count 3
- python3 scripts/idfm.py incidents --line-id line:IDFM:C01727 - python3 scripts/idfm.py incidents --filter 'disruption.status=active'
Add --json to print raw API output.
--count and choose the right stop_area id.references/idfm-prim.md.安装 IDFM Journey 后,可以对 AI 说这些话来触发它
Help me get started with IDFM Journey
Explains what IDFM Journey does, walks through the setup, and runs a quick demo based on your current project
Use IDFM Journey to query Île-de-France Mobilités (IDFM) PRIM/Navitia for Paris + subur...
Invokes IDFM Journey with the right parameters and returns the result directly in the conversation
What can I do with IDFM Journey in my product manager workflow?
Lists the top use cases for IDFM Journey, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/idfm-journey-skill/ 目录(个人级,所有项目可用),或 .claude/skills/idfm-journey-skill/(项目级)。重启 AI 客户端后,用 /idfm-journey-skill 主动调用,或让 AI 根据上下文自动发现并使用。
IDFM Journey 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
IDFM Journey 可免费安装使用。请查阅仓库了解许可证信息。
Query Île-de-France Mobilités (IDFM) PRIM/Navitia for Paris + suburbs public transport (Île-de-France) — place resolution, journey planning, and disruptions/...
IDFM Journey 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using IDFM Journey
Identifies repetitive steps in your workflow and sets up IDFM Journey to handle them automatically