← 返回 Skills 市场
linauror

baidupcs-go - 百度网盘命令行工具

作者 linauror · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
219
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install baidupcs-go
功能描述
命令行工具,支持百度网盘文件上传、下载、转存、分享及离线下载等多种操作,兼容多平台。
使用说明 (SKILL.md)

BaiduPCS-Go Skill

百度网盘命令行客户端工具技能。提供文件上传、下载、转存、分享等操作的命令行封装。

技能描述

BaiduPCS-Go 是一个仿 Linux shell 风格的百度网盘命令行客户端,支持多平台(Windows、Linux、macOS),提供丰富的网盘操作命令。

核心功能

  • 账号管理: 登录、切换、退出百度账号
  • 文件操作: 上传、下载、删除、移动、重命名、拷贝
  • 分享功能: 创建分享、转存他人分享、取消分享
  • 离线下载: 支持 HTTP/HTTPS/FTP/磁力链等协议
  • 回收站: 查看、还原、删除回收站文件
  • 配置管理: 查看和修改程序配置项

使用场景

当用户需要:

  1. 通过命令行操作百度网盘文件
  2. 批量上传或下载网盘文件
  3. 转存他人分享的网盘链接
  4. 管理网盘分享链接
  5. 使用离线下载功能
  6. 查看网盘配额和文件信息

前置要求

  1. 已安装 BaiduPCS-Go 程序
  2. 已登录百度账号
  3. 了解基础命令行操作

命令说明

详细命令列表和使用方法参见 BaiduPCS-Go.md

注意事项

  • 普通用户请将 max_parallelmax_download_load 设置为 1,避免触发限速
  • SVIP 用户建议 max_parallel 设置为 10-20,max_download_load 设置为 1-2
  • 下载文件默认保存到程序所在目录的 download/ 目录
  • 上传文件默认采用分片上传,支持秒传
  • 谨慎修改 appiduser_agent 等配置项

配置文件路径

  • Windows: %APPDATA%\BaiduPCS-Go
  • Linux/macOS: $HOME/.config/BaiduPCS-Go
  • 可通过环境变量 BAIDUPCS_GO_CONFIG_DIR 指定
安全使用建议
This skill appears to be documentation/wrappers for using the BaiduPCS-Go CLI and is internally coherent for that purpose, but exercise caution before using it. Key points to consider: - There is no official source or homepage listed; the README recommends downloading prebuilt binaries from a third‑party file host (lanzoui.com). Prefer obtaining BaiduPCS-Go from an authoritative source (official GitHub releases or trusted mirrors) and verify checksums before running binaries. - The package.json claims a Node entry point (index.js) that is not included in the bundle — this is a transparency gap. If you expect the skill to include code for automation, ask the publisher for the missing files or source links. - The tool requires sensitive authentication artifacts (Cookies, BDUSS, STOKEN). Never paste those values into services or tools you don't fully trust; treat them like passwords. If you must provide them, do so only to the official BaiduPCS-Go binary you obtained from a trusted source, and avoid sharing them with third-party hosts. - Because the skill is instruction-only, it will not automatically install anything. If you want to automate usage, obtain and inspect the actual BaiduPCS-Go binary or source first. If you plan to install/use this skill, request a trustworthy upstream/source URL and checksums from the publisher, and avoid following the provided third‑party binary download link unless you can verify its integrity.
功能分析
Type: OpenClaw Skill Name: baidupcs-go Version: 1.0.0 The skill bundle is a standard wrapper for the BaiduPCS-Go command-line client, designed to manage Baidu Netdisk cloud storage. While the tool handles sensitive authentication data such as BDUSS, STOKEN, and browser cookies (as seen in commands.json and BaiduPCS-Go.md), these capabilities are essential for the tool's stated purpose. There is no evidence of malicious intent, unauthorized data exfiltration, or prompt injection attempts within the SKILL.md or other configuration files.
能力评估
Purpose & Capability
The name/description and SKILL.md consistently describe a CLI helper for BaiduPCS-Go and the declared commands match that purpose. However, metadata (package.json) implies a Node package with a main index.js that is not present in the bundle, and the skill offers no official source or homepage — this mismatch is unexplained.
Instruction Scope
SKILL.md stays within the stated purpose: it documents usage of the BaiduPCS-Go program, login methods (interactive, BDUSS/STOKEN, cookies), config paths, and command semantics. It does not instruct the agent to read unrelated system files or to exfiltrate data. Caveat: it instructs users to supply sensitive credentials (cookies/BDUSS/STOKEN) and recommends downloading prebuilt binaries from a third‑party file host (Lanzou), which may be risky.
Install Mechanism
There is no install spec (instruction-only), which is low risk in itself, but the included documentation points users to a third‑party download host (lanzoui.com) for prebuilt binaries. That host is not a well-known official release channel and increases risk if users follow those instructions. Also, no official project homepage or canonical release link is provided to verify integrity.
Credentials
The skill metadata does not request environment variables or credentials. The runtime instructions, however, require users to provide sensitive authentication artifacts (Cookies, BDUSS, STOKEN) to log into Baidu — which is expected for this tool but is sensitive. The bundle also references an optional BAIDUPCS_GO_CONFIG_DIR env var. No unrelated credentials or excessive environment access are requested.
Persistence & Privilege
Flags show no always:true and no install actions; the skill is user-invocable and not force-included. There is no indication the skill requests persistent system privileges or modifies other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install baidupcs-go
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /baidupcs-go 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
baidupcs-go技能的初始版本 - 提供命令行工具用于管理百度网盘:上传、下载、传输和共享文件。 - 支持跨平台使用(Windows、Linux、macOS)。 - 包括账户管理、文件操作、共享功能、离线下载、回收站访问以及配置选项。 - 提供详细的使用说明和注意事项,以确保最佳性能。 - 允许根据平台和通过环境变量自定义配置文件位置。
元数据
Slug baidupcs-go
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

baidupcs-go - 百度网盘命令行工具 是什么?

命令行工具,支持百度网盘文件上传、下载、转存、分享及离线下载等多种操作,兼容多平台。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。

如何安装 baidupcs-go - 百度网盘命令行工具?

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

baidupcs-go - 百度网盘命令行工具 是免费的吗?

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

baidupcs-go - 百度网盘命令行工具 支持哪些平台?

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

谁开发了 baidupcs-go - 百度网盘命令行工具?

由 linauror(@linauror)开发并维护,当前版本 v1.0.0。

💬 留言讨论