SrbijaVoz Timetable and Announcements

v1.0.0

Check official Srbija Voz notices, station matches, and timetable metadata. Use when verifying live train delays, cancellations, stoppages, or replacement bu...

0· 69·0 current·0 all-time
byAleksandar Tomašević@atomashevic
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 align with the provided script and endpoints. The script only calls public Srbija Voz APIs and timetable pages (https://www.srbvoz.rs and https://w3.srbvoz.rs) and provides station lookup and notice classification, which fits the stated purpose. Requiring python3 is appropriate.
Instruction Scope
SKILL.md instructs running the included script with specific flags and to prefer live API notices over timetable fallback. The runtime instructions do not ask the agent to read unrelated files or environment variables. Note: the script writes results to a JSON file (default srbvoz_notices.json) and may fetch full HTML as a fallback when the API fails — both are expected for this task.
Install Mechanism
There is no install spec; this is an instruction-only skill with a bundled Python script. No external binary downloads or package installs are performed by the skill itself. This minimal approach matches the task.
Credentials
The skill requests no environment variables or credentials. The script optionally uses the certifi package if installed to validate TLS but does not require secrets or keys. Requested access (network to official srbvoz domains) is proportional to the functionality.
Persistence & Privilege
The skill does not request permanent/enforced presence (always: false) and does not modify other skills or global agent settings. It can be invoked autonomously per platform defaults, which is normal; there are no additional privileged behaviors.
Assessment
This skill appears to do exactly what it says: run the bundled Python scraper to read public Srbija Voz APIs and return notices. Before installing, note: the script will make outbound HTTPS requests to srbvoz.rs and w3.srbvoz.rs and will write a JSON file (default srbvoz_notices.json) in the working directory; it has no need for credentials. If you want to limit network access or file writes, run the script manually first to inspect the output and confirm behavior. If you expect the agent to call the skill autonomously, be aware it can fetch live web data (no secrets are involved).

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

latestvk97005hsqdyh6metpca9jh1rg183x5xp

License

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

Runtime requirements

🚆 Clawdis
OSLinux · macOS
Binspython3

Comments