A powerful Go-based command-line interface for querying comprehensive Formula 1 telemetry, timing, and session data via the OpenF1 API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install f1-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install f1-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The f1-cli tool is a specialized utility designed for racing enthusiasts and data analysts who need programmatic access to Formula 1 information. As one of the most data-rich Openclaw Skills, it wraps the OpenF1 API to provide deep insights into car performance, track conditions, and race strategy. Whether you are looking for real-time telemetry or historical session data from 2023 onwards, this skill enables AI agents to retrieve precise racing statistics without requiring manual web searches.
By integrating this tool into your workflow, you can automate the retrieval of driver standings, tire usage (stints), and even team radio URLs. It is built to handle the high-frequency data demands of modern racing, making it an essential component for any developer looking to build F1-themed applications or perform automated race analysis using Openclaw Skills.
To begin using this tool within your environment, install the binary via Homebrew:
brew tap barronlroth/tap
brew install f1-cli
Alternatively, install directly from source using Go:
go install github.com/barronlroth/f1-cli/cmd/f1@latest
Once installed, you can verify connectivity to the API using the doctor command:
f1 doctor
The skill organizes data according to the OpenF1 API taxonomy, ensuring high fidelity for Openclaw Skills users. Key data structures include:
| Data Type | Description | Primary Keys |
|---|---|---|
| Sessions | List of FP1, Quali, Sprint, and Race events. | session_key |
| Drivers | Profile info including name, team, and acronym. | driver_number |
| Telemetry | High-frequency car data (speed, throttle, brake). | session_key, driver_number |
| Standings | Final race classification and points. | session_key |
| Stints | Tire compound history and lap counts. | session_key, driver_number |
Loading
A unified interface providing single-API-key access to over 50 AI models for media generation, conversational AI, and web research.

A comprehensive integration for programmatically managing Ghost CMS blog posts and media via the Admin API.

A gritty, high-personality agent overhaul that replaces robotic corporate speak with the authentic, grounded energy of a grumpy Chinese tech veteran.

A comprehensive automation toolkit for managing Stability Pool positions and account lifecycles within the Indigo Protocol.

A sophisticated, data-driven text RPG engine that enables AI agents to function as professional Dungeon Masters using classic D&D rules.

A GitHub-style version control platform for AI memories that enables agents to save, search, and fork conversation snapshots across sessions.








































