baidu-netdisk-manager

Manage Baidu Netdisk files via Python CLI with QR and cookie authentication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Baidu Netdisk Manager provides programmatic control to Baidu Netdisk for file operations via a Python-driven CLI and SDK, enabling automated workflows and safer manual tasks.

Core Features & Use Cases

  • Authenticate via QR code or cookies and manage files (list, upload, download, search, delete, move, rename, copy, share) from command line or scripts.
  • Analyze storage quotas and space usage to plan capacity and optimize storage.
  • Use cases include regular housekeeping, batch processing, and integration into automation pipelines.

Quick Start

Install dependencies and run the CLI to manage Baidu Netdisk files from your environment.

Frequently Asked Questions about baidu-netdisk-manager

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

FAQPage Schema
How do I automate Baidu Netdisk file management with Python?

Automated Baidu Netdisk file management is enabled through a Python-based client and CLI, supporting listing, uploading, downloading, and searching files. It uses Python 3.9+ with a session-based API client to integrate tasks into automation pipelines.

Can I use Python to upload large files to Baidu Netdisk in chunks?

Yes, uploading large files to Baidu Netdisk in chunks is supported by the Python client's session-based API. The client implements chunked uploads and retry logic to ensure stable file transfers for automated workflows.

What is the best way to authenticate a Baidu Netdisk API client for scripting?

The best way to authenticate a Baidu Netdisk API client for scripting is via QR code or cookie authentication. This Python-driven approach establishes a secure session for subsequent automated file operations and quota analysis.

Does the Baidu Netdisk Python CLI support searching and sharing files?

Yes, the Baidu Netdisk Python CLI supports searching and sharing files across local and remote paths. It enables programmatic control to list, search, delete, move, rename, copy, and share files from command line scripts.

Do I need Python 3.9 or higher to manage Baidu Netdisk storage quotas?

Yes, you need Python 3.9 or higher to manage Baidu Netdisk storage quotas using this client. It analyzes storage quotas and space usage through a session-based API client designed for Python 3.9+ environments.