Darwin-Agent

30 mods across 1 repository, 5 stars between them.

ambient-light-color

01

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Set or change the interior ambient (cabin "mood"/"surrounding") lighting color and on/off state, including matching it to the car's exterior color. Map the request to a supported color and set it (with the lights on); for "match my car color" read the exterior color first then set the matching ambient color; resolve…

5 7d ago A 139 tokens original MIT

calendar-read

02

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Read the calendar for a given day and report the entries (meetings, appointments, events) — mapping "today" to the current date (derive month and day; year is implicit) and a named day to that day's month/day. Covers "what's on my calendar?", "any meetings left today?", "what's this afternoon?", "when's my next…

5 7d ago A 220 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Set the air-circulation mode (fresh-air / recirculation / auto) — set exactly the mode named, never substituting a "smarter" default; infer an unnamed mode from the stored preference rather than asking or inventing, and never re-ask what context already pins; and when the circulation control is missing, say so plainly…

5 7d ago A 84 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Turn the air conditioning on or off and own the AC safety/efficiency policy — before AC-on, close only the windows open MORE than 20% (leave windows at 20% or below alone) and engage the fan only if it currently reads 0 (set it to level 1), with those supporting steps pre-authorised by the AC-on request; act on the…

5 7d ago A 148 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Set the fan airflow direction — set exactly the named direction (single or compound) verbatim; when no direction is named (a bare "change the direction" or "the air blowing at me, which I don't like — change it"), read the stored preference FIRST and set it, asking the user only if no preference resolves the choice…

5 7d ago C 103 tokens original MIT

climate-fan-speed

06

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Set the fan speed — execute an absolute level verbatim, treat "up/down by N" and vague single-step phrasings ("turn it up a bit", "a notch stronger") as relative (read the current fan speed ONCE, then issue a SINGLE set at current±N, defaulting the unspecified step to one level; never step per turn, never overshoot…

5 7d ago A 173 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Set seat heating — handle absolute, relative ("by N levels", read the current level first), occupied-only (read occupancy first), match-zone (read the source zone), and one-value-for-all-zones (a single all-zones call) variants; for a vague "warm me up / warm up efficiently" present the FULL warming menu (seat…

5 7d ago A 166 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Set the steering-wheel heating level — set an absolute level verbatim, infer a preference-fixed level silently, and for "match the wheel to my seat" use the seat's level (read it, or the value just being set this turn) and set the wheel to that; "turn on"/"activate" with no level and no preference/match has no default…

5 7d ago A 133 tokens original MIT

climate-temperature

09

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Set a zone's target climate temperature — execute an absolute value verbatim, treat "reduce/raise by N" as relative (read the current cabin temperature once, then set current±N in ONE call), and treat "match another zone" as a read of the source zone first; apply the whole-car group vs a single zone correctly; after a…

5 7d ago A 175 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Turn the front, rear, or all window defrost on/off — defrost the EXACT named window (ask which only when it's unstated, a genuine open choice). For FRONT or ALL defrost you must run the required automatic cascade in the same turn: read climate and window positions first, then raise the fan to level 2 if below, set…

5 7d ago A 202 tokens original MIT

contacts-lookup

11

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Look up contacts by name and fetch their details (phone, email) — resolving the right person when a name matches several people (infer silently when a fuller name, a single match, or a named recipient pins them; ask only when the choice is genuinely open among real candidates) and separating "who's in the body" from…

5 7d ago C 161 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Answer EV range / charging questions — "how far between two charge levels?", "can I reach without charging?", "how long to charge here?", "how many stops would I need?", "find a charger where my battery hits %" — and own the charging computations (getdistancebysoc over exact SoC slots, never swapping initial/final or…

5 7d ago A 256 tokens original MIT

ev-trip-plan

13

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Work out an EV trip's route and charging needs — resolve the destination, read the battery state of charge / range, get routes (honoring the stated route preference), and find a charger WHERE THE USER FRAMES IT (at the current location or a place when charging before/at a stop, along the route at a kilometre mark when…

5 7d ago A 252 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Turn exterior lights (low beams, high beams, fog lights) on or off. Map the request to exactly the named light(s) and exact actuator. Read current status (and weather) when the outcome depends on it; honour preconditions/conflicts between lights; confirm gated changes once then act; resolve an unstated "which light?"…

5 7d ago C 106 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Insert one new intermediate stop into an ALREADY-ACTIVE route without changing the final destination — read nav state first, resolve positional references against the CURRENT route, resolve the new stop's id (sequentially, never with a guessed id), fetch BOTH adjoining legs (into-leg and away-leg), and wire the four…

5 7d ago A 229 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Change the final destination of an active route to a new place — a named city, an indirectly described place, or a POI — resolving the destination, presenting the route options, and committing the chosen route exactly once only after the user selects or confirms it; never proactively pick and commit a route when the…

5 7d ago A 207 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Resolve a navigation choice gated on a weather condition ("go to A unless it's raining there, else B") by reading the weather once at the RELEVANT place and the ARRIVAL time you compute (a condition about a place you're driving to is about when you get there, not the current hour — derive travel time first, then read…

5 7d ago A 251 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Drop the FINAL destination of an active route so the stop right before it automatically becomes the new endpoint — handles "remove the last stop", "I don't want to go to anymore", "drop/skip/cancel the destination", and "shorten my trip / just end at " requests. Read the current navigation state first to resolve which…

5 7d ago A 188 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Remove a stop OR the final destination from an active route. First read getcurrentnavigationstate(detailed) to map the user's words to a waypoint id — never guess from a place name — then branch on the target's position. Removing the FINAL destination uses navigationdeletedestination (no replacement route; the last…

5 7d ago C 262 tokens original MIT

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Swap one existing intermediate stop for a different place on an active route without changing the final destination — read nav state first, ASK which stop only when "replace one of my stops" is genuinely open and act when state pins it, resolve the new stop's id, fetch BOTH adjoining legs (the away leg runs to the…

5 7d ago A 186 tokens original MIT

navigation-start

21

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Start fresh navigation when none is active (including "restart / resume my previous route" — where the prior route still sits in the navigation state with navigationactive false, and you reuse its stored route id(s) directly instead of re-resolving the destination or re-fetching routes — and conditional "go to X if ……

5 7d ago A 340 tokens original MIT

navigation-status

22

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Report the current navigation status and route details from ONE read of the navigation state — set detailedinformation=true on the first call when details are wanted so a single result answers both "is it running?" and the details follow-up, and never re-call to fetch what the first read already returned; and when the…

5 7d ago A 101 tokens original MIT

place-phone-call

23

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Dial a phone number with the call tool — the number coming from a real source the context provides (a chosen POI's own search result, or a found station's number for a reservation), never a fabricated or guessed number. In a trip flow a reservation call is placed LAST, after navigation is set (see navigation-start).…

5 7d ago A 135 tokens original MIT

poi-search

24

Darwin-Agent/Car-bench-TRACE

Skill Claude CodeCodex

Find POIs of a category at a place — a named place by name lookup, "my destination" or "my next stop" by reading navigation state (final vs. first upcoming intermediate waypoint), or along the route at a kilometre/time mark — and present the candidates for the user to pick. Resolve the place by how it was given, infer…

5 7d ago A 210 tokens original MIT