skanetrafiken

Review·Scanned 2/18/2026

This skill provides a Skåne public-transport trip planner that uses included shell scripts and real-time API queries. It runs ./search-location.sh and ./journey.sh, which call https://www.skanetrafiken.se/gw-tps/api/v2/Points and https://www.skanetrafiken.se/gw-tps/api/v2/Journey and write /tmp/skanetrafiken_points_$$.json and /tmp/skanetrafiken_response_$$.json.

from clawhub.ai·v1.2.0·34.0 KB·0 installs
Scanned from 1.2.0 at 4055a4e · Transparency log ↗
$ vett add clawhub.ai/rezkam/skanetrafikenReview findings below

Skånetrafiken Trip Planner Skill

Plan public transport journeys in Skåne, Sweden with real-time information.

An Agent Skills compatible skill for AI agents.

Installation

Clawdhub

npx clawdhub@latest install rezkam/boring-but-good/skanetrafiken
# or: pnpm dlx clawdhub@latest install rezkam/boring-but-good/skanetrafiken
# or: bunx clawdhub@latest install rezkam/boring-but-good/skanetrafiken

Claude Code

git clone https://github.com/rezkam/boring-but-good.git
cp -r boring-but-good/skanetrafiken ~/.claude/skills/skanetrafiken

Requirements

  • curl - HTTP requests
  • jq - JSON processing

Features

  • Two-step workflow - Search locations first, then plan journeys with confirmed IDs
  • Smart disambiguation - LLM can validate results and ask clarifying questions
  • Real-time delays - Shows actual departure times with delay indicators
  • Flexible scheduling - Travel now, depart at, or arrive by specific times
  • Platform info - Track and platform numbers for each leg
  • Disruption alerts - Service disruption warnings when available
  • Cross-border support - Copenhagen trips via Öresundståg and Metro

Commands

CommandPurpose
search-location.shFind stations, addresses, or landmarks
journey.shPlan a journey between two locations

Usage

See SKILL.md for complete usage guide, LLM workflow, query formatting rules, and examples.

License

MIT