Back to skills
SkillHub ClubShip Full StackFull Stack
arrivelah
One-word trigger for next bus arrival to your destination
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
3,129
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
A85.2
Install command
npx @skill-hub/cli install openclaw-skills-arrivelah
Repository
openclaw/skills
Skill path: skills/abhayjb/arrivelah
One-word trigger for next bus arrival to your destination
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install arrivelah into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding arrivelah to shared team environments
- Use arrivelah for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: arrivelah
description: One-word trigger for next bus arrival to your destination
homepage: https://github.com/abhay/arrivelah
metadata: {"clawdbot":{"emoji":"π","requires":{"bins":["curl","jq"]},"tags":["singapore","transport","bus"]}}
---
# ArriveLah - 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
```
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "abhayjb",
"slug": "arrivelah",
"displayName": "Arrivelah",
"latest": {
"version": "1.0.0",
"publishedAt": 1772073032705,
"commit": "https://github.com/openclaw/skills/commit/dd526f1144f5fc3bc1a39a6143ae29c2a32efcd4"
},
"history": []
}
```