smart-commuter-skill

Installation
SKILL.md

When to trigger

The agent should pick this skill up when the user says things like:

  • "I'm driving to Toa Payoh Central, where should I park?"
  • "Parking near Marina Bay — is the usual lot full?"
  • "Should I drive to Bugis now or is the traffic bad?"
  • "Is there a carpark near me with lots available?"

The agent extracts the destination (a place name, postal code, or address) and runs the script.

Quick Start

python3 skills/smart-commuter-skill/scripts/smart_commuter.py "Toa Payoh Central"
python3 skills/smart-commuter-skill/scripts/smart_commuter.py "310080"          # postal
python3 skills/smart-commuter-skill/scripts/smart_commuter.py "Marina Bay" "HE12"  # with hint
Installs
3
First Seen
Jun 25, 2026
smart-commuter-skill — kangcodex/singapore-skills