← 返回 Skills 市场
luoqianchenguni-max

Amazon Refund & Price Tracker Agent

作者 luoqianchenguni-max · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
265
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install easybuy-amazon-agent
功能描述
Tracks Amazon prices, monitors orders, scrapes reviews, fetches order details, drafts refund messages, and manages refund cases efficiently.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install easybuy-amazon-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /easybuy-amazon-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug easybuy-amazon-agent
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Amazon Refund & Price Tracker Agent 是什么?

Tracks Amazon prices, monitors orders, scrapes reviews, fetches order details, drafts refund messages, and manages refund cases efficiently. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 265 次。

如何安装 Amazon Refund & Price Tracker Agent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install easybuy-amazon-agent」即可一键安装,无需额外配置。

Amazon Refund & Price Tracker Agent 是免费的吗?

是的,Amazon Refund & Price Tracker Agent 完全免费(开源免费),可自由下载、安装和使用。

Amazon Refund & Price Tracker Agent 支持哪些平台?

Amazon Refund & Price Tracker Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Amazon Refund & Price Tracker Agent?

由 luoqianchenguni-max(@luoqianchenguni-max)开发并维护,当前版本 v1.0.0。

💬 留言讨论