qq-zone-photo

Automate QQ Zone photo management with cookie-based login and Python HTTP client.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

QQ Zone albums require manual steps to login, browse albums, download or upload photos, and manage albums. This tool automates those repetitive tasks, enabling backup, organization, and batch operations.

Core Features & Use Cases

  • Automated login using cookies and session management.
  • List albums and browse photos across multiple albums.
  • Upload photos to specific albums and create new albums.
  • Download single photos or entire albums for offline backups.
  • Use case: back up travel photos from QQ Zone to local storage for archiving.

Quick Start

Login with cookies.json, then use the CLI to list albums, browse photos, upload images, download content, or create albums.

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 downloads for offline backup?

Automating QQ Zone photo downloads uses a Python HTTP client with cookie-based authentication to fetch entire albums for offline backup. This tool handles batch downloads across multiple albums programmatically without manual browsing.

How does cookie-based authentication work for QQ Zone photo management?

Cookie-based authentication for QQ Zone works by loading a cookies.json file to establish a session with the API. This allows the Python HTTP client to access private albums and perform photo management tasks without manual login prompts.

Can I batch upload photos to QQ Zone albums using a CLI?

Yes, you can batch upload photos to specific QQ Zone albums using a command-line interface. The tool relies on Python and the requests library to automate the file upload process and can also create new albums as needed.

Do I need Python and Pillow to manage QQ Zone albums?

Yes, you need Python along with the requests and Pillow dependencies to manage QQ Zone albums. These libraries handle the HTTP client operations and image processing required for the photo automation scripts.

What is the best way to organize photos across multiple QQ Zone albums?

The best way to organize photos across multiple QQ Zone albums is using an automated CLI tool that lists albums and batch processes images. This allows you to programmatically upload, download, and restructure your photo collection without manual web interface interactions.

Why does my QQ Zone photo upload fail due to API issues?

QQ Zone photo uploads may fail due to expired cookies or API rate limits, but this tool includes robust error handling to recover from common API issues. Ensure your cookies.json file is valid and the Python HTTP client session is active.