Shenzhen Metro

v3.1.1

深圳地铁查询工具。查线路、站点、票价、时刻表、换乘、客流等。覆盖美食/商场/停车场等周边信息,及票价优惠、无障碍设施、打卡点等特色功能。(⚠️ 非官方数据,数据为测试用途仅供参考)

0· 164·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mickey406/shenzhen-metro.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Shenzhen Metro" (mickey406/shenzhen-metro) from ClawHub.
Skill page: https://clawhub.ai/mickey406/shenzhen-metro
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install shenzhen-metro

ClawHub CLI

Package manager switcher

npx clawhub@latest install shenzhen-metro
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Shenzhen metro queries) match the included files and instructions. The skill relies on a local data file (data/metro_facts.json) and optionally the Gaode/AMap API for POI/nearby queries; that requirement is reasonable and expected.
Instruction Scope
SKILL.md confines actions to reading the bundled JSON and optionally calling AMap endpoints (examples shown with curl). It suggests using a TTS tool for audio but gives no concrete external endpoints. The instructions are otherwise scoped to metro queries and surrounding POI info; they do not request unrelated system files or secrets.
Install Mechanism
Instruction-only skill with no install spec and no code to execute — lowest-risk installation surface. Nothing is downloaded or written by an installer.
!
Credentials
The skill requests the AMap API key via an entry in data/metro_facts.json (amap_api_key). While this is functionally proportional, storing an API key in a local data file is less secure than using environment variables or a secrets store. No other credentials are requested.
Persistence & Privilege
always is false and there are no install scripts or actions that modify other skills or system settings. The skill can be invoked autonomously (default), which is normal for skills and not by itself a concern.
Assessment
This skill appears to do only what it says: answer Shenzhen metro questions using the bundled offline data and optional AMap API calls. Things to consider before installing: (1) If you want AMap-powered nearby/POI queries you must paste your AMap key into data/metro_facts.json — avoid committing that file to version control or sharing it, since storing API keys in repo files is insecure; prefer using a local-only config or environment variable instead. (2) The skill warns data are unverified — double-check critical travel details with official Shenzhen Metro sources. (3) If you enable autonomous invocation, be aware the skill may issue network calls to AMap when asked for POI data; only provide an API key you trust. (4) If you plan to use TTS, confirm which TTS tool will be used and whether it sends audio or text to third-party services.

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

latestvk97132xy332ncb8hpqxtb59bq983618n
164downloads
0stars
12versions
Updated 1mo ago
v3.1.1
MIT-0

深圳地铁查询

数据来源

  • 高德POI/地铁路线API(需用户配置Key)
  • 公开网络收集的地铁信息

核心功能

功能示例问题
线路站点"1号线有哪些站?"
完整站点库"14号线全部站点"(共15条线路)
时刻表"福田站首班车几点?"
换乘"岗厦北怎么换乘?"
站点详情"车公庙有洗手间吗?"
周边"站附近有什么好吃的?"
实时客流"现在哪个站最挤?"

特色功能(详见 data/metro_facts.json)

  1. 地铁冷知识 - 最深站/最长间距/首条线路
  2. 避峰指南 - 早晚高峰最挤站点+绕行方案
  3. 票价优惠 - 深圳通9.5折/学生卡5折/老人免费
  4. WiFi服务 - SZMetro-Free连接方式
  5. 失物招领 - 客服热线+办公地址
  6. 机场换乘 - 11号线直达机场/机场北
  7. 打卡点 - 福田站壁画/世界之窗可达景点
  8. 节假日 - 春节/国庆运营时间调整
  9. 语音播报 - 使用tts工具生成语音
  10. 英文翻译 - 站名英文对照
  11. 离线数据 - 基础信息可离线查

使用流程

  1. 理解需求(线路/站点/时间/周边/优惠等)
  2. 查 data/metro_facts.json 或调用高德API
  3. 返回结果,如需语音可调用tts工具

高德API调用

# 站点查询
curl "https://restapi.amap.com/v3/place/text?city=深圳&keywords=车公庙站&key=YOUR_API_KEY"

# 美食
curl "...&types=050000&key=YOUR_API_KEY"

# 商场
curl "...&types=060000&key=YOUR_API_KEY"

配置API Key:在 data/metro_facts.json 中修改 amap_api_key

注意事项

  • 票价按里程计算,非站数
  • 节假日运营可能有调整
  • 建议通过官方渠道确认最新信息

⚠️ 免责声明

本Skill数据为测试用途,来自公开网络,未核实,仅供参考。

Comments

Loading comments...