Amazon
Navigate Amazon for buying, selling, and affiliating using price tracking, listing optimization, deal analysis, and affiliate link management.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 5 · 1.7k · 13 current installs · 13 all-time installs
byIván@ivangdavila
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (Amazon buyer/seller/affiliate workflows) match the content of SKILL.md and the included docs (buying, selling, pricing, affiliates, security, legal). There are no declared binaries or unrelated environment variables that don't belong to Amazon workflows.
Instruction Scope
All runtime instructions focus on Amazon-related tasks (search, price tracking, listing optimization, affiliate link generation). Some actions describe account operations (finding order history, reorders, placing orders). The skill repeatedly instructs human confirmation and respecting ToS, which limits scope. Verify any runtime agent implementation enforces explicit human approval before purchases or changes to payment methods.
Install Mechanism
No install spec and no code files — this is instruction-only. That minimizes write-to-disk risk. There are no download URLs or third-party package installs to evaluate.
Credentials
The skill declares no required env vars or primary credential, which is consistent with being an instruction-only guide. Practically, many features (SP-API, Product Advertising API, seller operations) require Amazon API credentials or an authenticated session; the docs correctly advise using official APIs and secure credential storage. Consider how the agent will obtain and store those credentials (prefer OS keychain/secrets manager, do not store passwords in plaintext).
Persistence & Privilege
The skill does not request always: true or any elevated persistent privileges. Default autonomous invocation is allowed (normal), but the skill's docs emphasize human confirmations for sensitive actions; ensure implementations honor that to limit autonomous high-risk actions.
Assessment
This is an instruction-only Amazon assistant; the files and runtime instructions are coherent with the stated purpose. Before installing or enabling it, confirm how the agent will obtain and store any Amazon credentials: prefer official APIs (SP-API/Product Advertising API) and OS keychain or secrets manager, never store passwords in plaintext, and require explicit human confirmation before placing purchases, changing payment methods, or making account-level changes. If you plan to use affiliate features, keep disclosures visible and follow Associates policy (and avoid putting links in email). If you want higher assurance, ask the skill author how authentication is handled at runtime (where session tokens live, whether the agent ever stores them, and how human approval is implemented).Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📦 Clawdis
OSLinux · macOS · Windows
SKILL.md
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.
Files
7 totalSelect a file
Select a file to preview.
Comments
Loading comments…
