shop-app

Search products, track orders, and manage returns via the Shop.app agent API.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/faramirezs/talking_printer --skill shop-app-faramirezs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shop-app
Source: https://github.com/faramirezs/talking_printer/tree/main/hermes-agent/optional-skills/productivity/shop-app
Command: npx skills add https://github.com/faramirezs/talking_printer --skill shop-app-faramirezs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shop.app helps users quickly search across stores, track shipments, and manage returns and reorders in one agent flow.

Core Features & Use Cases

  • Product Search: find items and compare options across shops.
  • Order Tracking & Returns: fetch order status and initiate returns or reorders.
  • Try-On / Visualization: optional visualizations via image_generate (for eligible products).

Quick Start

Search for wireless earbuds and check order status for your most recent purchase.

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 stores?

You can track orders and manage returns across stores by using the Shop.app agent API flow. It fetches your order status and initiates returns or reorders per user after completing a device authorization flow.

Can I search for products without logging in or creating an account?

Product search works without authentication to find and compare items across shops. However, per-user actions like order tracking, returns, and reorders require device authorization to access your personal data.

How does device authorization work for accessing my order history?

Device authorization enables secure access to your personal order history by generating tokens that live only in the current session and never persist. This protects your account while allowing order tracking and returns.

What's the best way to reorder a previous purchase from my phone?

Reordering a previous purchase uses the Shop.app agent API to fetch your order history and initiate a reorder. After device authorization, the API returns plain-text markdown responses to guide the reorder process.

Can I get product visualizations before making a purchase decision?

Product visualizations are available for eligible items using image generation capabilities. This optional try-on feature helps you preview products visually when searching and comparing options across stores.

Are there limitations on what the Shop.app API can return for my searches?

The API returns plain-text markdown for all responses, which means structured data parsing may require additional formatting. Session tokens never persist, so each new session requires reauthorization for personal actions.