douban-skill

Export Douban user collections to local CSV files via the Frodo API.

4|Updated May 23, 2026
One-click install
npx skills add https://github.com/791994545/Deepseek-Reasonix-Autopilot --skill douban-skill-791994545
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: douban-skill
Source: https://github.com/791994545/Deepseek-Reasonix-Autopilot/tree/main/skills/douban-skill
Command: npx skills add https://github.com/791994545/Deepseek-Reasonix-Autopilot --skill douban-skill-791994545

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to export and sync their Douban book, movie, music, and game collections to local CSV files, providing a way to backup, manage, and sync their data.

Core Features & Use Cases

  • Full Export: Export all history of collections to CSV files.
  • Incremental Sync: Sync recent items using RSS feed for daily updates.
  • CSV Output: Export data in a format compatible with Excel and other platforms.
  • No Login Required: Access data without needing to log in or use a browser.
  • Pre-flight User ID Validation: Ensures the correct user ID is used before proceeding.

Quick Start

Export your Douban collections to CSV by running the command: DOUBAN_USER=<user_id> python3 scripts/douban-frodo-export.py

Frequently Asked Questions about douban-skill

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

FAQPage Schema
How do I export my Douban collection to a CSV file?

You can export your Douban collection to a CSV file by running the provided Python script with your user ID. This tool uses the Frodo API to download your collection history into a local CSV file compatible with Excel.

Do I need to log in or provide credentials to sync Douban collections?

No, you do not need to log in or provide personal credentials to sync Douban collections. The tool accesses data without a browser by using an HMAC-SHA1 signature for API authentication.

Can I sync recent Douban items incrementally instead of a full export?

Yes, you can sync recent Douban items incrementally instead of a full export. The tool uses an RSS feed for daily updates to capture recent items without downloading your entire collection history.

What Python version is required to run the Douban export script?

Python 3.6 or higher is required to run the Douban export script. The tool operates within this Python environment and requires no additional login credentials to function.

What types of collections can I back up from Douban using this tool?

You can back up book, movie, music, and game collections from Douban using this tool. It exports your data to local CSV files, providing a reliable backup for managing your collection history.