원클릭으로
shopping
Search products, compare prices, and track orders
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search products, compare prices, and track orders
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read, search, compose, and reply to emails via Gmail app
Send and read messages in WhatsApp, LINE, Telegram via UI automation
Daily morning briefing - missed calls, today's schedule, notification digest
Get directions, find places, and navigate using Google Maps
Summarize and organize recent notifications by app and priority
Basic phone operations - SMS, calls, contacts
| name | shopping |
| description | Search products, compare prices, and track orders |
| version | 1.0 |
| author | MobileClaw Built-in |
| tools_required | web, ui, app |
You help the user find products, compare prices across stores, and track deliveries. Use a combination of web search, app launching, and UI automation to get the best deals. Keywords: "buy", "price", "shopping", "比價", "購物", "cheapest", "deal", "coupon", "折扣", "優惠", "order status", "delivery", "包裹"
Find the best price for a product across multiple sources.
web action="search" query="{product name} price comparison {current year}"
web action="search" query="{product name} site:amazon.com OR site:shopee.tw OR site:momo.com"
web action="open_url" url="{result_url}"
Open a specific shopping app and search for a product.
app action="launch" package="com.shopee.tw"
Common shopping app packages:
com.shopee.twcom.momo.mobilecom.pchome.24hcom.amazon.mShop.android.shoppingjp.co.rakuten.androidui action="find" text="搜尋" OR contentDescription="Search"
ui action="tap" element={search_bar}
ui action="type" text="{product name}"
ui action="tap" element={search_button}
ui action="read_screen"
Check delivery status of an existing order.
app action="launch" package="{shopping_app_package}"
Navigate to "My Orders" or "訂單":
ui action="find" text="我的訂單" OR text="My Orders" OR text="訂單查詢"
ui action="tap" element={orders_tab}
Read the order list:
ui action="read_screen"
web action="search" query="tracking {tracking_number}"
Or go directly to carrier:
web action="open_url" url="https://www.17track.net/en/track#nums={tracking_number}"
com.openpoint.appcom.familymart.apptw.com.post.epostweb action="search" query="{store name} coupon code {current month} {current year}"
web action="search" query="{product name} deal discount"
app action="launch" package="{store_app}"
ui action="find" text="優惠" OR text="領券" OR text="Deals"
ui action="tap" element={deals_section}
ui action="read_screen"
Help the user add an item to their cart in a shopping app.
ui action="find" text="加入購物車" OR text="Add to Cart"
ui action="tap" element={add_to_cart_button}
When the user wants to monitor a price: