From straeto
Query the Icelandic bus system Strætó. Use when the user asks about buses in Iceland, Reykjavík bus routes, bus stops, service alerts, or trip planning in the Reykjavík capital area.
How this skill is triggered — by the user, by Claude, or both
Slash command
/straeto:straetoThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the `straeto` CLI for querying the Icelandic bus system Strætó in real time. Use `bunx straeto` (or `npx straeto`) to run commands.
You have access to the straeto CLI for querying the Icelandic bus system Strætó in real time. Use bunx straeto (or npx straeto) to run commands.
bunx straeto next <stop> # all upcoming arrivals
bunx straeto next <stop> -r <route> # filter by route
bunx straeto next <stop> -d <direction> # filter by direction/headsign
bunx straeto route <number> # overview of all active buses
bunx straeto route <number> <letter> # detail for a specific bus (e.g. route 3 A)
bunx straeto stops # list stops (first 10)
bunx straeto stops -s <name> # search by name
bunx straeto stops -r <route> # filter by route number
bunx straeto stops --all # show all stops
bunx straeto search <place> # search by name
bunx straeto search # interactive mode with autocomplete
bunx straeto stop <name or id> # e.g. "Hlemmur" or "10000802"
bunx straeto alerts # alerts in Icelandic (default)
bunx straeto alerts -l EN # alerts in English
bunx straeto plan -f <place> -t <place> # place names or coordinates
bunx straeto plan -f <place> -t <place> --at 08:30 # depart at time
bunx straeto plan -f <place> -t <place> --by 17:00 # arrive by time
FORCE_COLOR=0 as an env variable when running commands so the output is readable.straeto next <stop>.straeto route <number> to show active buses.straeto plan -f <place> -t <place>. Place names are supported directly.npx claudepluginhub magtastic/straeto-cli --plugin straetoQueries live Wellington-region Metlink bus data via a CLI for stops, routes, arrivals, alerts, and vehicle positions. Use only for Metlink buses, not trains, ferries, or cable car.
Searches Korean 시외버스 (intercity bus) timetables, fares, and seat availability via the official Tmoney HTTP API. Assists up to checkout handoff without submitting payment.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.