← Back to Skills Marketplace
92
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencen-ride-skill
Description
腾讯出行服务叫车助手。处理“帮我叫车”“我下班了,帮我叫车”“我要从亚洲金融大厦去腾讯总部”这类请求。关键词:"打车"、"叫车"、"去[地点]"、"回家"、"上班"、"下班"、"司机"、"订单"、"查询订单"。注意:即使用户未明确说"打车",只要涉及从A地到B地、通勤、或交通方式选择,都应触发。不触发场景:开发打...
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tencen-ride-skill - After installation, invoke the skill by name or use
/tencen-ride-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
tms-takecar v1.0.1
- 全新 skill 上线,提供腾讯出行服务叫车助手功能。
- 支持用户叫车、查/取消订单、查询司机位置、登录&token管理等操作。
- 严格流程与回复模版管控,所有出行、价格、地址、订单须通过官方工具查询返回。
- 明确触发条件及禁用场景,防止问询非打车类服务。
- 新手引导:首次使用将提示配置 token 和常住城市。
Metadata
Frequently Asked Questions
What is 腾讯出行服务打车skills?
腾讯出行服务叫车助手。处理“帮我叫车”“我下班了,帮我叫车”“我要从亚洲金融大厦去腾讯总部”这类请求。关键词:"打车"、"叫车"、"去[地点]"、"回家"、"上班"、"下班"、"司机"、"订单"、"查询订单"。注意:即使用户未明确说"打车",只要涉及从A地到B地、通勤、或交通方式选择,都应触发。不触发场景:开发打... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install 腾讯出行服务打车skills?
Run "/install tencen-ride-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 腾讯出行服务打车skills free?
Yes, 腾讯出行服务打车skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 腾讯出行服务打车skills support?
腾讯出行服务打车skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 腾讯出行服务打车skills?
It is built and maintained by 腾讯开源 (@tencent-adm); the current version is v1.0.1.
More Skills