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

mcdonald

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

Why use this skill?

Manage McDonald's coupons, check nutritional data, and track promotions with the OpenClaw McDonald's Assistant. Streamline your dining experience with this AI skill.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The McDonald's Assistant (mcdonald) skill is a comprehensive tool designed to integrate McDonald's China ecosystem services directly into the OpenClaw AI environment. It acts as an intelligent bridge between the user and the McDonald's MCP (Model Context Protocol) service, enabling seamless interaction with loyalty programs, nutritional databases, and promotional event schedules. The skill handles the complexity of API authentication and JSON-RPC formatting, allowing you to focus on nutrition tracking, saving money through coupon management, or simply staying updated with the latest in-store promotions without leaving your terminal or AI interface.

Installation

To install this skill, use the following command in your OpenClaw terminal:

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

After installation, ensure you have registered at https://mcp.mcd.cn to obtain your unique API token. You can configure the MCD_TOKEN environment variable in your system settings to avoid manual entry for every call. If your deployment uses a custom gateway, set the MCD_MCP_URL environment variable accordingly.

Use Cases

  1. Smart Coupon Management: Easily identify available deals, claim all available coupons with a single command, or list currently active coupons in your wallet.
  2. Nutritional Guidance: Access detailed nutritional breakdowns for McDonald's menu items. Perfect for users tracking their macronutrients or planning calorie-controlled meals.
  3. Event Monitoring: Stay informed about limited-time offers and national promotional campaigns using the built-in calendar tracking functionality.

Example Prompts

  • "What coupons are available for me to claim today?"
  • "Help me find the nutrition information for a Big Mac and a medium fry, and tell me how many calories that is."
  • "Are there any active promotional events or campaigns happening at McDonald's right now?"

Tips & Limitations

  • Token Security: Always treat your MCD_TOKEN as a secret. Do not hardcode it directly into scripts or share it publicly.
  • Data Freshness: The skill uses the now-time-info tool internally to sync with the server's time; if you encounter issues with expired coupons, ensure your system clock is accurate.
  • Rate Limiting: Be mindful of frequent requests when bulk-claiming coupons, as the MCP service may apply rate limits based on your API token usage. If a request fails, allow a few seconds before retrying.

Metadata

Author@hi-yu
Stars2387
Views10
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-mcd": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

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