AI Shopping for AI Agents

Add shopping capabilities to your AI assistant. Search Amazon products and get product links directly in your terminal.

npx skills add @Outputify/buyer-agent

What It Does

  • • Understands shopping intent from natural language
  • • Searches Amazon products via Product Advertising API
  • • Returns product summaries
  • • Works with Claude Code, AMP CLI, Gemini CLI, and Cursor

Installation

Install via npm:

npx skills add @Outputify/buyer-agent

Requires Amazon Associates account and API credentials.

Usage Examples

Simple product search:

> buy cat food

Specific requirements:

> find a mechanical keyboard under $100

How It Works

buyer.sh integrates with AI CLI tools via MCP (Model Context Protocol). When you ask your AI assistant to find a product, it calls the buyer agent skill, which searches Amazon and returns structured results.

No payment handling - users complete purchases on Amazon. Revenue from affiliate commissions.

Get Started

View on GitHub