Amazon Pricing Command Center
v1.1.1Data-driven pricing strategy engine for Amazon sellers. Give me your ASIN(s) — I auto-detect the leaf category, analyze pricing landscape, and deliver RAISE/...
⭐ 0· 94·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
The name/description (Amazon pricing analysis) match the declared API usage and required APICLAW_API_KEY. Minor mismatch: the package includes an executable Python CLI (scripts/apiclaw.py) but the skill metadata does not declare a required binary (python). A Python runtime is effectively required to run the bundled script.
Instruction Scope
SKILL.md instructs only to call APIClaw endpoints for product/category/market data and to produce pricing signals; it does not ask for unrelated system data. The script may read a local config.json in the skill directory as a fallback for the API key — SKILL.md requires the API key but does not call out the local config.json fallback explicitly.
Install Mechanism
No install spec (instruction-only) which minimizes installation risk. However, a substantial CLI script is included and expected to be executed; no external downloads or obscure URLs are used. Because the code is bundled rather than a pure prose skill, ensure the runtime will run the provided script and that you trust the included code.
Credentials
Only APICLAW_API_KEY is required (declared as primaryEnv) which is appropriate for an API-driven pricing tool. The script also supports reading api_key from a local config.json in the skill directory if the env var is absent — this file path is not declared in requires.configPaths and is worth noting before storing secrets there.
Persistence & Privilege
Skill does not request permanent always-on inclusion and does not attempt to modify other skills or global agent settings. It does not persist credentials beyond reading a local config.json (if present).
Assessment
This skill appears internally consistent: it needs only an APICLAW_API_KEY and calls api.apiclaw.io endpoints to perform pricing analysis. Before installing, confirm you are comfortable providing an APIClaw key and that apiclaw.io is a service you trust. Note two small mismatches to consider: (1) the bundled script requires a Python interpreter but the skill metadata doesn't list Python as a required binary — ensure the runtime will provide Python if you plan to execute the script; (2) the CLI will fall back to reading config.json in the skill directory for the API key if the environment variable is missing — avoid placing other sensitive credentials in that file and be aware the config file is stored with the skill files. If you want extra caution, create and use an API key limited to this tool (or with restricted credits) rather than a broadly-scoped/long-lived credential.Like a lobster shell, security has layers — review code before you run it.
latestvk97b1bxeydnnp2cq5hte14pnw984sct0
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
EnvAPICLAW_API_KEY
Primary envAPICLAW_API_KEY
