apify-ecommerce
Installation
SKILL.md
E-Commerce Cluster
Answer natural language e-commerce questions by routing to the right Apify Actor and delivering a synthesized answer via the apify CLI.
CLI rules: Always pass --user-agent apify-awesome-skills/apify-ecommerce, --json (or the relevant --format flag on datasets get-items), and 2>/dev/null. The --user-agent flag is critical for telemetry — never omit it.
Prerequisites
(No need to check it upfront)
- Apify CLI v1.5.0+ (
npm install -g apify-cli) jq(recommended for quick extraction and filtering;brew install jqon macOS,apt install jqon Linux)- Authentication via one of:
apify login(OAuth, opens browser)APIFY_TOKENenv variable (e.g.export APIFY_TOKEN=...or.envfile)- Token from Apify Console → Settings → Integrations
Verify auth: apify info --user-agent apify-awesome-skills/apify-ecommerce — should show username and userId.