alexknowshtml

Pp Amazon Skill — Testing skill for Claude Code

Testing community

Amazon repurchase CLI + Claude Code skill — drives amazon.com via Playwright with explicit confirmation gates before any money moves.

How to install Pp Amazon Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open alexknowshtml/pp-amazon-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Pp Amazon Skill does

Amazon repurchase CLI + Claude Code skill — drives amazon.com via Playwright with explicit confirmation gates before any money moves.

Alternatives in Testing

  • RocketSimApp — RocketSim — 30+ tools for Xcode's iOS Simulator 791 ★
  • Spectra App — Spec-driven development for coding agents — a desktop app, a CLI, and skills for Codex, Claude Code, Cursor, C 735 ★
  • Create E2e — Create a Playwright E2E test with explicit success criteria 335 ★

README

pp-amazon — Amazon CLI + Claude Code skill

A Go CLI + Playwright helper that lets a Claude Code agent order Amazon items — either by repurchasing from history or by searching for something new — with explicit confirmation gates before any money moves.

**History-first, search-capable**: prefers items from purchase history (exact match → add); falls back to live `/s?k=` search when an item has never been ordered. **Full checkout via headless Chromium** so Amazon doesn't see static-POST automation. **Multi-account** via profiles. **Real money — no sandbox.** Read [SKILL.md](SKILL.md) before you let an agent loose with this.

What you get

  • amazon-pp-cli — the Go binary
  • amazon-checkout.mjs — Playwright helper for cart-show / add-to-cart / checkout / history-sync
  • SKILL.md — the Claude Code skill file (drop into ~/.claude/skills/pp-amazon/)

CLI commands

amazon-pp-cli add ''          # repurchase from history (strict match required)
amazon-pp-cli search ''      # live Amazon search, returns ASIN + price + stars + reviews
amazon-pp-cli cart view             # inspect current cart
amazon-pp-cli cart checkout --yes   # place the order
amazon-pp-cli history search '...'  # full-text search local order history
amazon-pp-cli history sync          # refresh history from Amazon
amazon-pp-cli doctor                # check session health
amazon-pp-cli profiles list         # show configured accounts

search flags

--limit N          Max results (default 10)
--sort             price-asc | price-desc | review | new (default: relevance)
--json             Machine-readable output with results + warnings array
--profile    Profile to use

JSON output shape:

{
  "results": [
    {
      "asin": "B0FX5X647R",
      "title": "Dawn Ultra Dish Soap Refill Jug, Original Blue, 51.5 oz",
      "price": "$7.78",
      "prime_eligible": true,
      "stars": 4.8,
      "review_count": 123137,
      "coupon": "Save 15%",
      "