一键导入
rappi-reorder
Reorder from Rappi order history. Use when the user wants to order the same thing again, reorder, or mentions a past order.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reorder from Rappi order history. Use when the user wants to order the same thing again, reorder, or mentions a past order.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Order food delivery from Rappi. Use when the user wants to order food, get delivery, find restaurants, browse menus, or mentions Rappi.
Quick search for restaurants, stores, or products on Rappi. Use when the user asks what's available, wants to find a specific restaurant or store (Turbo, Exito, Carulla, etc.), or is looking for a product.
Smart food suggestions based on your taste profile and ordering habits. Use when the user asks "what should I eat?", "suggest something", "I'm hungry but don't know what", or wants personalized recommendations.
| name | rappi-reorder |
| description | Reorder from Rappi order history. Use when the user wants to order the same thing again, reorder, or mentions a past order. |
| allowed-tools | mcp__rappi__* |
Help the user reorder from their order history.
Call get_order_history(limit=10) to fetch recent orders.
If no history exists, tell the user they haven't placed any orders yet and suggest using /order-food.
Present past orders in a numbered list:
If the user wants details about a specific order:
get_order_detail(order_id) for the full summaryget_order_breakdown(order_id) for fee breakdownAsk the user which order they want to reorder (by number).
Call quick_reorder(order_id) with the selected order's ID.
Call view_cart to show what's in the cart now.
If some items failed, ask if they want to proceed with what was added or find replacements.
Set the tip: call set_tip(tip_amount) — check preferences for a default tip amount.
Call checkout(confirm=false) to show the order summary.
get_credits_balance() if they have Rappi creditscheckout(confirm=true) to place the order.track_order(order_id).Prices are in COP — format as $35.500.