원클릭으로
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.