Jump to related tools in the same category or review the original source on GitHub.

Calendar & Scheduling @ryanchen01 Updated 2/26/2026

🍟 Mcd Cn OpenClaw Skill - ClawHub

Do you want your AI agent to automate Mcd Cn workflows? This free skill from ClawHub helps with calendar & scheduling tasks without building custom tools from scratch.

What this skill does

Query McDonald's China MCP server via the mcd-cn CLI for campaign calendars, coupons, and auto-claiming. Use for human-friendly coupon lookup or JSON output for scripts.

Install

npx clawhub@latest install mcd-cn

Full SKILL.md

Open original
namedescriptionhomepage
mcd-cnQuery McDonald's China MCP server via the mcd-cn CLI for campaign calendars, coupons, and auto-claiming. Use for human-friendly coupon lookup or JSON output for scripts.https://github.com/ryanchen01/mcd-cn

mcd-cn

McDonald's China MCP CLI. Human output by default, --json for scripts.

Install

  • Homebrew: brew install ryanchen01/tap/mcd-cn

Config

  • MCDCN_MCP_TOKEN required. Get it from the McDonald's China MCP console.
  • Optional: MCDCN_MCP_URL for custom server URL.

Common commands

  • Campaign calendar: mcd-cn campaign-calender
  • Calendar for date: mcd-cn campaign-calender --specifiedDate 2025-12-09
  • Available coupons: mcd-cn available-coupons
  • Auto-claim coupons: mcd-cn auto-bind-coupons
  • My coupons: mcd-cn my-coupons
  • Current time: mcd-cn now-time-info
  • JSON output: mcd-cn available-coupons --json

Notes

  • Token can be set via MCDCN_MCP_TOKEN env var or .env file.
  • Date format for --specifiedDate is yyyy-MM-dd.
  • Rate limit: 600 requests per minute per token.
Original URL: https://github.com/openclaw/skills/blob/main/skills/ryanchen01/mcd-cn

Related skills

If this matches your use case, these are close alternatives in the same category.