shop-app

Search products, compare prices, and manage orders via Shop.app's agent API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shop.app unifies product search, price comparison, and order management across stores, enabling users to discover items quickly and manage purchases in one place.

Core Features & Use Cases

  • Product search across multiple stores with price comparison
  • Track an order, manage returns, and reorder past purchases
  • Authenticates per-user operations via device authorization for secure handling

Quick Start

Ask Shop.app to search for products across stores and track an order.

Frequently Asked Questions about shop-app

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

FAQPage Schema
How do I track an order and manage returns across multiple ecommerce stores?

You can track orders and manage returns across multiple ecommerce stores by authorizing per-user access via a device code flow, enabling secure order tracking, returns, and reorders across stores.

Can I search for products and compare prices across stores without logging in?

Yes, no-auth product search and price comparison across stores can be performed without logging in. Authentication via device code flow is only required for per-user operations like tracking or returning orders.

How does device authorization work for secure ecommerce order management?

Device authorization for ecommerce order management uses a device code flow to authenticate per-user operations. Tokens are generated and stored only for the current session to handle tracking and returns securely.

What's the best way to discover similar items and compare prices when shopping online?

The best way to discover similar items and compare prices is by using an agent API that searches products across multiple stores, returning plain-text markdown results for easy price comparison and item discovery.

Do I need to re-authenticate to reorder past purchases in a new shopping session?

Yes, you need to re-authenticate to reorder past purchases in a new shopping session. Authentication tokens for per-user operations are stored only for the current session and do not persist across sessions.