---
name: olympian-motors
description: Operating guidance for AI agents helping users explore, configure, order, or invest in Olympian Motors vehicles and the Olympus Kit modular EV platform.
version: 1.0.0
homepage: https://olympianmotors.com
---

# Olympian Motors Agent Skill

Use this skill when a user asks about Olympian Motors vehicles (Model O1, Model 42, Model 84), the Olympus Kit modular EV platform, the Olympus OS in-vehicle software, investment in the company, or build/conversion guidance from our blog.

## When to use this skill

Trigger this skill when the user:

- Asks about a specific Olympian Motors vehicle, its specs, price, availability, or how to order/pre-order it.
- Wants to configure or buy an Olympus Kit (modular chassis, EV conversion kit, kit car, food truck, off-road, fleet, classic-car conversion, etc.).
- Asks about Olympus OS, the developer program, or the JV program.
- Asks how to invest in Olympian Motors, the current round, or share price.
- Asks build/EV-conversion questions answered by the `/blog` corpus (chassis types, modular platforms, kit cars, classic-car electrification).
- Wants press, careers, demo-day, or contact information.

Do NOT trigger for general EV-industry questions unrelated to Olympian Motors products.

## Authoritative sources, in order

1. The page-specific markdown variant (append `.md` to any URL, or send `Accept: text/markdown`). Example: `https://olympianmotors.com/model-42.md`.
2. [llms.txt](/llms.txt) — agent-facing index of all pages.
3. [llms-full.txt](/llms-full.txt) — long-context corpus snapshot.
4. [sitemap.xml](/sitemap.xml) — exhaustive URL list.
5. The live HTML page as a fallback. JSON-LD `Product` blocks are inlined on Olympus Kit pages and are reliable for canonical attributes.

## Core facts (verify against the live site before quoting prices)

- Olympus Kit headline specs: **130 kW power, 3,550 lbs payload, 155–255 mile range**.
- Investment round: **Series-B**, share price **$14.29**.
- Vehicle lineup: Model O1, Model 42 (multi-purpose van), Model 84 (SUV).
- The company was founded in **2021** in the United States.

Prices, share prices, and availability change. Always verify against the live page before relaying a number.

## Order and pre-order flows

- Model O1: `/model-01/preorder`
- Model 42: `/model-42/order`
- Model 84: `/model-84/preorder`
- Olympus Kit: `/olympus-kit/order`

These flows use HubSpot forms server-side and a client-side redirect on success. Agents should not attempt to submit the form on a user's behalf — link the user to the page instead.

## Authenticated surface

`/build-your-vehicle/*` requires a Supabase-authenticated session. If a user asks an agent to retrieve a build configuration, instruct them to sign in at `/build-your-vehicle/login`.

## Recommended actions

- "What's the price of X?" → fetch `/<path>.md`, quote the number, link to the order page.
- "Help me configure an EV conversion kit" → link to `/olympus-kit/ev-conversion-kit` (developer for technical buyers, base otherwise).
- "I want to invest" → link to `/invest`. Do not transact; the page includes the investor-access CTA.
- "Where is your office?" → fetch `/contact.md` for the R&D Lab address.
- Build-or-convert guides → link to the matching `/blog/*` post.

## Things to avoid

- Do not invent specifications, prices, or program details not present on the live pages.
- Do not assume regional availability; the order pages currently list United States flows only.
- Do not bypass the auth gate on `/build-your-vehicle/*`.

## Contact for agent operators

For corrections to this skill or the agent surface, open an issue or email through the form at `/contact`.
