Overview
- Skill Key
- abhayjb/buslah
- Author
- abhayjb
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/abhayjb/buslah
- Latest Commit SHA
- e5d3f0c018831154ae1f4dc1da2ac5a545dcc5ed
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Buslah 技能。 若已安装,则直接安装 Buslah 技能。
# ArriveLah - Singapore Bus Arrivals Natural language bus lookup for Singapore. ## Trigger Format ``` bus from <source location> to <destination location> ``` Examples: - "bus from Silat Road Sikh Temple to Queens condo" - "bus from Tanjong Pagar MRT to VivoCity" - "bus from my office to home" ## Step-by-Step Workflow ### Step 1: Geocode source location Use web_fetch to resolve the source location to coordinates via OneMap API: ``` https://www.onemap.gov.sg/api/common/elastic/search?searchVal=<source>&returnGeom=Y&getAddrDetails=Y&pageNum=1 ``` Extract `LATITUDE` and `LONGITUDE` from the first result. ### Step 2: Find nearest bus stops to source Fetch the full Singapore bus stop list and find stops closest to source coordinates: ``` https://busrouter.sg/data/2/bus-stops.json ``` This returns a JSON object where each key is a bus stop code, with fields: `description`, `road`, `lat`, `lng`. Compute distance using: `sqrt((lat2-lat1)^2 + (lng2-lng1)^2)` (approximate is fine for short distances). Pick the **3 nearest** stops within ~300m. ### Step 3: Geocode destination location Same as Step 1 for the destination. Extract its coordinates. ### Step 4: Find which buses go from source stops toward destination For each of the 3 nearest source stops, fetch arrivals: ``` https://arrivelah2.busrouter.sg/?id=<stop_code> ``` Then for each bus service at those stops, check if it passes near the destination using: ``` https://busrouter.sg/data/2/routes.json ``` This maps bus service numbers to arrays of stop codes in order. Cross-reference with bus-stops.json to get coordinates of each stop on the route, and check if any stop is within ~400m of the destination coordinates. Keep only buses that: 1. Have the source stop **before** the destination stop in their route (correct direction) 2. Pass within ~400m of the destination ### Step 5: Fetch live arrival times For each matching bus at the source stop, get from the arrivelah2 response: - `next.duration_ms` → minutes unti...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.