Skills Plugins MCP Prompt Model 博客 我的中心

mvg

Munich public transport (MVG) - departures, schedules, and alerts. Use when user shares location in Munich, asks about transport schedules, nearby stops, or transit disruptions.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=diegosouzapw-awesome-omni-skill-skills-development-mvg-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name mvg description Munich public transport (MVG) - departures, schedules, and alerts. Use when user shares location in Munich, asks about transport schedules, nearby stops, or transit disruptions. MVG Skill 🚇 Munich public transport departures, schedules, and alerts. 1. Departures by Location When user shares location or asks about nearby transport: python3 mvg-departures.py <lat> <lng> # With options python3 mvg-departures.py <lat> <lng> -- limit 5 --offset 3 --compact Options Flag Description --limit N Max departures (default: 8) --offset MIN Walking time to stop (filters out departures leaving too soon) --types U,S,BUS,TRAM Filter by transport type --compact One-line format --json JSON output Examples # Central Munich python3 mvg-departures.py 48.137 11.575 # Only U-Bahn and S-Bahn, 5 min walk to station python3 mvg-departures.py 48.137 11.575 --types U,S --offset 5 # Compact output python3 mvg-departures.py 48.137 11.575 --compact Output Format 📍 **Marienplatz** (München) 🚇 U3 → Fürstenried West (2 min) 🚇 U6 → Klinikum Großhadern (3 min) 🚆 S1 → Freising (5 min +2) Delay shown as (+N) minutes. 2. On Location Share When user sends a location via Telegram/Signal, automatically show nearby departures: python3 mvg-departures.py <lat> <lng> -- limit 6 --compact 3. Alerts & Disruptions Check for strikes, disruptions, construction: web_search "München MVG Streik Störung" --freshness pd Keywords Streik — strike Störung — disruption Sperrung — closure Ausfall — cancellation Verspätung — delay Bauarbeiten — construction MVG vs S-Bahn Service Operator During MVG Strike U-Bahn MVG ❌ Affected Tram MVG ❌ Affected Bus (1-199) MVG ❌ Affected S-Bahn DB ✅ Usually runs Regional trains DB ✅ Usually runs ⚠️ S-Bahn is operated by Deutsche Bahn, not MVG! 4. Heartbeat Integration Add to HEARTBEAT.md for automated checks: ### 🚨 MVG Alerts (every heartbeat) - web _search: "München MVG Streik Störung" freshness=pd - Report NEW alerts only (check reportedAlerts in state) ### 📍 On Location - python3 mvg-departures.py < lat > < lng > --limit 6 Track reported alerts in state file: { "reportedAlerts" : [ "mvg-streik-2026-02-02" ] , "acknowledgedAlerts" : [ ] } 5. API Reference Uses unofficial MVG API: Base: https://www.mvg.de/api/bgw-pt/v3 GET /stations/nearby?latitude=X&longitude=Y GET /departures?globalId=STATION_ID&limit=N&offsetInMinutes=M Python package: pip install mvg Requirements pip install mvg Munich Tips Rush hours : 7:00-9:00, 16:30-19:00 Oktoberfest : U4/U5 crowded (late Sept) Allianz Arena : U6 packed on match days Night service : Limited after 00:30 (weekdays)
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。