openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Arrivelah

One-word trigger for next bus arrival to your destination

开发与 DevOps

作者:Abhay Bhat @abhayjb

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 276 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:abhayjb/arrivelah

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The skill's code, instructions, and requirements match its description: a small script that reads a local config and queries the Arrivelah2 bus arrival API; nothing appears disproportionate or hidden.

目的

Name/description (one-word trigger for next bus arrival) align with the shipped files: a short bash script and a config.json containing stop/service and apiUrl. Required binaries (curl, jq) are appropriate and expected.

说明范围

SKILL.md confines behavior to reading config.json and calling the Arrivelah2 API. The runtime script only reads its own config file and prints parsed results; it does not reference other system files, credentials, or unexpected endpoints.

安装机制

There is no install spec (instruction-only plus included script), so nothing arbitrary is downloaded or installed. Risk is low because the script is small, readable, and included in the package.

证书

The skill requests no environment variables or credentials. It only reads a local config.json. There are no unexplained secrets or cross-service tokens.

持久

The skill is not always-enabled and does not modify other skills or system settings. It has no persistent background components or privilege-escalating behaviors.

综合结论

This skill is small and coherent: it reads the provided config.json and issues an HTTPS request to the Arrivelah2 API. Before installing, verify you are comfortable with outbound HTTP requests to the apiUrl in config.json (default: https://arrivelah2.busrouter.sg). Ensure curl and jq are available. If you change apiUrl, only point it to trusted endpoints since the script will send your configured stop ID there. No credentials are requested and…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Arrivelah」。简介:One-word trigger for next bus arrival to your destination。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/abhayjb/arrivelah/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
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
```