ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

Buslah

Skill by abhayjb

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abhayjb/buslah
Or

What This Skill Does

Buslah is a specialized OpenClaw skill that provides real-time public transportation insights for the Singapore bus network. By leveraging the ArriveLah API and official Singapore transit data, the agent can calculate optimal bus routes based on natural language queries. It works by geocoding your origin and destination, identifying the nearest functional bus stops, and filtering bus routes that connect these points effectively. It parses live arrival telemetry including bus type, wheelchair accessibility, and current passenger load, ensuring you have the most accurate information before you step out the door.

Installation

To integrate Buslah into your OpenClaw agent, use the CLI installation command provided by the repository. Ensure that your system environment has curl installed, as the skill relies on this utility to fetch real-time data from the transit APIs. Command: clawhub install openclaw/skills/skills/abhayjb/buslah

Use Cases

Buslah is ideal for daily commuters and visitors in Singapore who prefer a conversational interface over static transit apps. It is perfect for checking "next-bus" timings when walking to a stop, verifying which buses will take you from a shopping center to a specific MRT station, or planning routes from your current location to a friend's house. By simply speaking or typing your destination, the agent performs the complex geospatial math in the background, surfacing only the relevant bus arrivals.

Example Prompts

  1. "Bus from Orchard MRT to Botanic Gardens."
  2. "How do I get from my current office at Raffles Place to Marina Bay Sands by bus?"
  3. "Bus from Tampines Interchange to Changi Airport."

Tips & Limitations

To get the best results, use specific landmarks or recognized bus stop names. While the skill uses coordinate matching to find the nearest stops within 300 meters, large buildings or complex junctions might occasionally return multiple candidate stops. The skill assumes you are looking for immediate transit, so it prioritizes routes that have arrivals scheduled within the next 30 minutes. Be aware that the accuracy of live arrival data is dependent on the Land Transport Authority of Singapore's real-time feeds; minor delays or bus bunching may affect the precision of the timing estimates provided.

Metadata

Author@abhayjb
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-abhayjb-buslah": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#singapore#transport#bus#navigation#real-time
Safety Score: 4/5

Flags: network-access, external-api