openakita-skills-didi-ride
DiDi ride-hailing service skill. Supports taxi booking, price estimation, route planning (driving/transit/walking/cycling), order management, driver location tracking, and scheduled rides. Use when user expresses any transportation need including ride-hailing, route queries, or commuting.
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=openakita-openakita-skills-didi-ride-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name openakita/skills@didi-ride description DiDi ride-hailing service skill. Supports taxi booking, price estimation, route planning (driving/transit/walking/cycling), order management, driver location tracking, and scheduled rides. Use when user expresses any transportation need including ride-hailing, route queries, or commuting. license MIT metadata {"author":"didi","version":"1.0.0"} requires {"env":["DIDI_MCP_KEY"]} 滴滴出行服务 通过 DiDi MCP Server API 提供打车、路线规划、订单管理等出行能力。 快速开始 获取 MCP KEY 访问 https://mcp.didichuxing.com/claw 获取 MCP Key,或使用滴滴出行 App 扫码。 配置 Key 直接在对话中告诉 Agent 你的 MCP Key,或编辑配置: export DIDI_MCP_KEY="your_key" 依赖 npm install -g mcporter 核心能力 打车:直接说"打车去[地点]"、"回家"、"上班" 查价:查一下从 A 到 B 多少钱 查询订单:了解当前订单状态 司机位置:司机在哪里、多久到 预约出行:15 分钟后打车、明天 9 点去机场 路线规划:驾车/公交/步行/骑行 取消订单:取消当前订单 主流程 地址解析:maps_textsearch 确认起终点 价格预估:taxi_estimate(获取 traceId) 创建订单:taxi_create_order 查询状态:taxi_query_order 工具清单 领域 工具 打车 maps_textsearch, taxi_estimate, taxi_create_order, taxi_query_order, taxi_cancel_order 路线 maps_direction_driving, maps_direction_transit, maps_direction_walking, maps_direction_bicycling 周边 maps_place_around MCP 调用格式 MCP_URL=" https://mcp.didichuxing.com/mcp-servers?key=$DIDI_MCP_KEY " mcporter call "$MCP_URL" --args '{"key":"value"}' 预置脚本 scripts/didi_mcp.py 滴滴出行 MCP 客户端,需设置 DIDI_MCP_KEY。 python3 scripts/didi_mcp.py ride --from "望京SOHO" --to "国贸大厦" python3 scripts/didi_mcp.py route --from "望京" --to "国贸" python3 scripts/didi_mcp.py poi --keyword "加油站" --location "116.4,39.9" python3 scripts/didi_mcp.py price --from "望京" --to "国贸"
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.