Productivity Tools⭐ Featured

Baidu Netdisk Manager

百度网盘管理

Baidu Netdisk file management skill supporting upload, download, transfer, share, search and more. Connect to Baidu Cloud storage for automated file management.

百度网盘bdpan网盘上传下载云存储备份
Install Command
clawhub install bdpan-storage
Version
3.7.4
Author
bdpan-storage
Updated
Fri Apr 10 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

Features

  • 📁 **File Browsing**: Browse Baidu Netdisk directory structure
  • ⬆️ **Upload Files**: Upload local files to Baidu Netdisk
  • ⬇️ **Download Files**: Download files from Baidu Netdisk to local
  • 🔍 **Search Files**: Search netdisk files by keyword
  • 📁 **Folder Management**: Create, move, copy, rename folders
  • 🔗 **Share Links**: Generate file sharing links
  • Use Cases

  • **Data Backup**: Automatically backup important local files to netdisk
  • **Cross-device Sync**: Sync files across multiple devices
  • **Automated Workflows**: Upload generated files to netdisk on schedule
  • **Data Organization**: Batch organize netdisk files
  • Installation

    clawhub install bdpan-storage

    Quick Start

    Check Installation

    command -v bdpan

    ~/.local/bin/bdpan --version

    Check Login Status

    ~/.local/bin/bdpan whoami

    List Files

    ~/.local/bin/bdpan ls # Root directory

    ~/.local/bin/bdpan ls foldername/ # Specific directory

    Upload Files

    ~/.local/bin/bdpan upload ./local-file.txt TX-DATA/remote-filename.txt

    Download Files

    ~/.local/bin/bdpan download TX-DATA/filename.txt ./local-path/

    Search Files

    ~/.local/bin/bdpan search keyword

    ~/.local/bin/bdpan search keyword --json # JSON output

    Command Reference

    | Operation | Command |

    |------|------|

    | Check Installation | `command -v bdpan` |

    | Check Login | `~/.local/bin/bdpan whoami` |

    | List Files | `~/.local/bin/bdpan ls` |

    | Upload File | `~/.local/bin/bdpan upload <local> <remote>` |

    | Download File | `~/.local/bin/bdpan download <remote> <local>` |

    | Search Files | `~/.local/bin/bdpan search <keyword>` |

    | Create Folder | `~/.local/bin/bdpan mkdir <path>` |

    | Move File | `~/.local/bin/bdpan mv <source> <target>` |

    | Copy File | `~/.local/bin/bdpan cp <source> <target>` |

    | Rename | `~/.local/bin/bdpan rename <path> <newname>` |

    Notes

    1. **Working Directory**: `/apps/bdpan/` - all operations under this directory

    2. **Token Validity**: ~30 days, re-login required after expiration

    3. **Security**: Run `bdpan logout` in public environments after use

    4. **Never Expose**: Do not expose config files and Tokens in public

    Energy Industry Examples

    # View energy data backup folder

    ~/.local/bin/bdpan ls TX-DATA/

    # Upload generated report to netdisk

    ~/.local/bin/bdpan upload ./Monthly-Energy-Report.pdf TX-DATA/Monthly-Report.pdf

    # Search energy project related files

    ~/.local/bin/bdpan search energy-project