☁️
AutomationShell

Baidu Drive

by baidu-netdisk

Baidu Drive is an Automation skill for Claude Code, published by baidu-netdisk in bdpan-storage.

225 stars15 forkson baidu-netdisk/bdpan-storageAdded 2026/09/04+1% in starsRepository updated 2026/09/03
agent-skillsagentic-aiai-agentsbaidubaidu-netdiskclaude-codeclaude-code-pluginclaude-code-skillsclawhubcloud-storagecodex-skillsdeveloper-toolsfile-managementopenclawskills
Install in seconds
Install Baidu Drive
Copy Baidu Drive into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/baidu-netdisk/bdpan-storage/tree/main/skills/baidu-drive ~/.claude/skills/baidu-drive

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/baidu-netdisk/bdpan-storage.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/baidu-drive/SKILL.md in baidu-netdisk/bdpan-storage
Installs to
~/.claude/skills/baidu-drive
Collection
One of 2 skills cataloged from this repository
Category
Automation1860 skills

What Baidu Drive does

Baidu Drive manages Baidu Netdisk files for upload, download, transfer, share, search, move, copy, rename, and folder creation. It also supports backing up and restoring agent memory files in supported Claw environments.

Baidu Drive is cataloged under Automation on DirSkills. Baidu Drive comes from a repository tagged agent-skills, agentic-ai, ai-agents, baidu and baidu-netdisk.

Documentation

README

百度网盘存储 Skill

百度网盘文件管理工具,所有操作限制在 /apps/bdpan/ 目录内。适配 Claude Code、DuClaw、OpenClaw 等。

使用注意事项详见 reference/notes.md

触发规则

网盘文件操作触发

同时满足以下条件才执行:

  1. 用户明确提及"百度网盘"、"bdpan"、"网盘"
  2. 操作意图明确(上传/下载/转存/分享/查看/搜索/移动/复制/重命名/创建文件夹/删除/登录/注销)

未通过触发规则时,禁止执行任何 bdpan 命令。

上下文延续: 当前对话已在进行网盘操作时,后续消息无需再次提及"网盘"即可触发。

所有命令公共参数(Agent 必传)

--agentname--session-input--session-id 是所有 bdpan CLI 子命令的公共命令参数,必须附加在具体命令调用中使用,不是独立命令。需要生成文件回端链接时,还要透传 Agent 上下文参数 --uid--traceid

bdpan <command> [命令参数] --agentname "<Agent 名称>" --session-input '<本轮用户原始输入>' --session-id "<当前会话 ID>" [--uid "<Agent 上下文 UID>" --traceid "<Agent 上下文 Trace ID>"]

例如:

This is the opening of the README. Read the full README on GitHub.

Commands Baidu Drive provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /apps

Frequently asked about Baidu Drive

  • What else does baidu-netdisk publish alongside Baidu Drive?

    Baidu Drive is one of 2 skills that DirSkills catalogs from baidu-netdisk/bdpan-storage, the repository it ships in. Its siblings there include Baidu Wenku AI PPT. Each one is a separate skill with its own page in this directory, installs the same way Baidu Drive does, and is maintained by baidu-netdisk in that same repository. The rest of the collection is listed on the baidu-netdisk/bdpan-storage page.

  • How does Baidu Drive compare to other Automation skills?

    Baidu Drive ranks #1584 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Baidu Drive against them. Open each page to compare what they document and how they install.