← Back to Skills Marketplace
luoqianchenguni-max

Amazon Refund & Price Tracker Agent

cross-platform ⚠ suspicious
265
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install easybuy-amazon-agent
Description
Tracks Amazon prices, monitors orders, scrapes reviews, fetches order details, drafts refund messages, and manages refund cases efficiently.
README (SKILL.md)

EasyBuy Skillpack\r

\r This SKILL.md describes the skills included in this pack and how to use them.\r \r

Skills\r

  • order_reader\r
  • evidence_builder\r
  • message_drafter\r
  • form_filler\r
  • amazon_product_detector\r
  • amazon_orders_scraper\r
  • amazon_orders_opener\r
  • amazon_order_details_fetcher\r
  • amazon_price_checker\r
  • amazon_review_scraper\r
  • amazon_contact_flow\r
  • message_monitor\r
  • price_alert_manager\r
  • case_exporter\r \r

Registry\r

  • dist/skills/registry.json lists all skills and their JSON files.\r \r

Usage\r

  • Load the MV3 extension from dist/ (Chrome -> Extensions -> Developer Mode -> Load unpacked).\r
  • Skills are invoked via the agent runtime using tool name skill.\x3Cskill_name>.\r
  • Each skill defines allowedTools, input_schema, and output_schema in its JSON file.\r \r

Playbooks\r

  • Playbooks in dist/playbooks/ declare intent-only steps and requires_skills.\r \r

Requirements\r

  • Chrome (MV3-capable)\r
  • Amazon login for live flows\r
  • Permissions: tabs, scripting, storage, downloads, sidePanel, activeTab\r
Usage Guidance
This extension contains code to scrape Amazon pages, take screenshots, store artifacts locally, and call a configurable LLM endpoint using an API key you provide in the UI. Before installing: (1) only proceed if you trust the extension source — the package requests wide host permissions (<all_urls>) which allows injection and data reading on any page, not just Amazon; (2) do not paste your primary OpenAI (or other) API key into the panel unless you trust the endpoint and author — prefer a dedicated, limited-scope key; (3) inspect the extension code yourself (or ask someone to) to confirm there are no outbound data exfiltration calls beyond the planner fetch; (4) if you must use it, restrict the endpoint to the official provider URL (e.g., api.openai.com) and consider revoking the key after use; (5) prefer an alternative that limits host_permissions to Amazon domains. These mismatches (broad permissions + ability to send scraped data to an external LLM) are the reason this package is flagged as suspicious.
Capability Analysis
Package: EasyBuy Agent Demo (xpi) Version: 0.1.0 Description: MV3 Agent demo: panel -> SW -> CS -> tool -> result -> panel The EasyBuy Agent Demo is a browser extension designed for automating tasks, particularly on Amazon, by integrating with an external AI model. It requests broad permissions, including `<all_urls>` and `scripting`, which grant it significant control over web content and browser actions. The core logic involves an AI generating a sequence of 'tool calls' (browser actions or predefined 'skills') based on user input. These tool calls are then executed by a background service worker and a content script. Crucially, the extension implements a robust user confirmation mechanism: every single browser action proposed by the AI requires explicit user approval via the side panel before it is executed. This mechanism, combined with a whitelist of allowed browser tools and hardcoded expansions for higher-level 'skills', acts as a strong safeguard against malicious or unintended actions. While the permissions are extensive, they are necessary for its stated purpose of browser automation, and the user remains in ultimate control of each step. The user's OpenAI API key is stored locally within the browser's storage, and generated artifacts like screenshots are stored in IndexedDB.
Capability Assessment
Purpose & Capability
The skill's name/description (Amazon price/refund workflows) match the included code and skill JSON files. However the extension's manifest grants host_permissions: "<all_urls>" (and uses chrome.scripting.executeScript to inject content scripts into arbitrary tabs). That breadth is disproportionate to an Amazon-only tool: the SKILL.md lists only Amazon requirements, but the code can access pages beyond Amazon and therefore can read or manipulate unrelated sites.
Instruction Scope
SKILL.md tells the user to load the MV3 extension and to provide an OpenAI endpoint/key in the panel. The runtime instructions and code perform extensive DOM scraping, screenshots, IndexedDB storage of artifacts, and can inject scripts. Those actions are consistent with an Amazon automation tool, but the extension will extract arbitrary page content (not limited to Amazon) and the panel encourages saving an API key that will be used to call the configured LLM endpoint — meaning potentially sensitive page data could be sent off-device to that endpoint.
Install Mechanism
No external install script or remote downloads are used; the package is an MV3 extension with all source files included. This is lower risk than an install spec that pulls arbitrary code from the internet. No external binary or archive downloads are present.
Credentials
The skill declares no required environment variables, but the UI asks users to enter an API endpoint and API key (stored in chrome.storage.local). The manifest also includes host_permissions: "<all_urls>" and access to api.openai.com. Asking for a long-lived LLM API key and granting access to all URLs is more privilege than an Amazon-only refund/price tracker should need; the extension can send collected DOM/screenshots to the configured endpoint.
Persistence & Privilege
always:false (not force-included) and no claims of modifying other skills. However the extension runs a service worker and will inject content scripts into tabs on demand (via chrome.scripting.executeScript). Combined with broad host permissions, this gives it the persistent ability to run in arbitrary pages while enabled — not inherently malicious, but increases blast radius.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install easybuy-amazon-agent
  3. After installation, invoke the skill by name or use /easybuy-amazon-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
EasyBuy Amazon Agent 1.0.0 – Initial Release - Introduced a comprehensive skillpack with 14 Amazon shopping-related skills. - Skills include order reading, evidence building, messaging, form filling, product detection, order and review scraping, price checking, contact flow, monitoring, and exporting. - Provides a registry for all skills and JSON files. - Includes guidance for Chrome extension installation and agent runtime usage. - Supports intent-based playbooks with skill requirements. - Requires Chrome (MV3), Amazon login for live features, and appropriate browser permissions.
Metadata
Slug easybuy-amazon-agent
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Amazon Refund & Price Tracker Agent?

Tracks Amazon prices, monitors orders, scrapes reviews, fetches order details, drafts refund messages, and manages refund cases efficiently. It is an AI Agent Skill for Claude Code / OpenClaw, with 265 downloads so far.

How do I install Amazon Refund & Price Tracker Agent?

Run "/install easybuy-amazon-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Amazon Refund & Price Tracker Agent free?

Yes, Amazon Refund & Price Tracker Agent is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Amazon Refund & Price Tracker Agent support?

Amazon Refund & Price Tracker Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Amazon Refund & Price Tracker Agent?

It is built and maintained by luoqianchenguni-max (@luoqianchenguni-max); the current version is v1.0.0.

💬 Comments