Amazon After-Sales Flow
Playwright-based Amazon after-sales automation with explicit send confirmation.
Runtime Requirements
This skill requires a JS runtime and Playwright binaries.
Required environment:
- Node.js >= 18
- npm dependencies installed
- Playwright Chromium installed
Expected setup before use:
npm installnpx playwright install chromium
Full-Flow Behavior
- Open Amazon orders page (
year from input when provided). - Find an order and open order details.
- Run contact flow chain.
- Type message and only send if explicitly confirmed.
Input Modes
- Natural language:
run amazon-after-sales-flow 2025execute amazon-after-sales-flow 2025
- JSON actions:
{"action":"run_full_flow", ...}{"action":"open_orders", ...}{"action":"run_contact_flow", ...}{"skill":"amazon_contact_flow","args":{...}}
Safety And Data Handling
- Legacy shell URL opener is removed.
- URL-only free text input is blocked.
- Sending requires both
auto_send=true and confirm_send=true. - The runtime can read page DOM on Amazon order/messaging pages to complete the workflow.
- Local artifacts may be stored in workspace files.
- No external upload endpoint is configured by default in this package.
Output
Returns runtime JSON traces/results for executed actions.