← All skills
Tencent SkillHub · Communication & Collaboration

Douban Sync

Export and sync Douban (豆瓣) book/movie/music/game collections to local CSV files (Obsidian-compatible). Use when the user wants to export their Douban readin...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Export and sync Douban (豆瓣) book/movie/music/game collections to local CSV files (Obsidian-compatible). Use when the user wants to export their Douban readin...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/douban-browser-scraper.mjs, scripts/douban-extract.mjs, scripts/douban-rss-sync.mjs, scripts/douban-scraper.mjs, scripts/lib.mjs

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.2.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Douban Sync

Export Douban collections (books, movies, music, games) to CSV and keep them in sync via RSS.

1. Full Export (first time)

Use the browser tool to scrape all collection pages. Requires the user to be logged into Douban. browser → douban.com/people/{USER_ID}/{category}?start=0&sort=time&mode=list Categories and URL paths: Books: book.douban.com/people/{ID}/collect (读过), /do (在读), /wish (想读) Movies: movie.douban.com/people/{ID}/collect (看过), /do (在看), /wish (想看) Music: music.douban.com/people/{ID}/collect (听过), /do (在听), /wish (想听) Games: www.douban.com/people/{ID}/games?action=collect (玩过), =do (在玩), =wish (想玩) Each page shows up to 30 items in list mode (some pages may have fewer due to delisted entries). Paginate with ?start=0,30,60... — the script uses the paginator's "next" button to determine whether to continue. Rate limiting: Wait 2-3 seconds between pages. If blocked, wait 30 seconds and retry. Scripts: scripts/douban-scraper.mjs — HTTP-only, no browser needed (may get rate-limited) scripts/douban-browser-scraper.mjs — via Puppeteer CDP, needs a running browser scripts/douban-extract.mjs — generates a browser console script for manual extraction

2. Incremental Sync (daily, via RSS)

Run scripts/douban-rss-sync.mjs — no login needed. node scripts/douban-rss-sync.mjs Setup: Set environment variables: DOUBAN_USER (required): Douban user ID DOUBAN_OUTPUT_DIR (optional): Output root directory, default ~/douban-sync Recommended: Add a daily cron job for automatic sync.

Output Format

Four CSV files per user in the output directory: douban-sync/ └── {user_id}/ ├── 书.csv ├── 影视.csv ├── 音乐.csv └── 游戏.csv CSV columns: title,url,date,rating,status,comment "书名","https://book.douban.com/subject/12345/","2026-01-15","★★★★★","读过","短评内容" status: 读过/在读/想读, 看过/在看/想看, 听过/在听/想听, 玩过/在玩/想玩

Deduplication

Both full export and RSS sync deduplicate by Douban URL — safe to run multiple times.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/douban-browser-scraper.mjs Scripts
  • scripts/douban-extract.mjs Scripts
  • scripts/douban-rss-sync.mjs Scripts
  • scripts/douban-scraper.mjs Scripts
  • scripts/lib.mjs Scripts