生活とツール
#ai
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
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=openakita-openakita-skills-didi-ride-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
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 "国贸"
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |