Gets your commute time and route options, then texts you the details
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill text-commute-info --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Text Commute Info?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-text-commute-info)More formats (shields.io, HTML) on the badges page.
---
name: text-commute-info
description: Gets your commute time and route options, then texts you the details
metadata:
author: ray.zo.computer
category: Community
display-name: Text commute travel time and route
emoji: 🚏
---
# Prerequisites
- [ ] User should have their phone number added
---
# Inputs
- Origin
- Destination
- Travel mode (driving, transit, walking, bicycling, two-wheeler)
---
# Protocol
1. Build the correct URL for the Google Maps API URL as following:\
`https://www.google.com/maps/dir/?api=1&origin=<ORIGIN>&destination=<DESTINATION>&travelmode=<TRAVELMODE>` where `<ORIGIN>` is the user's provided origin, `<DESTINATION>` is the user's provided destination, and `<TRAVELMODE>` is the user's requested travel mode.
2. Use `tool view_webpage` to view the URL you constructed.
3. Using `tool send_sms_to_user`, relay the information from the page to the user, giving them the top two travel options with their estimated travel time. If transit, explicitly list every train or bus line and transfer used in a route (e.g. Take the M, then G, then L). Also include the URL so the user can see the route on Google Maps.
4. Inform the user that they can repeat this workflow as a `Rule` or `Agent Task`. For example, a `Rule` could be
```markdown
When I text you asking for commute info, use `prompt Prompts/text-commute-info.prompt.md` but IGNORE step 4.
```
and an `Agent Task` could be set to run daily in the morning so that the user can be prepared for going to work or school. If the user wants this, use `tool create_scheduled_task` with `delivery_method: "sms"` and instruction:
```markdown
Run `prompt Prompts/text-commute-info.prompt.md` with origin <ORIGIN>, destination <DESTINATION>, and travel mode <TRAVELMODE>, but IGNORE step 4
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!