# Send Amazon to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "amazon-ordering",
    "name": "Amazon",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/BrennerSpear/amazon-ordering",
    "canonicalUrl": "https://clawhub.ai/BrennerSpear/amazon-ordering",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/amazon-ordering",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amazon-ordering",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "amazon-ordering",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T23:12:27.485Z",
      "expiresAt": "2026-05-06T23:12:27.485Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amazon-ordering",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amazon-ordering",
        "contentDisposition": "attachment; filename=\"amazon-ordering-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "amazon-ordering"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/amazon-ordering"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/amazon-ordering",
    "downloadUrl": "https://openagent3.xyz/downloads/amazon-ordering",
    "agentUrl": "https://openagent3.xyz/skills/amazon-ordering/agent",
    "manifestUrl": "https://openagent3.xyz/skills/amazon-ordering/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/amazon-ordering/agent.md"
  }
}
```
## Documentation

### Prerequisites

agent-browser CLI installed
Chrome running with --remote-debugging-port=9222 (see Starting the browser)
Logged into Amazon — if logged out, retrieve password from your password manager
If running headless (Linux/VNC), forward the VNC port to verify visually: ssh -L 6080:localhost:6080 <host> → http://localhost:6080/vnc.html

### Setup

Set these environment variables or configure your defaults:

# Your default shipping address (verify on checkout)
export AMAZON_SHIPPING_ADDRESS="Your shipping address"
# Your preferred payment method description (verify on checkout)
export AMAZON_PAYMENT_METHOD="Your preferred card"
# Your preferred return drop-off location
export AMAZON_RETURN_DROPOFF="Whole Foods"

Always verify shipping address and payment method are correct before placing an order.

### Default Answers (use unless user specifies otherwise)

Return reason: "Changed Mind" → "My needs changed"
Packaging opened: Yes
Item in original packaging: Yes
Have you used the item: Yes
Signs of use: None
Battery leaks/overheating: No
All accessories included: Yes
Refund type: Refund to original payment method (not replacement, not gift card)
Drop-off location: Use AMAZON_RETURN_DROPOFF or Whole Foods

### Return Flow

Orders → Find item → "Return or replace items"
Select "Changed Mind" → "My needs changed" → Continue
Answer condition questions with defaults above
Continue past "Get Product Support" suggestions
Select "Refund to original payment method"
Select drop-off location
Confirm return
Done — QR code will be emailed

### Communication Style

Do NOT narrate each step — just execute the whole return silently
Only message the user once it's confirmed with a brief summary:

Item name
Refund amount
Drop-off location & deadline


If something goes wrong or needs clarification, then ask

### Reorders (items ordered before)

Go directly to order history, search for item
Click "Buy it again"
Verify address and payment method
Place order without confirmation — no screenshot needed

### New Items (never ordered before)

Search or navigate to product
Send screenshot of product page (scroll so price + product image visible, skip nav bars)
Wait for user confirmation before adding to cart
Verify address and payment method
Place order after confirmation

### Connect to browser

agent-browser connect 9222

Always open a new tab — other sessions share the same Chrome. Use --new-tab on every open command.

### Search order history

agent-browser open "https://www.amazon.com/gp/your-account/order-history"
agent-browser snapshot -i
# Find search box, fill with item name, click search

### Reorder flow

# From order history search results
agent-browser click @[buy-it-again-ref]
# Wait for checkout page
agent-browser snapshot
# Verify correct address and payment method are selected
agent-browser click @[place-order-ref]

### Screenshot tips

Scroll past nav bars before screenshotting
Ensure price and product image are both visible
Save screenshots to a temporary directory
Send via message tool with caption

### Starting the browser (if not running)

macOS (opens a visible Chrome window):

open -na "Google Chrome" --args --user-data-dir=$HOME/.config/chrome-agent --no-first-run --remote-debugging-port=9222 https://www.amazon.com

Linux (headless with Xvfb/VNC):

DISPLAY=:99 google-chrome --user-data-dir=$HOME/.config/chrome-agent --no-first-run --remote-debugging-port=9222 https://www.amazon.com &

Linux (desktop/GUI session):

google-chrome --user-data-dir=$HOME/.config/chrome-agent --no-first-run --remote-debugging-port=9222 https://www.amazon.com &

### Notes

Browser profile persists login at $HOME/.config/chrome-agent
On headless Linux, VNC display is typically :99 on port 5999 (noVNC on 6080)
Order confirmations go to the email on your Amazon account
CAPTCHAs or 2FA may require manual intervention — if the browser window is visible (macOS or Linux desktop), ask the user to solve it in the Chrome window
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: BrennerSpear
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T23:12:27.485Z
- Expires at: 2026-05-06T23:12:27.485Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/amazon-ordering)
- [Send to Agent page](https://openagent3.xyz/skills/amazon-ordering/agent)
- [JSON manifest](https://openagent3.xyz/skills/amazon-ordering/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/amazon-ordering/agent.md)
- [Download page](https://openagent3.xyz/downloads/amazon-ordering)