← Back to Skills Marketplace
wscats

百度网盘

by enoyao · GitHub ↗ · v1.1.5 · MIT-0
cross-platform ✓ Security Clean
21897
Downloads
19
Stars
6
Active Installs
16
Versions
Install in OpenClaw
/install baidu-netdisk-skills
Description
百度网盘(Baidu Drive, pan.baidu.com)文件管理 — 上传、下载、转存、分享、搜索、移动、复制、重命名、创建文件夹、删除(高风险,需用户确认)。 同时支持 Agent 记忆备份/恢复(kimiclaw/maxclaw/qclaw/openclaw)。 TRIGGER: 用户消息明确提及"百...
Usage Guidance
Install only if you are comfortable giving the bdpan CLI access to your Baidu Netdisk account. Review prompts before approving uploads, deletes, shares, transfers, memory backup/restore, uninstall, or skill updates, and avoid using it on shared or untrusted machines.
Capability Assessment
Purpose & Capability
The skill clearly describes Baidu Netdisk operations, OAuth login, upload/download/share/delete, and agent memory backup/restore. These capabilities are sensitive but fit the stated purpose.
Instruction Scope
The main instructions restrict triggering, forbid reading token config, require explicit user direction for updates, and require confirmation for destructive or ambiguous actions; some examples execute state-changing operations directly when the user request is explicit.
Install Mechanism
The installer downloads and runs a bdpan binary installer from Baidu CDN with SHA256 checks and confirmation. The updater can overwrite the skill directory after user confirmation, domain allowlisting, and checksum validation.
Credentials
Access is proportionate for a cloud-storage integration: Bash is used to run the bdpan CLI and helper scripts, and cloud file operations are scoped to /apps/bdpan/ by the skill instructions.
Persistence & Privilege
The skill stores OAuth tokens through bdpan, can remove local config during uninstall, can update its own skill files, and can upload agent memory files to Baidu Netdisk when the memory backup feature is invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install baidu-netdisk-skills
  3. After installation, invoke the skill by name or use /baidu-netdisk-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.5
修复 SkillSpector 第二轮安全审计 6 项 Findings:authentication.md 移除直连 bdpan login 提示;bdpan-commands.md update 章节去除自动更新措辞并补完整安全约束;update.sh 实装下载 URL 域名白名单(仅允许百度官方域名)+ 用户确认前展示下载源与 SHA256;_meta.json keywords/tags/triggers 全面收紧(移除网盘/云盘/baidu cloud 等泛指词);SKILL.md 触发规则收紧(写操作每次需重新触发或确认);examples.md 下载示例增加本地覆盖警告与确认步骤。
v1.1.4
- 重写并简化了 Skill 说明:去除记忆备份/恢复能力,仅专注于百度网盘文件管理功能。 - 增强安全约束:登录、更新和下载操作加强了域名白名单、完整性校验、ZIP 解压安全检查。 - 风险与能力披露更加显著,明确高风险操作(如后台下载、数据修改、凭据管理等)需用户知晓和确认。 - 管理与安装脚本优化,更新流程增加两步确认,禁止自动或静默更新。 - 移除了 memory-backup.sh 及相关记忆备份内容,完善了基础文件操作说明和触发规则。
v1.1.3
修复 SkillSpector 安全审计 5 项 Medium Findings:补全 description 中 delete 能力披露;收敛过宽 triggers(移除 网盘/云盘);上传并分享示例增加用户确认步骤;install.sh SHA256 校验后增加最终用户确认;memory-backup.sh restore 增加 dry-run 影响预览与覆盖确认(新增 --yes 参数)。
v1.1.2
同步上游 bdpan-storage v1.6.0:更新 install/login/update 脚本与命令文档,新增 memory-backup 备份脚本
v1.1.1
修复ClawScan安全审查: 1) update.sh下载白名单收紧为issuecdn.baidupcs.com 2) update.sh直接阻断Agent环境自更新 3) SKILL.md新增能力与风险披露章节
v1.1.0
新增大文件下载策略:≤50MB直接下载,>50MB后台下载+轮询进度;完善故障排查文档
v1.0.1
- Skill名称由“bdpan-storage”更名为“baidu-netdisk-skills”。 - 文件夹、脚本、元数据的命名与描述已统一,与新 Skill 名称保持一致。 - 相关文档(如 SKILL.md、examples.md)进行了更新以反映新名称。 - 功能与核心操作逻辑未变化,仅为命名标准化和文档细节调整。
v1.6.1
baidu-netdisk-skills 1.6.1 - 增强 Skill 安全约束:新增安装器/更新包下载与解压的完整性、来源和路径穿越校验,全流程更严格符合安全规范。 - scripts/install.sh:限制安装器仅可从百度官方 CDN(HTTPS),下载后执行 SHA256 校验,防止恶意或损坏文件。 - scripts/update.sh:下载更新包前校验来源和大小,更新包解压前检测路径穿越和文件数量,强化 ZIP 解压隔离防护。 - SKILL.md 文档:补充安装、更新流程完整加固说明以及相关场景安全约束(如仅允许官方源、路径穿越检测等)。 - 其他细节修正及文档补充,提高整体健壮性和易用性。
v1.6.0
baidu-netdisk-skills 1.6.0 - 新增 scripts/publish.sh 脚本文件,为 Skill 增加发布脚本。 - 其余功能和规则未变。
v1.5.4
- Expanded trigger keywords to include "百度云", "百度云盘", "云盘", "baidu netdisk", "baidu pan", and "baidu cloud" for broader user intent recognition. - Updated the skill description and trigger rules accordingly for improved clarity. - Added _meta.json file for metadata management.
v1.5.3
Version 1.5.3 - No file changes detected in this release. - Behavior and documentation remain unchanged from the previous version.
v1.5.2
baidu-netdisk-skills v1.5.2 - Updated scripts/install.sh and scripts/login.sh. - No user-facing feature or policy changes documented in SKILL.md.
v1.5.1
Remove publish.sh from skill bundle
v1.5.0
Fix suspicious security scan: add two-step confirmation for install.sh and update.sh, enforce mandatory SHA256 verification, separate download from execution
v1.4.0
Sync code from clawhub.ai/may-yaha/baidu-netdisk-storage
v1.0.0
baidu-netdisk-manager 1.0.0 initial release: - Manage Baidu Netdisk files and storage via Python scripts. - Supports QR code login and cookie-based authentication. - Core features: list, upload, download, search, delete, move, rename, copy, and share files. - Analyze and view storage quota and usage by file type. - Includes multiple trigger phrases in both English and Chinese for flexible skill activation. - Unified JSON interface for consistent API responses.
Metadata
Slug baidu-netdisk-skills
Version 1.1.5
License MIT-0
All-time Installs 745
Active Installs 6
Total Versions 16
Frequently Asked Questions

What is 百度网盘?

百度网盘(Baidu Drive, pan.baidu.com)文件管理 — 上传、下载、转存、分享、搜索、移动、复制、重命名、创建文件夹、删除(高风险,需用户确认)。 同时支持 Agent 记忆备份/恢复(kimiclaw/maxclaw/qclaw/openclaw)。 TRIGGER: 用户消息明确提及"百... It is an AI Agent Skill for Claude Code / OpenClaw, with 21897 downloads so far.

How do I install 百度网盘?

Run "/install baidu-netdisk-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 百度网盘 free?

Yes, 百度网盘 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 百度网盘 support?

百度网盘 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 百度网盘?

It is built and maintained by enoyao (@wscats); the current version is v1.1.5.

💬 Comments