← 返回 Skills 市场
kongdeyu

麦当劳点餐

作者 kongdeyu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
404
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mcdonalds
功能描述
麦当劳中国 MCP 服务集成,支持优惠券、点餐、外卖、积分商城等功能。当用户提到麦当劳、McDonald's、麦乐送、麦麦省、麦当劳优惠券、麦当劳积分、麦当劳点餐时触发此技能。
安全使用建议
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 official developer console. 4) Inspect and run the included script locally if possible; monitor network traffic to ensure requests go only to the expected domain. 5) Revoke the token immediately if you suspect it was exposed. The main concrete issue is a metadata omission (missing required env var); that alone doesn't imply malicious intent but it should be fixed and treated cautiously.
功能分析
Type: OpenClaw Skill Name: mcdonalds Version: 1.0.0 The skill bundle provides a legitimate integration with McDonald's China services via a JSON-RPC API (mcp.mcd.cn). The Python script (scripts/mcp_call.py) is a straightforward wrapper for making authenticated requests using a user-provided environment variable (MCD_MCP_TOKEN), and the documentation (SKILL.md, references/tools.md) clearly outlines the intended functionality for ordering food and managing coupons without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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).
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-level privileges. It does not modify other skills or agent-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcdonalds
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcdonalds 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:支持优惠券领取、外卖点餐、积分兑换等功能
元数据
Slug mcdonalds
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 1
常见问题

麦当劳点餐 是什么?

麦当劳中国 MCP 服务集成,支持优惠券、点餐、外卖、积分商城等功能。当用户提到麦当劳、McDonald's、麦乐送、麦麦省、麦当劳优惠券、麦当劳积分、麦当劳点餐时触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 404 次。

如何安装 麦当劳点餐?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcdonalds」即可一键安装,无需额外配置。

麦当劳点餐 是免费的吗?

是的,麦当劳点餐 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

麦当劳点餐 支持哪些平台?

麦当劳点餐 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 麦当劳点餐?

由 kongdeyu(@kongdeyu)开发并维护,当前版本 v1.0.0。

💬 留言讨论