Amazon Product Api Skill

v0.1.3

This skill helps users extract structured product listings from Amazon, including titles, ASINs, prices, ratings, and specifications. Use this skill when use...

2· 2.3k·8 current·9 all-time
byHenk Nie@phheng
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill claims to extract Amazon product listings and the included script calls BrowserAct's workflow API (https://api.browseract.com/v2/workflow) using a TEMPLATE_ID. Requiring Python and a BROWSERACT_API_KEY is proportionate and expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script, monitor logs, handle one retry on non-auth errors, and prompt the user for the BrowserAct API key if missing. The instructions do not request unrelated files, system credentials, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec is present (instruction-only plus a small script). The skill requires an existing Python binary only, which is low risk and consistent with the provided script.
Credentials
Only a single environment variable (BROWSERACT_API_KEY) is required and the script uses it directly for API Authorization. No other secrets, config paths, or unrelated credentials are requested or referenced.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills or system configuration, and does not request persistent elevated privileges.
Assessment
This skill appears to do what it claims: it sends your search parameters to BrowserAct and fetches results via their workflow API. Before installing: (1) Only provide a BrowserAct API key you trust—treat it like a secret. (2) Be aware that running the script causes network requests to BrowserAct (and through them to Amazon), so consider data-sensitivity and company policy. (3) Confirm BrowserAct (https://www.browseract.com) and the TEMPLATE_ID meet your compliance needs and that use of scraped product data complies with Amazon's terms. (4) Run first tests in an isolated environment if you want to observe behavior and network traffic before broad use.

Like a lobster shell, security has layers — review code before you run it.

latestvk9743tapznbxtqns5t4ja41sv9832c56

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🌐 Clawdis
Binspython
EnvBROWSERACT_API_KEY

Comments