shop-app

Search Shop.app products and manage orders, returns, and reorders via agent endpoints.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/devMoez/titan --skill shop-app-devmoez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shop-app
Source: https://github.com/devMoez/titan/tree/main/optional-skills/productivity/shop-app
Command: npx skills add https://github.com/devMoez/titan --skill shop-app-devmoez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

It helps you quickly find products, manage orders, and handle returns and reorders in Shop.app without manually hunting across stores or dealing with scattered confirmations.

Core Features & Use Cases

  • Product search and similarity finding: Search items (with filters like price, availability, shipping destination) and find similar products by variant ID or by uploading an image.
  • Order tracking and history: Fetch order summaries across connected stores and surface delivery status, tracking details, and ETAs.
  • Returns and reordering: Check return eligibility and policies, then generate checkout links for reordering eligible items.
  • Device-authenticated per-user actions: Use a device authorization flow for any per-user operation (orders, tracking, returns, reorder) while keeping tokens only in-session.

Quick Start

Ask: "Find wireless earbuds under $50 that ship to the US, then track the most recent order and tell me if any item is eligible for a return."

Frequently Asked Questions about shop-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track orders and check delivery status across connected stores?

Order tracking fetches summaries across connected stores to surface delivery status, tracking details, and ETAs. It uses cursor-based pagination to handle large order histories and returns plain-text markdown formatted results.

Can I find similar products using an image or a variant ID?

Yes, similarity search finds comparable products by variant ID or by uploading an image. This supports product discovery alongside standard text searches that filter by price, availability, and shipping destination.

How do I manage returns and reorder eligible items?

Returns and reordering check return eligibility and policies, then generate checkout links for reordering eligible items. These authenticated per-user actions require device authorization to ensure secure access.

Do I need device authorization for product search?

No, device authorization is only required for authenticated per-user operations like fetching orders, tracking, returns, and reordering. Product search and similarity finding can be performed without this authentication step.

What limitations exist for session access tokens?

Access tokens and device IDs are kept only in-session, meaning authentication does not persist across new sessions. Users must complete the device authorization flow again for per-user operations like order tracking and returns in each new session.