← 返回 Skills 市场
wscats

百度网盘

作者 enoyao · GitHub ↗ · v1.1.5 · MIT-0
cross-platform ✓ 安全检测通过
21878
总下载
19
收藏
6
当前安装
16
版本数
在 OpenClaw 中安装
/install baidu-netdisk-skills
功能描述
百度网盘(Baidu Drive, pan.baidu.com)文件管理 — 上传、下载、转存、分享、搜索、移动、复制、重命名、创建文件夹、删除(高风险,需用户确认)。 同时支持 Agent 记忆备份/恢复(kimiclaw/maxclaw/qclaw/openclaw)。 TRIGGER: 用户消息明确提及"百...
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install baidu-netdisk-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /baidu-netdisk-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug baidu-netdisk-skills
版本 1.1.5
许可证 MIT-0
累计安装 745
当前安装数 6
历史版本数 16
常见问题

百度网盘 是什么?

百度网盘(Baidu Drive, pan.baidu.com)文件管理 — 上传、下载、转存、分享、搜索、移动、复制、重命名、创建文件夹、删除(高风险,需用户确认)。 同时支持 Agent 记忆备份/恢复(kimiclaw/maxclaw/qclaw/openclaw)。 TRIGGER: 用户消息明确提及"百... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 21878 次。

如何安装 百度网盘?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install baidu-netdisk-skills」即可一键安装,无需额外配置。

百度网盘 是免费的吗?

是的,百度网盘 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

百度网盘 支持哪些平台?

百度网盘 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 百度网盘?

由 enoyao(@wscats)开发并维护,当前版本 v1.1.5。

💬 留言讨论