Amazon Market Trend Scanner
v1.0.1Scan Amazon category landscapes to discover trending subcategories, emerging niches, and market shifts. Complements Daily Market Radar (defensive monitoring)...
⭐ 0· 71·0 current·0 all-time
by@apiclaw
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation: SKILL.md, README, references, and the included apiclaw.py consistently implement category- and product-level scans via APIClaw endpoints. The single required environment variable (APICLAW_API_KEY) matches the declared primary credential and the described API usage.
Instruction Scope
Runtime instructions limit actions to resolving categories, calling APIClaw endpoints, and reading/writing files under the skill directory (scan-data/ baseline/watchlist/history). It requests user input for categories and offers optional cron setup. No instructions ask for unrelated system files, other credentials, or unknown network endpoints.
Install Mechanism
No install spec is present (instruction-only plus a bundled CLI script). The included Python script is executed to call the documented API; there are no download-from-arbitrary-URLs or archive/extract steps. Network calls are targeted at api.apiclaw.io and the apiclaw docs URL.
Credentials
Only APICLAW_API_KEY is required. The script also supports a local config.json fallback (skill root) to supply the same key — this is documented and explains why a local config file may be created. No other secret env vars or unrelated credentials are requested.
Persistence & Privilege
always:false (no forced inclusion). The skill writes/reads files under its own skill directory (scan-data/ and optional config.json). It may generate cron configs for scheduled monitoring but does not request system-wide privileges or modify other skills' configs.
Assessment
This skill appears internally consistent: it uses only an APICLAW API key, communicates with api.apiclaw.io, and stores scan data under its own directory. Before installing, verify you trust the API provider (https://apiclaw.io) and the GitHub source, because the service will receive your queries and the key. Prefer setting APICLAW_API_KEY as an environment variable rather than placing the key in a local config.json file (the script will read config.json if present). Be aware scheduled monitoring can run automatically (agent-invocable/autonomous invocation is allowed by default) and will consume API credits—confirm pricing/quotas on the provider and whether storing API responses locally is acceptable for your data/privacy needs. If you want extra assurance, review the full scripts/apiclaw.py file in the repo to confirm there are no additional network endpoints or actions you disagree with.Like a lobster shell, security has layers — review code before you run it.
latestvk97dba1w6v9h8ktr8x53jms9mn84sv6g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvAPICLAW_API_KEY
Primary envAPICLAW_API_KEY
