Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/ChenKuanSun/MobileClaw --skill shopping명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| 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: