Irail

v1.0.1

Query Belgian railway (NMBS/SNCB) schedules via the irail CLI. Use when the user wants train departures, connections between stations, train compositions, or...

0· 629·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Belgian railway queries) match the declared requirements: the skill needs the irail CLI and optionally jq. No unrelated credentials, files, or services are requested.
Instruction Scope
SKILL.md only instructs running the irail CLI and (optionally) jq, and to prefer --json for machine parsing. It does not ask the agent to read unrelated files, exfiltrate data, or access unrelated environment variables.
Install Mechanism
Install options are a third‑party Homebrew tap (dedene/tap) or a Go package from GitHub (github.com/dedene/irail-cli). Both are reasonable for a CLI but involve pulling code from external sources; the brew tap is not an official core formula so verify the tap/author if you require higher assurance.
Credentials
The skill declares no required credentials. SKILL.md documents optional environment variables (IRAIL_LANG, IRAIL_JSON, NO_COLOR) that are appropriate for a CLI tool and proportional to its functionality.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not modify other skills or system-wide settings in its instructions.
Assessment
This skill is coherent with its stated purpose, but it requires installing and executing a third‑party CLI. If you plan to install: (1) review the GitHub repo (https://github.com/dedene/irail-cli) to confirm the source code and that you trust the author; (2) prefer building from source (go install) if you want to avoid adding a third‑party Homebrew tap; (3) be aware the agent will need permission to run the irail binary and network access to call the public iRail API; and (4) if you need stronger supply-chain guarantees, verify release checksums/signatures or sandbox the binary before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk9750kya9d1v3169ppy8v7rwnh81596h

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsirail
Any binjq

Install

Homebrew
Bins: irail
brew install dedene/tap/irail
Go
Bins: irail

Comments