{
  "schemaVersion": "1.0",
  "item": {
    "slug": "amazon-competitor-analyzer",
    "name": "Amazon Competitor Analyzer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/phheng/amazon-competitor-analyzer",
    "canonicalUrl": "https://clawhub.ai/phheng/amazon-competitor-analyzer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/amazon-competitor-analyzer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=amazon-competitor-analyzer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "amazon_competitor_analyzer.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/amazon-competitor-analyzer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/amazon-competitor-analyzer",
    "agentPageUrl": "https://openagent3.xyz/skills/amazon-competitor-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/amazon-competitor-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/amazon-competitor-analyzer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Amazon Competitor Analyzer",
        "body": "This skill scrapes Amazon product data from user-provided ASINs using browseract.com's browser automation API and performs deep competitive analysis."
      },
      {
        "title": "When to Use This Skill",
        "body": "Competitive research: Input multiple ASINs to understand market landscape\nPricing strategy analysis: Compare price bands across similar products\nSpecification benchmarking: Deep dive into technical specs and feature differences\nReview insights: Analyze review quality, quantity, and sentiment patterns\nMarket opportunity discovery: Identify gaps and potential threats"
      },
      {
        "title": "What This Skill Does",
        "body": "ASIN Data Collection: Extract product title, price, rating, review count, images\nSpecification Extraction: Deep extraction of technical specs, features, and materials\nReview Quality Analysis: Analyze review patterns, keywords, and sentiment\nMulti-Dimensional Comparison: Side-by-side comparison of key metrics\nMoat Identification: Identify core competitive advantages and barriers\nVulnerability Discovery: Find competitor weaknesses and market opportunities"
      },
      {
        "title": "Features",
        "body": "Stable and accurate data extraction: Pre-set workflows ensure consistent results.\nBrowser automation: Uses BrowserAct's automated browser instances for reliable data collection.\nGlobal accessibility: BrowserAct provides servers in multiple regions.\nFast execution: Optimized workflow templates complete tasks quickly.\nCost efficient: Reduces manual research time and associated costs."
      },
      {
        "title": "BrowserAct.com Account Setup",
        "body": "You need a BrowserAct.com account and API key:\n\nVisit browseract.com\nSign up for an account\nNavigate to API Settings\nGenerate an API key"
      },
      {
        "title": "Environment Configuration",
        "body": "Copy the .env.example file to .env and add your API key:\n\ncp .env.example .env\n# Edit .env and replace YOUR_API_KEY_HERE with your actual API key\n\nOr set as environment variable:\n\nexport BROWSERACT_API_KEY=\"your-api-key-here\""
      },
      {
        "title": "Basic Analysis",
        "body": "python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG"
      },
      {
        "title": "Multiple Products",
        "body": "python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW"
      },
      {
        "title": "With Output Directory",
        "body": "python amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output"
      },
      {
        "title": "Output Formats",
        "body": "CSV: Structured data table\nMarkdown: Comprehensive report\nJSON: Raw data with analysis"
      },
      {
        "title": "Parameters",
        "body": "ParameterTypeDefaultDescriptionasinsstring-One or more Amazon ASINs to analyze--output, -ostring./outputOutput directory--formatstringallOutput format (csv/markdown/json/all)--api-keystringenvBrowserAct API key"
      },
      {
        "title": "Dependencies",
        "body": "This skill requires the following Python packages:\n\npip install requests\n\nOptional (for automatic .env loading):\n\npip install python-dotenv"
      },
      {
        "title": "Environment Variables",
        "body": "VariableRequiredDescriptionBROWSERACT_API_KEYYesYour BrowserAct API key. Get it from BrowserAct Console"
      },
      {
        "title": "Error Handling",
        "body": "Invalid API Key: Check BROWSERACT_API_KEY environment variable\nNetwork Error: Verify internet connection\nRate Limit: Wait and retry with exponential backoff\nInvalid ASIN: Verify ASIN format (10 alphanumeric characters)\n\nVersion: 1.0.0\nUpdated: 2026-02-09\nTemplate ID: 77814333389670716"
      }
    ],
    "body": "Amazon Competitor Analyzer\n\nThis skill scrapes Amazon product data from user-provided ASINs using browseract.com's browser automation API and performs deep competitive analysis.\n\nWhen to Use This Skill\nCompetitive research: Input multiple ASINs to understand market landscape\nPricing strategy analysis: Compare price bands across similar products\nSpecification benchmarking: Deep dive into technical specs and feature differences\nReview insights: Analyze review quality, quantity, and sentiment patterns\nMarket opportunity discovery: Identify gaps and potential threats\nWhat This Skill Does\nASIN Data Collection: Extract product title, price, rating, review count, images\nSpecification Extraction: Deep extraction of technical specs, features, and materials\nReview Quality Analysis: Analyze review patterns, keywords, and sentiment\nMulti-Dimensional Comparison: Side-by-side comparison of key metrics\nMoat Identification: Identify core competitive advantages and barriers\nVulnerability Discovery: Find competitor weaknesses and market opportunities\nFeatures\nStable and accurate data extraction: Pre-set workflows ensure consistent results.\nBrowser automation: Uses BrowserAct's automated browser instances for reliable data collection.\nGlobal accessibility: BrowserAct provides servers in multiple regions.\nFast execution: Optimized workflow templates complete tasks quickly.\nCost efficient: Reduces manual research time and associated costs.\nPrerequisites\nBrowserAct.com Account Setup\n\nYou need a BrowserAct.com account and API key:\n\nVisit browseract.com\nSign up for an account\nNavigate to API Settings\nGenerate an API key\nEnvironment Configuration\n\nCopy the .env.example file to .env and add your API key:\n\ncp .env.example .env\n# Edit .env and replace YOUR_API_KEY_HERE with your actual API key\n\n\nOr set as environment variable:\n\nexport BROWSERACT_API_KEY=\"your-api-key-here\"\n\nUsage\nBasic Analysis\npython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG\n\nMultiple Products\npython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG B07ABC11111 B08N5WRWNW\n\nWith Output Directory\npython amazon-competitor-analyzer/amazon_competitor_analyzer.py B09G9GB4MG -o ./output\n\nOutput Formats\nCSV: Structured data table\nMarkdown: Comprehensive report\nJSON: Raw data with analysis\nParameters\nParameter\tType\tDefault\tDescription\nasins\tstring\t-\tOne or more Amazon ASINs to analyze\n--output, -o\tstring\t./output\tOutput directory\n--format\tstring\tall\tOutput format (csv/markdown/json/all)\n--api-key\tstring\tenv\tBrowserAct API key\nDependencies\n\nThis skill requires the following Python packages:\n\npip install requests\n\n\nOptional (for automatic .env loading):\n\npip install python-dotenv\n\nEnvironment Variables\nVariable\tRequired\tDescription\nBROWSERACT_API_KEY\tYes\tYour BrowserAct API key. Get it from BrowserAct Console\nError Handling\nInvalid API Key: Check BROWSERACT_API_KEY environment variable\nNetwork Error: Verify internet connection\nRate Limit: Wait and retry with exponential backoff\nInvalid ASIN: Verify ASIN format (10 alphanumeric characters)\n\nVersion: 1.0.0\nUpdated: 2026-02-09\nTemplate ID: 77814333389670716"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/phheng/amazon-competitor-analyzer",
    "publisherUrl": "https://clawhub.ai/phheng/amazon-competitor-analyzer",
    "owner": "phheng",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/amazon-competitor-analyzer",
    "downloadUrl": "https://openagent3.xyz/downloads/amazon-competitor-analyzer",
    "agentUrl": "https://openagent3.xyz/skills/amazon-competitor-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/amazon-competitor-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/amazon-competitor-analyzer/agent.md"
  }
}