shop-app

Search products, track orders, and manage returns across connected shops via Shop.app.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Plaidmustache/hermes-nulab --skill shop-app-plaidmustache
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shop-app
Source: https://github.com/Plaidmustache/hermes-nulab/tree/main/optional-skills/productivity/shop-app
Command: npx skills add https://github.com/Plaidmustache/hermes-nulab --skill shop-app-plaidmustache

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shop.app enables seamless product search across stores, order tracking, returns, and reorders via an agent interface.

Core Features & Use Cases

  • Product Search: Query Shop.app endpoints to find products across stores with optional filters.
  • Orders & Returns: Retrieve order status, track shipments, and initiate or manage returns; support for reorders.
  • Authentication & Sessions: Device authorization flow to obtain access tokens and maintain session state in memory for current interactions.

Quick Start

Ask the agent to search for a product, then track an order or start 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 shipment status across multiple stores?

You can track orders and check shipment status across connected stores by querying the Shop.app agent API. The skill retrieves current order status and tracking details, returning plain-text markdown data for display and follow-up actions.

How do I initiate returns and reorders for previous purchases?

Returns and reorders are initiated by asking the agent to manage these actions via the Shop.app API. The skill retrieves your order history and supports starting or managing returns and reordering previous purchases.

How does authentication work for accessing Shop.app features?

Authentication uses a device-code authorization flow to obtain an access token. The skill maintains an in-memory session containing the access_token and device_id for current interactions with the Shop.app API.

Can I use Shop.app to compare product prices across different stores?

Yes, cross-store product search supports price comparisons by querying Shop.app endpoints. You can find products across connected stores with optional filters, returning markdown data to help compare prices and discover items.