← 返回 Skills 市场
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install amazon-research
功能描述
Research Amazon products, track prices, and compare deals. Use when searching for products on Amazon, monitoring price changes, creating wishlists with price...
使用说明 (SKILL.md)
Amazon Research & Price Tracking
Research Amazon products and track prices over time.
Quick Start
Search Products
# Search for product
./scripts/amazon_search.sh "Alu Profil 20x20"
# Search with filters
./scripts/amazon_search.sh "iPhone 15" --max-price 800 --prime-only
Track Price
# Add product to price tracking
./scripts/price_tracker.sh add "B08XXXXXX" "Alu Profil 20x20"
# Check all tracked products
./scripts/price_tracker.sh list
# Get price history
./scripts/price_tracker.sh history "B08XXXXXX"
Features
- Product Search: Find products by keyword, category, price range
- Price Tracking: Monitor price changes over time
- Deal Alerts: Get notified when price drops below threshold
- Comparison: Compare similar products side-by-side
- Wishlist: Save products with target prices
Database Schema
SQLite database: ~/workspace/Projects/Amazon-Research/amazon_prices.db
Tables:
products- Product details (ASIN, title, category)price_history- Timestamped price dataalerts- User-defined price alertswishlist- Saved products with target prices
Price Tracking Workflow
- Search → Find product on Amazon
- Add → Add to tracking database
- Monitor → Cron job checks prices daily
- Alert → Notification when price drops
Cron Setup
# Check prices daily at 9:00
0 9 * * * ~/workspace/skills/amazon-research/scripts/price_checker.sh
Resources
references/amazon_api.md- Amazon API documentationassets/search_templates/- Common search queries
Alternative: Manual Research
Since Amazon API requires approval, use web scraping or manual entry:
# Add product manually
python3 scripts/add_product.py --asin "B08XXXXXX" --title "Product Name" --price 19.99
Integration with Other Skills
- Kleinanzeigen: Compare new vs. used prices
- Shopping List: Add researched items to buy list
- Budget: Track planned expenses
安全使用建议
Install only if you are comfortable with a local, manual/simulated price tracker rather than real Amazon price monitoring. Do not run the cron setup unless you intentionally want a daily background task, and inspect the crontab line first. Treat stored product and price history as local retained data, and verify prices on Amazon before making purchase decisions.
能力评估
Purpose & Capability
The stated purpose is Amazon product research, price tracking, deal alerts, comparison, and wishlist management, but the implemented tracker mainly stores manually entered data in SQLite and the daily checker simulates price changes rather than fetching Amazon prices.
Instruction Scope
The skill instructions reference missing or inconsistent commands and present some static reference data as if tracking and alerts are live, which could mislead an agent or user about the freshness and source of prices.
Install Mechanism
There are no dependency installs and scans are clean, but scripts/setup_cron.sh directly writes a crontab entry without confirmation, duplicate checks, or a narrowly scoped uninstall path.
Credentials
The local SQLite database and logs fit a price tracker, but they retain shopping interests and price history under a fixed workspace path with limited privacy and retention disclosure; no credential theft or external exfiltration was found.
Persistence & Privilege
Daily cron persistence is purpose-aligned for monitoring, but the setup script establishes unattended recurring execution with hard-coded paths and minimal user control.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install amazon-research - 安装完成后,直接呼叫该 Skill 的名称或使用
/amazon-research触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of amazon-research skill.
- Search Amazon products by keyword, category, and price range.
- Track product prices and view historical price data.
- Set up deal alerts for target prices.
- Compare product specifications and reviews.
- Create wishlists with price alerts.
- Integrate with skills like Kleinanzeigen, Shopping List, and Budget.
元数据
常见问题
Amazon Research 是什么?
Research Amazon products, track prices, and compare deals. Use when searching for products on Amazon, monitoring price changes, creating wishlists with price... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。
如何安装 Amazon Research?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install amazon-research」即可一键安装,无需额外配置。
Amazon Research 是免费的吗?
是的,Amazon Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Amazon Research 支持哪些平台?
Amazon Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Amazon Research?
由 jcbuer(@jcbuer)开发并维护,当前版本 v1.0.0。
推荐 Skills