How a Beijing Dumpling Shop Turned Its Menu into an Open‑Source AI Skill
A Beijing dumpling restaurant has open‑sourced an AI Skill that lets assistants query its location, menu, Wi‑Fi password and more via the MCP protocol, and the article explains the skill’s capabilities, technical implementation, and step‑by‑step usage instructions.
Open‑Source Project Overview
The owner of JinGuYuan dumpling shop near Beijing University of Posts and Telecommunications released a public AI Skill on GitHub and Gitee. The Skill is not a customer‑facing app; it is a plugin for AI assistants such as OpenClaw. After installing the Skill, users can ask questions like “Where is JinGuYuan?”, “How to cook fresh dumplings?”, or “What is the Wi‑Fi password?” and receive structured answers.
The Skill provides six functions: restaurant information, queue ticketing, takeaway service, dumpling packaging, in‑store Wi‑Fi details, and the latest promotions.
The Real Significance
Technically the implementation is straightforward—a simple MCP server with a few utility functions that return structured restaurant data. The broader impact lies in the perspective: while many discuss how AI will disrupt industries, this dumpling shop’s owner has already turned his restaurant’s information into an AI‑readable interface, demonstrating that even small businesses can become AI‑native.
He likens the AI interface to essential infrastructure such as a lease or a sign, suggesting that in the future every restaurant might expose an AI‑compatible Skill.
How to Use the Skill
To try the Skill you need an AI client that supports the MCP protocol (e.g., a client that understands Streamable‑HTTP). Add the following configuration to your client’s config file:
{
"mcpServers": {
"jinguyuan-dumpling-skill": {
"type": "streamable-http",
"url": "https://mcp-4g9gkps4c04addd0.service.tcloudbase.com/jgy-mcp"
}
}
}For the Cursor client, place the above JSON under the mcpServers field and restart the client.
If you have an AI assistant that can accept raw commands, you can also send the following phrase:
帮我安装金谷园饺子馆 SKILL,技能地址:https://github.com/JinGuYuan/jinguyuan-dumpling-skillThe restaurant’s address is: Beijing University branch, Xingtan Road Cultural Industry Park, Building K, 2nd floor, open 10:00‑22:00. Feel free to enjoy some dumplings and ask your AI assistant for the Wi‑Fi password.
macrozheng
Dedicated to Java tech sharing and dissecting top open-source projects. Topics include Spring Boot, Spring Cloud, Docker, Kubernetes and more. Author’s GitHub project “mall” has 50K+ stars.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
