arrivelah
One-word trigger for next bus arrival to your destination
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abhayjb/arrivelahArriveLah - Singapore Bus Arrivals
Get your next bus arrival with a single word.
Usage
bus
Returns: Next bus to your saved destination with arrival time.
Configuration
Edit config.json to set:
defaultStop: Your usual bus stop code (e.g., "10051")defaultService: Your usual bus number (e.g., "120")destination: Where you're usually going (for display)
API
Uses the free Arrivelah2 API (https://arrivelah2.busrouter.sg/) No API key required.
Example Output
š Bus 120 ā Home
ā° Next: 2 min (Seats available)
š From: Blk 149 Jalan Bukit Merah
Metadata
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abhayjb-arrivelah": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Buslah
Skill by abhayjb
mem0
Intelligent memory layer for Clawdbot using Mem0. Provides semantic search and automatic storage of user preferences, patterns, and context across conversations. Use when (1) User explicitly says "remember this", (2) Learning user preferences or patterns during conversation, (3) Searching for past context about user's choices/preferences, (4) Building adaptive responses based on learned user behavior. Complements MEMORY.md (structured facts) with dynamic, conversational memory (learned preferences, patterns, adaptive context).