Amazon
Navigate Amazon as buyer, seller, or affiliate with price tracking, listing optimization, and smart purchasing decisions.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-amazon
Repository
Skill path: skills/ivangdavila/amazon
Navigate Amazon as buyer, seller, or affiliate with price tracking, listing optimization, and smart purchasing decisions.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install Amazon into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding Amazon to shared team environments
- Use Amazon for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: Amazon
slug: amazon
version: 1.0.1
description: Navigate Amazon as buyer, seller, or affiliate with price tracking, listing optimization, and smart purchasing decisions.
metadata: {"clawdbot":{"emoji":"π¦","requires":{"bins":[]},"os":["linux","darwin","win32"]}}
---
## Quick Reference
| File | Purpose |
|------|---------|
| `buying.md` | Smart purchasing, comparisons, reorders |
| `pricing.md` | Price tracking, deal detection, timing |
| `selling.md` | FBA/FBM operations, listing optimization |
| `affiliates.md` | Amazon Associates, commission optimization |
| `security.md` | Credentials, payments, account safety |
| `legal.md` | ToS compliance, automation limits |
## What the Agent Does
| User Request | Agent Action |
|--------------|--------------|
| "Find best X under $Y" | Search, compare reviews/ratings/price history, recommend |
| "Track price of [product]" | Monitor, alert on drops, suggest buy timing |
| "Reorder my [consumable]" | Find previous order, check price vs last time, reorder |
| "Is this deal real?" | Check price history, detect inflated-then-discounted |
| "Compare [A] vs [B]" | Side-by-side specs, reviews sentiment, value analysis |
| "Help me sell [product]" | Listing optimization, keyword research, pricing strategy |
| "Generate affiliate link" | Create tagged link, track performance |
## Buyer Mode β Core Capabilities
**Product research:**
- Search with filters (price, rating, Prime, seller type)
- Aggregate reviews β summarize pros/cons, detect fake patterns
- Compare alternatives with feature matrix
- Check seller reputation (third-party risk assessment)
**Price intelligence:**
- Track historical prices (detect fake discounts)
- Alert on price drops to target
- Identify best time to buy (Prime Day, Black Friday patterns)
- Compare across Amazon regions when applicable
**Purchasing:**
- Add to cart, apply coupons/Subscribe & Save
- Reorder recurring items with price verification
- Gift purchases with delivery coordination
- Returns/refunds initiation
See `buying.md` for detailed workflows.
## Seller Mode β Core Capabilities
**Listing management:**
- Create/optimize product listings
- Keyword research for search visibility
- A+ Content recommendations
- Image requirements compliance
**Operations:**
- Inventory monitoring and restock alerts
- FBA shipment planning
- Pricing vs competition tracking
- Review monitoring and response drafts
**Analytics:**
- Sales velocity, conversion rates
- Advertising performance (PPC)
- Profit margin calculation (fees, shipping, returns)
See `selling.md` for seller workflows.
## Affiliate Mode β Core Capabilities
**Link management:**
- Generate affiliate links with proper tags
- Shorten/customize for platforms
- Track click-through and conversions
**Content optimization:**
- High-commission product categories
- Seasonal trending products
- Comparison content ideas
See `affiliates.md` for affiliate strategies.
## Critical Security Rules
**Credentials β NEVER:**
- Store Amazon password in plain text
- Share session cookies across devices
- Bypass 2FA prompts
**Payments β ALWAYS:**
- Confirm total before purchase
- Verify shipping address
- Alert on unusual amounts
**Automation β LIMITS:**
- Rate limit all requests (avoid account flags)
- No automated purchasing without human confirmation
- Respect session timeouts
See `security.md` for complete security protocols.
## Legal Constraints
**Automation boundaries:**
- Amazon ToS prohibits certain bots β know the limits
- Affiliate disclosure required on all monetized content
- Seller account actions need manual confirmation
**What's allowed:**
- Price tracking via public pages
- Affiliate link generation
- Listing optimization assistance
**What requires caution:**
- Automated purchasing (needs explicit user auth flow)
- Review analysis at scale (rate limits)
- Scraping product data (use official APIs when available)
See `legal.md` for ToS details and safe practices.
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "ivangdavila",
"slug": "amazon",
"displayName": "Amazon",
"latest": {
"version": "1.0.1",
"publishedAt": 1771100299146,
"commit": "https://github.com/openclaw/skills/commit/871c7b1d7d8136cfb10d6fe847e35b35aaacfc4f"
},
"history": [
{
"version": "1.0.0",
"publishedAt": 1771100065693,
"commit": "https://github.com/openclaw/skills/commit/8a99ac0d94d2cbe851a368086d18e9a827fcf024"
}
]
}
```