apiclaw-analysis

Category: Development & Coding | Uploader: SerendipityOneIncSerendipityOneInc | Downloads: 0 | Version: v1.0(Latest)

Amazon seller data analysis tool. Features: market research, product selection, competitor analysis, ASIN evaluation, pricing reference, category research. Uses scripts/apiclaw.py to call APIClaw API, requires APICLAW_API_KEY. --- # APIClaw — Amazon Seller Data Analysis > AI-powered Amazon product research. From market discovery to daily operations. > > **Language rule**: Always respond in the user's language. If the user asks in Chinese, reply in Chinese. If in English, reply in English. The language of this skill document does not affect output language. > All API calls go through `scripts/apiclaw.py` — one script, 5 endpoints, built-in error handling. ## Credentials - Required: `APICLAW_API_KEY` - Scope: used only for `https://api.apiclaw.io` - Storage: `config.json` in the skill directory (same folder as SKILL.md) ### API Key Configuration Mechanism **Config file location:** `config.json` in the skill root directory, next to `SKILL.md`. ``` apiclaw-analysis-skill/ ├── config.json ← API Key stored here ├── SKILL.md ├── scripts/ │ └── apiclaw.py └── references/ ``` **Config file format:** ```json { "api_key": "hms_live_xxxxxx" } ``` ### Initial Setup (AI Operation Guide) When user first uses or provides new Key, AI should execute: ```python import os, json # config.json is stored in the skill root directory (parent of scripts/) skill_dir = os.path.dirname(os.path.abspath(__file__)) # when running from scripts/ skill_dir = os.path.dirname(skill_dir) # go up to skill root config_path = os.path.join(skill_dir, "config.json") with open(config_path, "w") as f: json.dump({"api_key": "hms_live_user_provided_key"}, f, indent=2) print(f"API Key saved to {config_path}") ``` ### Get API Key **New users please first obtain API Key:** 1. Visit [APIClaw Console](https://apiclaw.io/en/api-keys) to register account 2. Create API Key, copy it (format: `hms_live_xxxxxx`) 3. Tell the AI your Key in conversation, AI will automatically save it to config file **New Key fir

Changelog: Source: GitHub https://github.com/SerendipityOneInc/APIClaw-Skills

Directory Structure

Current level: tree/main/amazon-analysis/

SKILL.md

Login to download/like/favorite ❤ 27 | ★ 0
Comments 0

Please login before commenting.

No comments yet. Be the first one!