baidu-netdisk-manager

This skill manages Baidu Netdisk (百度网盘) files and storage via Python scripts. It supports QR code login and cookie-based authentication. Core features include file listing, uploading, downloading, searching, deleting, moving, renaming, sharing, and storage quota analysis. Trigger phrases include "list my files", "upload file", "download file", "search netdisk", "share file", "delete file", "storage info", "netdisk login", "百度网盘", "网盘登录", "扫码登录", "文件列表", "上传文件", "下载文件", "搜索文件", "分享文件", "删除文件", "网盘空间", "文件管理".

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "baidu-netdisk-manager" with this command: npx skills add Wscats/baidu-netdisk-skills

百度网盘管理 Skill

技能概述

属性
技能 IDbaidu-netdisk-manager
版本1.0.0
协议MIT
运行环境Python 3.9+
认证方式扫码登录 / Cookie 导入

功能清单

1. 认证登录

功能说明
扫码登录生成二维码,使用百度网盘 App 扫码完成登录
Cookie 登录从浏览器复制 Cookie(BDUSS/STOKEN)直接导入
会话持久化登录凭证保存到本地,支持自动续期

2. 文件管理

功能说明
文件列表列出指定目录下的文件和文件夹
文件搜索按关键词搜索网盘中的文件
文件上传上传本地文件到网盘指定目录
文件下载从网盘下载文件到本地
文件删除删除网盘中的文件或文件夹
文件移动移动文件到其他目录
文件重命名重命名网盘中的文件
文件复制复制文件到其他目录

3. 分享管理

功能说明
创建分享创建文件分享链接(支持设置密码和有效期)
查看分享列出当前已创建的所有分享
取消分享取消已创建的分享链接

4. 空间管理

功能说明
空间信息查看网盘总容量、已用空间、剩余空间
空间分析按文件类型统计空间占用

技能触发词

英文: list files, upload file, download file, search netdisk, share file, delete file, storage info, netdisk login

中文: 百度网盘, 网盘登录, 扫码登录, 文件列表, 上传文件, 下载文件, 搜索文件, 分享文件, 删除文件, 网盘空间, 文件管理

权限要求

  • 百度网盘账号(普通用户或 SVIP)
  • 网络访问权限(访问百度网盘 API)
  • 本地文件读写权限(用于上传/下载)

输出格式

所有接口返回统一 JSON 格式:

{
  "code": 0,
  "message": "success",
  "data": { }
}

错误时返回:

{
  "code": -1,
  "message": "error description",
  "data": null
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Webhook Tester

Webhook testing and debugging tool. Send test webhook payloads to any URL, simulate various webhook events (GitHub, Stripe, Slack), inspect responses, and lo...

Registry SourceRecently Updated
Coding

Azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and o azuredatastudio, typescript, azure, azure-data-studio, e...

Registry SourceRecently Updated
1130ckchzh
Coding

Awesome Postgres

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-m awesome postgres, python, database, postgres, postgresql...

Registry SourceRecently Updated
Coding

Awesome Cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They awesome cheatsheets, javascript, backend, bash, chea...

Registry SourceRecently Updated