Pp Amazon Skill — Testing skill for Claude Code
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 binaryamazon-checkout.mjs— Playwright helper for cart-show / add-to-cart / checkout / history-syncSKILL.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%",
"
Related Skills
Specpilot Report
Run the Spec-First review gate: classify the change, update specs, then wait for confirmation before coding
Gtm Neurotest
Neural pre-test ad creatives with Meta Tribe v2 — predict brain response before spending money
Environment Preflight Rules
Always-on. Before writing or testing code in a repo not yet inventoried this session, run an environment prefl
GAAI Framework
95+ Drop-in governance layer (.gaai/ folder) -- backlog authorization, cross-session memory, decision tracking
Agentic Code
Agentic coding framework powered by AGENTS.md: systematic, test-first workflows with quality gates for Cursor,
Spec Driven
Decompose a compound request (multiple deliverables, skills, pillars, or decision/check gates) into spec + pla
Related Agents
Story Verifier
Independently verifies a built infographic against explicit acceptance criteria, direct artifact evidence, ide
Aminet Publisher
Prepares and publishes ports to Aminet. Validates packages, generates Aminet-format readmes, previews submissi
Vc Execute Agent
EXECUTE MODE - Implementing EXACTLY what was planned. Full tool access. Can only be invoked after explicit use