idfm-journey
Query Île-de-France Mobilités (IDFM) PRIM/Navitia for 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.
Best use case
idfm-journey is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Query Île-de-France Mobilités (IDFM) PRIM/Navitia for 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.
Teams using idfm-journey should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/idfm-journey-skill/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How idfm-journey Compares
| Feature / Agent | idfm-journey | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Query Île-de-France Mobilités (IDFM) PRIM/Navitia for 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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# IDFM Journey (PRIM/Navitia) Use the bundled script to call PRIM/Navitia endpoints without extra dependencies. ## Prereqs - Set `IDFM_PRIM_API_KEY` in the environment before running. ## Quick commands Run from anywhere (path is inside the skill folder): - Resolve places (best match + list): - `python3 scripts/idfm.py places "Ivry-sur-Seine" --count 5` - Journeys (free-text from/to; resolves place ids first): - `python3 scripts/idfm.py journeys --from "Ivry-sur-Seine" --to "Boulainvilliers" --count 3` - Incidents / disruptions (by line id or filter): - `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. ## Notes - If place resolution is ambiguous, increase `--count` and choose the right `stop_area` id. - For API details and examples, read: `references/idfm-prim.md`.
Related Skills
camino-journey
Plan multi-waypoint journeys with route optimization, feasibility analysis, and time budget constraints.
any-prompt-tips-for-someone-new-to-midjourney-9f5dbedd
t be afraid to play around with the --chaos and --sref random filters. If you don
15-inspiring-examples-of-midjourney-color-prompts--d5f6c66e
a fantasy landscape with a vibrant, sunset-inspired color palette of orange, pink, and purple.
15-inspiring-examples-of-midjourney-color-prompts--45ec1ef5
A nostalgic, vintage-inspired cityscape with a muted, sepia-toned color palette.
tfl-journey-disruption
Plan TfL journeys from start/end/time, resolve locations (prefer postcodes), and warn about disruptions; suggest alternatives when disrupted.
journey
Plan multi-waypoint journeys with route optimization, feasibility analysis, and time budget constraints. Use when you need to plan trips with multiple stops or check if an itinerary is achievable.
paylock
Non-custodial SOL escrow for AI agent deals.
agent-reputation
summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.
Telecom Agent Skill
Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.
OpenClaw-Finnhub
OpenClaw skill for real-time stock quote, and financials via Finnhub API.
```markdown
# OpenClaw-Last.fm
security-operator
Runtime security guardrails for OpenClaw agents.