shop-app

Search products, track orders, manage returns, and generate reorder checkout links via Shop.app.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill shop-app-carterwayneskhizeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shop-app
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/optional-skills/productivity/shop-app
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill shop-app-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shop.app product searches and post-purchase tasks are scattered across stores and pages, making it hard to quickly compare items and manage orders, tracking, returns, or reorders from a single assistant workflow.

Core Features & Use Cases

  • Product Search & Comparison: Find items across stores with filters like price range, availability, and shipping country, then open product pages or build variant-specific “Buy Now” checkout links.
  • Order Tracking: Locate past orders aggregated across connected email receipts and surface delivery status, tracking details, and ETAs.
  • Returns & Reorder: Check return eligibility and policy links, then rebuild checkout flows from variant IDs when reordering is supported.

Quick Start

Ask: "Search for wireless earbuds shipped to the US and recommend the best options."

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 manage returns across multiple e-commerce stores in one place?

You can track orders and manage returns across connected stores by aggregating email receipts to surface delivery status, tracking details, and ETAs, then checking return eligibility and policy links. It enables post-purchase operations across all connected stores through a single assistant workflow.

Can I filter product searches by price range and shipping country on Shop.app?

Yes, product search supports filtering by price range, availability, and shipping country. You can find items across stores, open product pages, or build variant-specific checkout links for eligible items using deterministic retrieval endpoints.

How do I reorder a previously purchased item using a variant ID?

Reordering rebuilds checkout flows from variant IDs when supported. You can generate reorder checkout links for eligible variants, allowing you to quickly repurchase items without navigating back to the original product page.

Do I need device authorization to check my order tracking and return eligibility?

Yes, authenticated order actions including tracking and returns require a device-authorization flow for per-user operations. The system enforces this flow without persisting tokens to disk, ensuring secure access to your connected order history.

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

Yes, similar-item lookup is supported by providing either a variant ID or an image. This enables product discovery by matching visual or structural attributes to recommend comparable items available across connected stores.

What are the limitations of using markdown endpoints for product search and order tracking?

The system uses curl-based plain-text markdown endpoints for deterministic retrieval, meaning responses are structured text rather than interactive UI. It requires YAML-defined metadata to function and does not persist authentication tokens to disk between sessions.