f1-drivers

Fetch F1 driver data via PitLane CLI by code, season, or limit.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/jshudzina/PitLane-AI --skill f1-drivers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: f1-drivers
Source: https://github.com/jshudzina/PitLane-AI/tree/main/packages/pitlane-agent/src/pitlane_agent/.claude/skills/f1-drivers
Command: npx skills add https://github.com/jshudzina/PitLane-AI --skill f1-drivers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve and centralize authoritative F1 driver information (codes, names, nationalities, and Wikipedia links) to remove manual lookups and ensure consistency during analysis or chats.

Core Features & Use Cases

  • Driver reference data: driver codes, full names, nationalities, and Wikipedia URLs.
  • Season rosters: fetch all drivers participating in a given season.
  • Reliability and provenance: data sourced via Ergast API through PitLane, with consistent formatting.

Quick Start

Ask for driver details by code VER or season 2024 to retrieve a complete driver roster.

Frequently Asked Questions about f1-drivers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch F1 driver details and nationalities using a driver code?

Fetch F1 driver details by providing a driver code like VER to retrieve the full name, nationality, and Wikipedia URL. The tool queries the Ergast API via the PitLane CLI to return formatted driver reference data instantly.

Can I retrieve a complete roster of all F1 drivers for a specific season?

Retrieve a complete F1 season roster by specifying the season year, such as 2024. The PitLane CLI fetches all participating drivers for that season via the Ergast API, returning codes, names, nationalities, and Wikipedia links.

What is the best way to centralize Formula 1 driver reference data for analysis?

Centralize Formula 1 driver reference data by querying the PitLane CLI to fetch codes, names, nationalities, and Wikipedia URLs. Data sourced from the Ergast API ensures consistent formatting for conversational responses or downstream analysis.

Does this F1 data tool require any external dependencies or API keys to use?

No external dependencies or API keys are required. The tool operates independently using the built-in PitLane CLI to query the Ergast API, fetching driver codes, names, and nationalities without additional environment setup.

What F1 driver information fields are returned when querying by season or driver code?

Querying by season or driver code returns driver names, three-letter driver codes, nationalities, and Wikipedia URLs. This structured data is formatted for clear conversational responses or direct integration into downstream data analysis workflows.

How do I limit the number of F1 driver records returned by the data fetch?

Limit the number of F1 driver records returned by using the limit parameter in the PitLane CLI. This fetches a specified number of driver entries, formatted with names, codes, nationalities, and Wikipedia URLs.