Install
openclaw skills install bdpan-resource-saverSearch for resources using Bing/Baidu, find Baidu Netdisk (百度网盘) share links, and save/transfer them to your netdisk. Use when the user wants to (1) Search for movies, TV shows, books, or other resources and save to netdisk, (2) Find Baidu Netdisk share links for specific content, (3) Save/share/transfer resources to their Baidu Netdisk automatically, (4) Direct requests like "save xxx movie to my netdisk", "transfer xxx to baidu netdisk", "转存xxx电影到百度网盘", "帮我找xxx资源并保存到网盘". Triggers include "search for [movie/show/book]", "find [content] on Baidu Netdisk", "save to netdisk", "transfer to netdisk", "百度网盘资源", "转存到网盘", "保存到网盘", "转存xxx到百度网盘", "save xxx movie to my netdisk".
openclaw skills install bdpan-resource-saverThis skill automates the workflow of searching for resources (movies, TV shows, books, etc.) and saving them to Baidu Netdisk (百度网盘). It combines web search, browser automation, and netdisk operations.
This skill should be triggered when user requests match these patterns:
Direct Transfer Requests:
Search + Save Requests:
Resource Search:
Use web search (Bing/Baidu) to find Baidu Netdisk share links for the requested content.
Search query format:
[资源名称] [年份/版本] 百度网盘 pan.baidu.com
Example searches:
From search results, extract:
https://pan.baidu.com/s/[CODE])Use browser automation to:
Option A: Direct CLI transfer (preferred)
Use bdpan transfer command:
bdpan transfer <share-link> -p <password> -d <target-folder>
Option B: Browser automation If CLI fails:
Confirm the file was saved successfully by:
bdpan lsSolution: Search for alternative links from different sources.
Solution:
bdpan quotaSolution: Use browser automation instead. Some share links have restrictions that prevent API access.
Solution:
# List files
bdpan ls [path]
# Create folder
bdpan mkdir <folder-name>
# Transfer share to netdisk
bdpan transfer <share-link> -p <password> -d <target-folder>
# Download from share
bdpan download <share-link> <local-path> -p <password>
# Check quota
bdpan quota
# Start browser
browser start
# Navigate to URL
browser navigate <url>
# Click element
browser click --ref=<ref>
# Type text
browser type --ref=<ref> --text=<text>
# Get page snapshot
browser snapshot
User: "帮我找查理和巧克力工厂的电影资源并保存到网盘"
Agent workflow:
查理和巧克力工厂 2005 百度网盘 pan.baidu.comhttps://pan.baidu.com/s/1RuPACBpk-1BY_fZl6DIirA, pwd: fyzvUser: "请帮我转存星际穿越电影至我的百度网盘"
Agent workflow:
星际穿越 百度网盘 pan.baidu.combdpan transfer or browser automationUser: "Save The Matrix to my netdisk"
Agent workflow:
The Matrix 百度网盘 pan.baidu.comFor detailed browser automation patterns, see references/browser-patterns.md