← 返回 Skills 市场
820
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-amazon-ads
功能描述
Amazon Ads API v3 skill for OpenClaw agents. List profiles, manage Sponsored Products campaigns, view budgets and performance. Works with any advertiser acco...
安全使用建议
This skill appears to do what it says: it uses your LWA client id/secret and refresh token to call Amazon Ads endpoints. Before installing or running it, verify the source (there's no homepage and owner is unverified), review the included script yourself, and avoid pasting long-lived secrets into shared repos. If you must use it, store amazon-ads-api.json with strict filesystem permissions (e.g., chmod 600), set AMAZON_ADS_PATH to a secure path, run the script in a sandbox or isolated environment first, and rotate credentials if you stop trusting the skill. Also consider creating an LWA app with limited permissions and short-lived credentials where possible.
功能分析
Type: OpenClaw Skill
Name: skill-amazon-ads
Version: 1.0.0
The skill provides legitimate functionality for interacting with the Amazon Ads API, handling credentials appropriately and communicating with official Amazon endpoints. However, the `scripts/ads.js` file contains a critical arbitrary file write vulnerability. The `--out` command-line argument is used directly in `fs.writeFileSync(args.out, ...)` without any path sanitization, allowing an attacker to write JSON content to any arbitrary file path on the system. There is no evidence of intentional malicious behavior or prompt injection attempts in the `SKILL.md`.
能力评估
Purpose & Capability
Name/description, SKILL.md, and scripts/ads.js are consistent: the skill implements Amazon Ads API v3 operations and requires node. The credentials and endpoints requested are appropriate for Amazon Ads.
Instruction Scope
Instructions confine actions to reading a local credentials JSON, requesting tokens from https://api.amazon.com, and calling Amazon advertising endpoints; the script may write an output file when --out is used. Note: SKILL.md asks the user to store LWA client secret and refresh token in a plaintext file (amazon-ads-api.json), which is a sensitive practice and should be protected.
Install Mechanism
No install spec is provided (instruction-only), and the only required binary is node. Included script is self-contained and performs network calls; nothing is downloaded from external/personal URLs during install.
Credentials
The skill requests LWA client id/secret, refresh token, profileId and region—these are expected for Amazon Ads use. However, they are stored/read from a local JSON file (unprotected by default). The SKILL.md references an optional AMAZON_ADS_PATH env var but the registry metadata lists no required env vars; this mismatch is minor but worth noting.
Persistence & Privilege
The skill is not always-enabled, does not request persistent platform privileges, and does not modify other skills or agent configs. It runs on-demand (or via normal autonomous invocation) and only reads/writes the credential file and optional output file.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-amazon-ads - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-amazon-ads触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Sponsored Products campaign management and performance reporting for any Amazon advertiser account
元数据
常见问题
Amazon Ads API 是什么?
Amazon Ads API v3 skill for OpenClaw agents. List profiles, manage Sponsored Products campaigns, view budgets and performance. Works with any advertiser acco... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 820 次。
如何安装 Amazon Ads API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-amazon-ads」即可一键安装,无需额外配置。
Amazon Ads API 是免费的吗?
是的,Amazon Ads API 完全免费(开源免费),可自由下载、安装和使用。
Amazon Ads API 支持哪些平台?
Amazon Ads API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Amazon Ads API?
由 Zero2Ai(@zero2ai-hub)开发并维护,当前版本 v1.0.0。
推荐 Skills