Install
openclaw skills install @terrycarter1985/gog-sales-analyticsAutomated weekly workflow that scrapes GOG store discounts, analyzes the full discounted-game dataset with Gemini, generates a markdown insights report, and syncs it to Feishu Drive. Use for recurring game-deal reporting and team distribution.
openclaw skills install @terrycarter1985/gog-sales-analyticsAutomated workflow that:
cp .env.example .env
# Fill in API keys in .env
pip install -r requirements.txt
python main.py
| Variable | Purpose |
|---|---|
GEMINI_API_KEY | Gemini analysis |
FEISHU_APP_ID / FEISHU_APP_SECRET | Feishu Drive auth (tenant_access_token) |
FEISHU_DRIVE_FOLDER_ID | Target Drive folder for the report |
CLAWHUB_API_TOKEN | ClawHub publishing |
upload_all multipart/form-data API (metadata in the form body, binary via files).