Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

srbijavoz-timetable斯比雅沃斯 时间表

Agent Skill

srbijavoz-timetable 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,312

周安装

138

GitHub Stars

公开资料未说明

下载量

1,104
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:srbijavoz-timetable(斯比雅沃斯 时间表)
来源仓库:https://github.com/atomashevic/srbijavoz-timetable
安装命令:
openclaw skills install srbijavoz-timetable
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install srbijavoz-timetable

简介

查看 Srbija Voz 官方列车通知和时间表元数据。

  • 支持验证实时延误、取消和站点替换信息。
  • 提供车站比赛和时刻表变更查询。srbijavoz-timetable 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适用于出行规划和交通状况监控。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需确认地区和时间范围以获取准确数据。

SKILL.md

name
srbijavoz
description
Check official Srbija Voz notices, station matches, and timetable metadata. Use when verifying live train delays, cancellations, stoppages, or replacement bus service in Serbia.
license
MIT
metadata
{"clawdbot":{"emoji":"🚆","requires":{"bins":["python3"]},"os":["linux","darwin"]}}

Srbija Voz Status

Check official public Srbija Voz passenger-information endpoints and summarize whether a route has a live disruption, a timetable-only change, or no current issue.

When to Use

  • The user asks whether a Srbija Voz route currently has delays, cancellations, stoppages, or replacement bus service.
  • The user wants current notices from the official Srbija Voz passenger-information site.
  • The user needs station autocomplete matches from the timetable app.
  • The user wants to confirm whether a notice is a live disruption or recurring timetable information.
  • The user asks specifically about the Novi Sad - Petrovaradin corridor.

Safe Scope

  • Use only the official public passenger-information endpoints bundled in scripts/srbvoz_scraper.py.
  • Treat this skill as read-only transit information lookup.
  • Do not log in, solve challenges, bypass limits, or imitate protected user activity.
  • If the public API stops working, use the timetable page fallback only for passive metadata checks.

Check Current Notices

Run the bundled script first:

python3 scripts/srbvoz_scraper.py --limit 20

Filter notices when the user mentions a specific issue:

python3 scripts/srbvoz_scraper.py --query "kašnjenje" --limit 20
python3 scripts/srbvoz_scraper.py --query "Petrovaradin" --limit 20

The output JSON is the source of truth for current notices. Use notice title, content, date, and link in the final answer.

Resolve Station Names

When the user gives a partial station name, call the station endpoint through the same script:

python3 scripts/srbvoz_scraper.py --station "Beograd"

Return the best matching station names and codes. Do not guess station names without checking the API first.

Inspect Timetable Metadata

When the user asks whether something is a timetable artifact rather than a fresh notice, inspect the timetable page metadata:

python3 scripts/srbvoz_scraper.py --timetable-info
python3 scripts/srbvoz_scraper.py --station "Novi Sad" --timetable-info

Use this only to support interpretation. Prefer live notices over timetable-page hints.

Classify the Result

Scan notice titles and bodies for disruption cues. Read references/keyword-cues.md when you need the full cue list.

Classify each relevant result as one of:

  • delay
  • stopped
  • canceled
  • operational_change
  • replacement_bus_service
  • no_disruption_found

On the Novi Sad - Petrovaradin corridor, treat recurring bus-service notices as timetable information unless the notice explicitly says service changed, stopped, or was canceled.

Answer Format

Default to a short, rider-friendly summary.

Lead with the practical answer in plain language, for example:

  • No current issue found for Novi Sad -> Beograd.
  • There is an issue on Novi Sad -> Beograd this morning.
  • Only a recurring bus-transfer notice is present, no fresh disruption found.

Then include only the useful operational details:

  • whether there is a current issue or not
  • affected route / train / departure times if known
  • whether it looks current today, ongoing, or just a recurring timetable arrangement
  • what the passenger should do, if obvious, for example use replacement bus, expect delay, or check the next departure

Do not include classifier jargon like disruption type unless the user asks for it. Do not quote trigger phrases or explain the internal classification unless the user asks. Mention live notice versus recurring timetable notice only when it helps disambiguate whether the issue is fresh.

If nothing relevant appears, say that no matching current notice was found.

Handle Failures

  • If the API request fails, the script can fall back to the public timetable page unless --no-fallback is set.
  • If both API and fallback fail, say that the official public endpoints were unavailable at lookup time.
  • If the user asks for exact timetable calculations, explain that this skill only checks public notices, station lookup, and timetable metadata.

Tips

  • Prefer route-specific queries like Petrovaradin, Beograd centar, or Novi Sad over generic searches.
  • Quote the exact Serbian phrase that triggered the classification instead of paraphrasing the whole notice.
  • A recurring bus notice on the Petrovaradin corridor is not enough by itself to claim a fresh disruption.
  • Use --station before answering ambiguous station-name questions.
  • Use --timetable-info only as supporting evidence, not as the primary source when live notices exist.
  • Keep the final answer short and operational: what happened, where, and whether it appears current.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.93%
按下载量换算893

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills