← 返回 Skills 市场
1311
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mymcdonald
功能描述
麦当劳助手 - 查询/领取优惠券、活动日历、餐品营养信息、门店查询
安全使用建议
What to consider before installing:
- Source unknown: The skill has no homepage and an unknown owner — treat it as unvetted. Verify the MCP endpoint (https://mcp.mcd.cn) is legitimate before providing any token.
- Token required but not declared in metadata: SKILL.md expects MCD_TOKEN (and optional MCD_MCP_URL), yet the registry metadata listed no required env vars. That mismatch is suspicious; assume the skill will need your MCD_TOKEN to operate.
- Sensitive capability: With your MCD_TOKEN the skill can perform state-changing actions (auto-bind-coupons) against your account. Only grant a token you control, and prefer a limited-scope or revocable token if possible.
- Operational safety: Configure the agent to ask for explicit user confirmation before running the "auto-bind-coupons" or any action that modifies your account. Consider allowing read-only calls (list coupons, nutrition) first and test behavior.
- Token handling: Never paste tokens into public chats. Store MCD_TOKEN in a secure place and rotate/revoke it if you stop using the skill or see unexpected activity.
- Rate limits & privacy: The skill warns about rate limits; avoid automated high-frequency polling. Review what personal data the MCP API returns and whether you are comfortable sharing it with the agent.
If you need higher assurance, ask the skill author for a homepage/source repo, a declared list of required env vars in the registry metadata, and documentation of token scopes and safety controls.
功能分析
Type: OpenClaw Skill
Name:
Developer:
Version:
Description: OpenClaw Agent Skill
The skill is designed to interact with a McDonald's API (`mcp.mcd.cn`) to query and manage coupons, view activity calendars, and access nutrition information. It requires an `MCD_TOKEN` for authentication, which is sent only to the specified McDonald's domain. All `curl` commands are directed to this legitimate endpoint and perform actions consistent with the stated purpose. There is no evidence of prompt injection, unauthorized data exfiltration, malicious execution, or persistence mechanisms.
能力评估
Purpose & Capability
The skill's described purpose (query/claim coupons, nutrition, calendar, store lookup) aligns with the curl-based MCP API calls in SKILL.md. However, the registry metadata claims no required environment variables while SKILL.md explicitly requires MCD_TOKEN (and optionally MCD_MCP_URL). That metadata mismatch is an important inconsistency (the token is appropriate for the stated purpose, but it should have been declared).
Instruction Scope
The instructions are explicit: run curl POSTs to https://mcp.mcd.cn (or MCD_MCP_URL) using Authorization: Bearer $MCD_TOKEN and parse JSON-RPC results. They do not instruct the agent to read unrelated files or system credentials. One caveat: the skill includes an auto-bind-coupons tool that will modify the user account (claim coupons) — this is within the claimed scope but is a state-changing operation that should require user consent.
Install Mechanism
No install spec or code files — instruction-only skill. This is lower risk because nothing is written to disk by the skill package itself.
Credentials
SKILL.md requires an API token (MCD_TOKEN) which is proportionate to calling a user-scoped McDonald's API. But the registry metadata lists no required env vars, creating an inconsistency. The token is a sensitive credential and the skill would have direct capability to act on the user's account (including claiming coupons). No other unrelated credentials are requested.
Persistence & Privilege
always:false (normal). Model invocation is enabled (default), so the agent could autonomously call the MCP endpoints. Combined with the auto-bind-coupons action, that means the skill could perform account-altering operations automatically unless you configure the agent to require confirmation — recommend requiring explicit user confirmation for write operations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mymcdonald - 安装完成后,直接呼叫该 Skill 的名称或使用
/mymcdonald触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首发版本,推出麦当劳助手 skill
- 支持查询/领取优惠券、活动日历、餐品营养信息与套餐搭配
- 支持查询门店及实时活动
- 需配置麦当劳 MCP Token,基于官方服务获取实时数据
元数据
常见问题
My Mcdonald 是什么?
麦当劳助手 - 查询/领取优惠券、活动日历、餐品营养信息、门店查询. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1311 次。
如何安装 My Mcdonald?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mymcdonald」即可一键安装,无需额外配置。
My Mcdonald 是免费的吗?
是的,My Mcdonald 完全免费(开源免费),可自由下载、安装和使用。
My Mcdonald 支持哪些平台?
My Mcdonald 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 My Mcdonald?
由 Jiayu(@pmwalkercao)开发并维护,当前版本 v1.0.0。
推荐 Skills