qq-zone-photo

Automate QQ Zone photo album login, listing, upload, download, and creation.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ISAQQSAI/SkillAttack --skill qq-zone-photo-isaqqsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qq-zone-photo
Source: https://github.com/ISAQQSAI/SkillAttack/tree/main/data/hot100skills/077_wscats_qq-zone-photo
Command: npx skills add https://github.com/ISAQQSAI/SkillAttack --skill qq-zone-photo-isaqqsai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, Pillow, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end management of QQ Zone photo albums, including login, album listing, photo download/upload, and album creation, reducing manual steps.

Core Features & Use Cases

  • Login automation: initialize and persist cookies via QR login to access QQ Zone data.
  • Album & photo management: list albums, list photos inside an album, upload new photos, download photos or albums, and create new albums.
  • Real-world scenarios: back up a specific album, batch download all albums, or organize photos into new albums for archiving.

Quick Start

Run the qzone_photos.py script with the login action to initialize cookies and verify access.

Frequently Asked Questions about qq-zone-photo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate QQ Zone photo album backups using a script?

You can automate QQ Zone photo album backups by running a Python script that handles QR login, cookie persistence, and photo downloading. It lists available albums and batch downloads photos to your local machine.

Can I use Python to upload photos and create new albums in QQ Zone?

Yes, you can use Python to upload photos and create new albums in QQ Zone. The script manages API interactions, g_tk token generation, and JSONP parsing to execute these album management tasks automatically.

Does the QQ Zone photo automation script require manual login each time?

No, the QQ Zone photo automation script does not require manual login each time. It initializes and persists cookies via a QR login process on the first run, allowing subsequent automated access to your albums.

What Python dependencies are needed for QQ Zone album management?

You need the requests and Pillow libraries for QQ Zone album management. Requests handles HTTP API interactions and cookie management, while Pillow supports image processing tasks during photo upload and download operations.

Why does my QQ Zone photo script fail to list albums or download photos?

QQ Zone photo scripts fail to list albums or download photos when cookies expire or the g_tk token is generated incorrectly. The script includes robust error handling for API interactions and JSONP parsing to manage these issues.