← 返回 Skills 市场
92
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tencen-ride-skill
功能描述
腾讯出行服务叫车助手。处理“帮我叫车”“我下班了,帮我叫车”“我要从亚洲金融大厦去腾讯总部”这类请求。关键词:"打车"、"叫车"、"去[地点]"、"回家"、"上班"、"下班"、"司机"、"订单"、"查询订单"。注意:即使用户未明确说"打车",只要涉及从A地到B地、通勤、或交通方式选择,都应触发。不触发场景:开发打...
安全使用建议
This skill is coherent with a ride-hailing assistant but it will: (1) store a user token and address/order state in ~/.config/tms-takecar, (2) run bundled Python scripts that make network requests to Tencent endpoints (default base URL: test.weixin.go.qq.com), and (3) may ask to help install Python if your system lacks it. Before installing, consider: only provide a token if you trust the service and the environment where files will be written; review the included scripts if possible (scripts/tms_takecar.py and scripts/tms_takecar_api.py) or run the skill in a sandboxed environment; do not save the token on a shared machine; and be aware the skill will persist personal addresses and order identifiers locally and interact with remote APIs.
能力标签
能力评估
Purpose & Capability
Name/description match the delivered assets: SKILL.md documents a ride-hailing workflow and the package includes two Python scripts and detailed API/flow docs. The skill stores a token in ~/.config/tms-takecar/env.json and persists state/addresses to ~/.config/tms-takecar/*.json, which is coherent with a call-and-order assistant. No unrelated cloud credentials or surprising binaries are requested.
Instruction Scope
Runtime instructions require invoking the bundled CLI (python3 ./scripts/tms_takecar.py) for preflight, poi-search, estimate-price, create-order, etc. The SKILL.md explicitly tells the agent to read/write files in ~/.config/tms-takecar and to persist a user token; it also enforces strict templated replies. These actions are within the stated purpose but do involve reading and writing local config and making network calls — users should expect local persistence of addresses, token, orderId, and state.
Install Mechanism
There is no install spec in the registry (instruction-only install), which is low risk. The SKILL.md may instruct helping the user install Python if it's missing; that is a system-level change initiated only with user consent and is separate from manifest-level installs.
Credentials
The skill does not request environment variables or external credentials in the manifest; authentication relies on a user-provided token stored in ~/.config/tms-takecar/env.json via the save-token command. Persisting a token and local address data is proportional to the skill's purpose but is sensitive — the token grants API access and should be treated like a secret.
Persistence & Privilege
The skill writes and reads multiple files under the user's home (~/.config/tms-takecar: env.json, state.json, addr.json, short-cut.json) and may create/overwrite those files as part of normal flows. always:false (not force-installed) and autonomous invocation is allowed by default. Writing these user-level config files is expected for this skill but is a persistent capability the user should be aware of.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencen-ride-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencen-ride-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
tms-takecar v1.0.1
- 全新 skill 上线,提供腾讯出行服务叫车助手功能。
- 支持用户叫车、查/取消订单、查询司机位置、登录&token管理等操作。
- 严格流程与回复模版管控,所有出行、价格、地址、订单须通过官方工具查询返回。
- 明确触发条件及禁用场景,防止问询非打车类服务。
- 新手引导:首次使用将提示配置 token 和常住城市。
元数据
常见问题
腾讯出行服务打车skills 是什么?
腾讯出行服务叫车助手。处理“帮我叫车”“我下班了,帮我叫车”“我要从亚洲金融大厦去腾讯总部”这类请求。关键词:"打车"、"叫车"、"去[地点]"、"回家"、"上班"、"下班"、"司机"、"订单"、"查询订单"。注意:即使用户未明确说"打车",只要涉及从A地到B地、通勤、或交通方式选择,都应触发。不触发场景:开发打... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 腾讯出行服务打车skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencen-ride-skill」即可一键安装,无需额外配置。
腾讯出行服务打车skills 是免费的吗?
是的,腾讯出行服务打车skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
腾讯出行服务打车skills 支持哪些平台?
腾讯出行服务打车skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 腾讯出行服务打车skills?
由 腾讯开源(@tencent-adm)开发并维护,当前版本 v1.0.1。
推荐 Skills