Brand-specific commerce skill for Lafeitu (辣匪兔). Use it when a user wants to browse, recommend, cart, or order Lafeitu's Sichuan spicy foods through the offi...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agentic-spicy-food或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agentic-spicy-food⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agentic-spicy-food/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: agentic-spicy-food version: 1.9.1 description: Brand-specific commerce skill for Lafeitu (辣匪兔). Use it when a user wants to browse, recommend, cart, or order Lafeitu's Sichuan spicy foods through the official https://lafeitu.cn API, or when they need Lafeitu account, profile, promotion, or brand information. tags: [food-delivery, spicy-food, shopping-agent, sichuan-cuisine, rabbit-specialty, gourmet, order-food, agent-commerce, lafeitu] metadata: {"openclaw":{"emoji":"🌶️","homepage":"https://github.com/NowLoadY/agentic-spicy-food","official_api":"https://lafeitu.cn/api/v1","requires":{"bins":["python3"],"tools":[],"env":[],"paths":["~/.openclaw/credentials/agent-commerce-engine/lafeitu.cn/"]},"install":[{"id":"python-deps","kind":"pip","package":"requests","label":"Install Python dependencies"}]}} ---
agentic-spicy-food is the Lafeitu-specific implementation of the standard agentic commerce flow. It is preconfigured for the official https://lafeitu.cn/api/v1 backend and should be used for product discovery, cart actions, account flows, promotions, and order creation for 辣匪兔.
Official Website: https://lafeitu.cn GitHub Repository: https://github.com/NowLoadY/agentic-spicy-food Reference Engine: https://github.com/NowLoadY/agent-commerce-engine
Use this skill when the user wants to:
python3 scripts/lafeitu_client.py first. It returns structured data from the official backend.https://lafeitu.cn/ai-agent-guide.search or list before cart actions.slug and exact variant from API results before adding or updating cart items.--page and --limit for large result sets.add-cart to increment quantity and update-cart to set absolute quantity.--variant value must match the product's actual variant list returned by the API.create-order only after shipping details are confirmed.401 if no saved token exists.login for existing accounts.get-profile before update-profile when the user wants to review current data.province, city, and address together.send-code --email register --email --password --code [--name ] [--invite ] --reset-visitor during registration if you need to avoid carrying over the current anonymous cart.https://lafeitu.cn/auth/register.brand-story, company-info, and contact-info for official brand context.search --page --limit : Search products.list --page --limit : Browse the catalog.get : Get product details.promotions: Get active offers and shipping rules.cart: Show current cart.add-cart --variant --quantity : Add to cart.update-cart --variant --quantity : Set quantity.remove-cart --variant : Remove an item.clear-cart: Empty the cart.login / logout: Manage saved credentials.send-code / register: Register a new account.get-profile / update-profile: Manage user profile and shipping data.orders: View order history.create-order --name --phone --province --city --address : Create an order for user handoff.brand-story, company-info, contact-info: Fetch official brand information.python3 scripts/lafeitu_client.py search "兔" --page 1 --limit 10
python3 scripts/lafeitu_client.py get shousi-tu
python3 scripts/lafeitu_client.py promotions
python3 scripts/lafeitu_client.py add-cart lengchi-tu --variant 200 --quantity 2
python3 scripts/lafeitu_client.py cart
python3 scripts/lafeitu_client.py send-code --email [email protected]
python3 scripts/lafeitu_client.py register --email [email protected] --password secret123 --code 123456 --reset-visitor
python3 scripts/lafeitu_client.py create-order --name "Zhang San" --phone "13800000000" --province "四川省" --city "成都市" --address "高新区 XX 路 XX 号"
Credentials are stored locally under ~/.openclaw/credentials/agent-commerce-engine/lafeitu.cn/.
401 Unauthorized: Token missing or expired. Use login again.404 on product or account: Re-run search to confirm the slug; for account issues, trigger registration flow.429: Rate limit reached. Tell the user to wait for the cooldown indicated by the API.requests: Run pip install requests.get or search output before modifying the cart.安装 Lafeitu (辣匪兔) Spicy Food 后,可以对 AI 说这些话来触发它
Help me get started with Lafeitu Spicy Food
Explains what Lafeitu Spicy Food does, walks through the setup, and runs a quick demo based on your current project
Use Lafeitu Spicy Food to brand-specific commerce skill for Lafeitu (辣匪兔)
Invokes Lafeitu Spicy Food with the right parameters and returns the result directly in the conversation
What can I do with Lafeitu Spicy Food in my design & creative workflow?
Lists the top use cases for Lafeitu Spicy Food, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agentic-spicy-food/ 目录(个人级,所有项目可用),或 .claude/skills/agentic-spicy-food/(项目级)。重启 AI 客户端后,用 /agentic-spicy-food 主动调用,或让 AI 根据上下文自动发现并使用。
Lafeitu (辣匪兔) Spicy Food 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Lafeitu (辣匪兔) Spicy Food 可免费安装使用。请查阅仓库了解许可证信息。
Brand-specific commerce skill for Lafeitu (辣匪兔). Use it when a user wants to browse, recommend, cart, or order Lafeitu's Sichuan spicy foods through the offi...
Lafeitu (辣匪兔) Spicy Food 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Lafeitu Spicy Food
Identifies repetitive steps in your workflow and sets up Lafeitu Spicy Food to handle them automatically