📦 McDonald's Order — 麦当劳点餐

v1.0.0

接入麦当劳中国MCP,一句话完成优惠券核销、点餐、外卖下单及积分兑换,全程自动。

0· 363·1 当前·2 累计
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
NULL
评估建议
This skill appears to be a straightforward MCP client, but before installing you should: 1) Confirm the registry metadata is corrected to declare MCD_MCP_TOKEN as a required credential (and ideally mark it as the primary credential). 2) Treat MCD_MCP_TOKEN as sensitive — it can access addresses, orders, coupons, and account info; only provide a token you control and understand its scope. 3) Verify the endpoints (open.mcd.cn and mcp.mcd.cn) are legitimate and that you obtained the token from the ...
详细分析 ▾
用途与能力
The name, description, SKILL.md and the included Python script all consistently implement a McDonald's (MCP) API client for coupons, orders, addresses and points. The requested functionality (menu, coupons, create orders) aligns with the stated purpose.
指令范围
SKILL.md instructs the agent to use the provided script to call MCP endpoints over HTTPS and to set MCD_MCP_TOKEN. The runtime instructions are narrowly scoped to MCP operations and do not ask the agent to read unrelated files or contact unknown endpoints.
安装机制
This is instruction-only with a small included helper script; there is no installer, downloaded archive, or external package fetch. Nothing is written to disk by an installer step beyond running the script itself.
凭证需求
The SKILL.md and script require an environment variable MCD_MCP_TOKEN for authorization, but the registry metadata lists no required env vars or primary credential. That mismatch is a concerning omission because the token grants access to sensitive account operations (addresses, orders, coupons).
持久化与权限
The skill is not always-enabled and does not request persistent system-level privileges. It does not modify other skills or agent-wide configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/11

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install mcdonalds
镜像加速npx clawhub@latest install mcdonalds --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库