ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

mcdonald

麦当劳助手 - 查询/领取优惠券、活动日历、餐品营养信息、门店查询

Why use this skill?

Automate your McDonald's experience with the OpenClaw mcdonald skill. Easily fetch coupons, track activities, and check nutritional info directly from your chat agent.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hi-yu/mcdonald
Or

What This Skill Does

The McDonald's Assistant (mcdonald) skill is a powerful automation tool for OpenClaw that integrates directly with McDonald's China's MCP (Model Context Protocol) services. It serves as your personal digital companion for navigating McDonald's services, allowing you to manage coupons, stay informed about marketing campaigns, and make data-driven decisions about your dietary choices using detailed nutritional information. By leveraging this skill, you can automate repetitive tasks like checking for new deals or calculating the caloric impact of your favorite meals.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/hi-yu/mcdonald

After installation, you must configure your API credentials. Obtain your API token from https://mcp.mcd.cn and set the MCD_TOKEN environment variable in your system configuration. Optionally, you can define MCD_MCP_URL if you are pointing to a custom proxy or service endpoint.

Use Cases

  • Coupon Management: Automatically fetch a list of available coupons or perform an 'auto-bind' to add all available promotions to your account in one go.
  • Campaign Tracking: Keep track of upcoming or ongoing promotional events, activity calendars, and seasonal offers provided by McDonald's.
  • Nutritional Planning: Query the nutritional database to find information about calories, protein, fat, carbohydrates, and sodium levels for various menu items. This is ideal for users who are tracking their macros or trying to build a meal within a specific calorie limit.

Example Prompts

  1. "我今天有哪些可以领取的优惠券?帮我一键全部领了。"
  2. "查看一下最近麦当劳有什么特别的促销活动吗?"
  3. "我想吃个午餐,帮我搭配一套总热量在 600 大卡左右的套餐。"

Tips & Limitations

  • Security: Always ensure your MCD_TOKEN is kept secure and not hardcoded in public scripts. Use system environment variables to manage it.
  • Data Accuracy: Nutritional data is pulled directly from the MCP interface; however, always check local branch availability as menu items and promotions can vary by region.
  • Context: The now-time-info tool is crucial for the AI to understand if an event is currently live. When performing complex queries, the agent may automatically invoke this to ensure the time-sensitivity of your requests is respected.

Metadata

Author@hi-yu
Stars2387
Views2
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hi-yu-mcdonald": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#mcdonalds#coupons#nutrition#automation#food-assistant
Safety Score: 4/5

Flags: network-access, external-api, code-execution