Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

McDonald's China (mstore)

v1.0.0

McDonald's China coupon redemption, query, and points checking. Use when user wants to (1) Query or claim McDonald's coupons, (2) Check available coupons, (3...

0· 129·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for chandler0714/mstore.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "McDonald's China (mstore)" (chandler0714/mstore) from ClawHub.
Skill page: https://clawhub.ai/chandler0714/mstore
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install mstore

ClawHub CLI

Package manager switcher

npx clawhub@latest install mstore
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill's name, description, SKILL.md, reference API, and provided CLI (scripts/mcd.py) are consistent with McDonald's China MCP operations (coupons, points, ordering). However the registry metadata claims no required environment variables while the SKILL.md and the CLI both require an MCDCN_MCP_TOKEN — this metadata omission is an inconsistency.
Instruction Scope
Runtime instructions are narrowly focused on MCP API calls and token configuration. They instruct the user to set MCDCN_MCP_TOKEN or run scripts/setup.sh which writes to the user's shell profile and exports the token to the current session. Writing to the user's shell profile is within scope for persisting a credential but is a privileged action (modifies user config) and should be highlighted to users.
Install Mechanism
The package itself has no install spec (instruction-only), which is low risk. SKILL.md recommends installing a third‑party brew formula (ryanchen01/tap/mcd-cn) — that external package is not part of this bundle and introduces trust considerations; the included scripts are plain Python and a shell setup script (no obfuscated code or downloads).
!
Credentials
The skill legitimately needs a single MCP token (MCDCN_MCP_TOKEN) to access the user's McDonald's account. However the registry metadata does not declare this required env var (it lists none), which is inconsistent and could mislead users about what secrets the skill needs. The code also looks for a local ~/.mcd-cn.env file as an alternate token source — this is reasonable but means the token could be read from that file if present.
Persistence & Privilege
The skill does not request always:true and does not appear to modify other skills or system-wide settings. The setup script will add an export line to a detected shell profile (~/.zshrc, ~/.bash_profile, or ~/.bashrc), which is a normal way to persist a credential but is a filesystem-write action affecting your shell environment and should be acknowledged before running.
What to consider before installing
This skill appears to implement the McDonald's China MCP API and requires only your MCP token (MCDCN_MCP_TOKEN). Before installing or running: 1) Verify the registry metadata is corrected to declare the required MCDCN_MCP_TOKEN (the SKILL.md and code do require it). 2) Inspect the third‑party brew formula (ryanchen01/tap/mcd-cn) before running brew install — the skill suggests but does not bundle that install. 3) Be aware setup.sh will modify your shell profile (~/.zshrc, ~/.bash_profile, or ~/.bashrc) to store the token; if you prefer not to persist the token, export it only into your current session instead of running the script. 4) Confirm the MCP endpoints (open.mcd.cn / mcp.mcd.cn) are legitimate and that the token you provide is only used for your McDonald's account. 5) If you have concerns, ask the publisher to: add MCDCN_MCP_TOKEN to the declared required env vars, document exactly what the brew formula contains, and provide checksums or a trusted source for any external packages.

Like a lobster shell, security has layers — review code before you run it.

McDonaldsvk979vrdqt4p38hkzcqb539knjx83dnxmcouponvk979vrdqt4p38hkzcqb539knjx83dnxmlatestvk979vrdqt4p38hkzcqb539knjx83dnxmmcdvk979vrdqt4p38hkzcqb539knjx83dnxm
129downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

McDonald's China (麦麦) Skill

First Time Setup

On first use, you must configure the MCP Token:

  1. Get your token from: https://open.mcd.cn/mcp
    • Login with your phone number (must match your McDonald's app account)
    • Click "控制台" (Console) → "激活" (Activate) to generate MCP Token
  2. Set the token as an environment variable:
    export MCDCN_MCP_TOKEN="your_token_here"
    

Or run the setup script:

./scripts/setup.sh

Available Tools

Coupons (麦麦省领券)

CommandDescription
mcd-cn available-couponsQuery coupons available to claim
mcd-cn auto-bind-couponsAuto-claim all available coupons
mcd-cn my-couponsList already claimed coupons

Points (麦麦商城)

CommandDescription
mcd-cn query-my-accountQuery points balance and account info
mcd-cn mall-points-productsList products redeemable with points
mcd-cn mall-product-detailGet details of a specific points product
mcd-cn mall-create-orderRedeem points for a product

Calendar (麦麦日历)

CommandDescription
mcd-cn campaign-calenderQuery monthly marketing activities

Ordering (点餐)

CommandDescription
mcd-cn delivery-query-addressesList saved delivery addresses
mcd-cn delivery-create-addressAdd new delivery address
mcd-cn query-store-couponsQuery coupons for specific store
mcd-cn query-mealsQuery menu for a store
mcd-cn query-meal-detailGet meal details
mcd-cn calculate-priceCalculate order price
mcd-cn create-orderCreate delivery order
mcd-cn query-orderQuery order status

Nutrition (餐品营养)

CommandDescription
mcd-cn list-nutrition-foodsGet nutrition info for menu items

General

CommandDescription
mcd-cn now-time-infoGet current server time

Usage Examples

Check available coupons to claim

mcd-cn available-coupons

Auto-claim all available coupons

mcd-cn auto-bind-coupons

Check my claimed coupons

mcd-cn my-coupons

Check points balance

mcd-cn query-my-account

List points redemption products

mcd-cn mall-points-products

Query this month's campaigns

mcd-cn campaign-calender

Requirements

MCP Server Info

  • Server URL: https://mcp.mcd.cn
  • Protocol: Streamable HTTP
  • Rate Limit: 600 requests/minute per token
  • Version: MCP 2025-06-18

Notes

  • Token is linked to the phone number used during login at open.mcd.cn
  • Coupons and points are tied to your McDonald's account
  • Some features may require the user to have a valid delivery address set up

Comments

Loading comments...