← 返回 Skills 市场
1052666

mcdonalds-skill

作者 1052 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcdonalds-skill
功能描述
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing to...
安全使用建议
This skill appears to be a legitimate CLI client for McDonald's MCP (https://mcp.mcd.cn). Before installing or running it: (1) confirm you trust the upstream service and the token you will provide—the script sends Authorization: Bearer <token> to whichever URL is configured; (2) note the registry metadata did not declare MCDONALDS_MCP_TOKEN even though the script reads it—treat that as a metadata bug and verify you are comfortable supplying the token; (3) review the included script locally (it's pure Python standard library) and consider running it in an isolated environment or sandbox if you are unsure; (4) if you plan to set MCDONALDS_MCP_URL, ensure it points to the intended endpoint (otherwise the script will talk to whatever URL you configure). If you want higher assurance, ask the publisher to update the package metadata to declare the required env vars and to provide a homepage or source repository for provenance.
功能分析
Type: OpenClaw Skill Name: mcdonalds-skill Version: 1.0.0 The skill is a legitimate-looking integration for the McDonald's MCP service (mcp.mcd.cn). The provided Python script (scripts/mcd_cli.py) is a clean implementation using only standard libraries to perform JSON-RPC 2.0 calls. It handles authentication securely via environment variables or CLI arguments, includes robust logic for fixing Chinese character encoding issues (mojibake), and lacks any indicators of data exfiltration, unauthorized execution, or prompt injection.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
SKILL.md, the listed capabilities, and scripts/mcd_cli.py consistently implement a JSON-RPC client for https://mcp.mcd.cn (initialize, list-tools, call, smoke-test). The required network access and Authorization header are expected for this purpose.
Instruction Scope
Runtime instructions are limited to contacting the MCP endpoint, listing/calling tools, and writing local JSON reports. The SKILL.md and the script only read environment vars (token, optional URL) and CLI args; they do not attempt to access unrelated system files or external endpoints beyond the configured MCP URL.
Install Mechanism
No install spec or external downloads are included; the skill is instruction-only with a single pure-stdlib Python script. No archive downloads or third-party package installs were observed.
Credentials
The script expects an authorization token via MCDONALDS_MCP_TOKEN (and optionally MCDONALDS_MCP_URL / PYTHONIOENCODING), but the registry metadata lists no required environment variables or primary credential—this metadata omission is inconsistent and should be corrected. The token request itself is proportional to the stated functionality.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or global agent settings, and runs only when invoked. Autonomous invocation is allowed by default but is not combined with other high privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcdonalds-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcdonalds-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of mcdonalds-skill. - Provides a local CLI (`scripts/mcd_cli.py`) for interacting with McDonalds MCP at https://mcp.mcd.cn. - Supports MCP handshake, authentication check, listing available tools, and tool invocation with JSON parameters. - Includes a one-command smoke test (initialize → list tools → real invocation) and automatic output to JSON file. - Automatically resolves Chinese encoding issues; forces UTF-8 output on Windows. - Pure Python standard library implementation, no third-party dependencies required. - Credentials are passed via environment variable or CLI flag for security.
元数据
Slug mcdonalds-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mcdonalds-skill 是什么?

Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 mcdonalds-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mcdonalds-skill」即可一键安装,无需额外配置。

mcdonalds-skill 是免费的吗?

是的,mcdonalds-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

mcdonalds-skill 支持哪些平台?

mcdonalds-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 mcdonalds-skill?

由 1052(@1052666)开发并维护,当前版本 v1.0.0。

💬 留言讨论