baidu-netdisk

baidu-netdisk is a skill for Claude Code, Codex from uvwt/agentdock-skills. It costs 26 tokens per session (539 once invoked), scanned A, original, Apache-2.0.

A file-management skill for Baidu Netdisk, a cloud storage service, using the official bdpan command-line tool.

In plain words
What is it for?
Uploading, downloading, listing, sharing, moving, copying, renaming, and creating folders within the allowed application data area.
Why use it?
It lets an agent manage files in the service without requiring separate manual steps in a web interface.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Uploading, downloading, listing, sharing, moving, copying, renaming, and creating folders within the allowed application data area.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uvwt/agentdock-skills/baidu-netdisk
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add uvwt/agentdock-skills --skill baidu-netdisk
Clone the repo
git clone --depth 1 https://github.com/uvwt/agentdock-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for baidu-netdisk

README.md
[![agentmods](https://agentmods.dev/badge/skills/uvwt/agentdock-skills/baidu-netdisk.svg)](https://agentmods.dev/skills/uvwt/agentdock-skills/baidu-netdisk)
Your own site
<a href="https://agentmods.dev/skills/uvwt/agentdock-skills/baidu-netdisk"><img src="https://agentmods.dev/badge/skills/uvwt/agentdock-skills/baidu-netdisk.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 539 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00539
Opus 5 $0.00013 $0.00269
Sonnet 5 $0.00005 $0.00108
Haiku 4.5 $0.00003 $0.00054

Measured 7d ago against content hash d818d4c27779, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

baidu-netdisk scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (run.py, scripts/bdpan_helper.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/baidu-netdisk/SKILL.md · 44 lines

What it actually says

Baidu Netdisk

通过官方 bdpan CLI 管理"我的应用数据/bdpan/"范围内的文件。

支持:状态、列表、上传、下载、分享链接转存、分享、移动、复制、重命名、创建目录、受控删除和退出登录。

  • move: 将文件/文件夹移动到目标目录
  • copy: 将文件/文件夹复制到目标目录
  • rename: 重命名文件/文件夹
  • mkdir: 创建远程目录

删除操作要求 confirmed=true,仅允许相对路径,禁止删除应用根目录。

辅助脚本执行

Skill 本体是本说明文档。确需调用包内辅助脚本时,在 Skill 包根目录使用相对路径执行;运行宿主负责切换到包根目录并把所需变量注入当前子进程。

printf '%s' '{"skill_action":"<动作>"}' | python3 run.py

输入必须是 JSON 对象。写操作仍按本文档中的确认规则执行。

动作 用途
download Download a remote file/folder or Baidu share link to local path.
delete Delete one or more remote files/folders under 我的应用数据/bdpan/. Requires confirmed=true. Root deletion is forbidden.
logout Logout bdpan local authorization. Requires confirmed=true.
ls List a remote path under the bdpan application data scope.
share Create share link for one or more remote paths.
status Check bdpan CLI path, version, and login status.
transfer Transfer a Baidu Netdisk share link into application data scope without downloading locally.
upload Upload a local file or directory to Baidu Netdisk application data scope.
move Move a remote file/folder to a destination directory under 我的应用数据/bdpan/.
copy Copy a remote file/folder to a destination directory under 我的应用数据/bdpan/.
rename Rename a remote file/folder under 我的应用数据/bdpan/.
mkdir Create a remote directory under 我的应用数据/bdpan/.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 44 lines · 26 tokens per session scan A d818d4c27779

Subscribe to this mod's changes

baidu-netdisk is a skill published in the GitHub repository uvwt/agentdock-skills (3 stars, last pushed 6d ago), licensed Apache-2.0. It adds 26 tokens to every session and 539 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

stay-within-limits

Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.

BuilderIO/skills · 45 tokens

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens

crisis-holding

Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).

elvisun/newsjack · 67 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens

story-origin-check

Recover the first public timestamp and canonical major coverage for a newsjacking signal, then decide whether newer coverage is the same story, a different story, or a materially new development.

elvisun/newsjack · 40 tokens

prompt-proximity-architecture

Turn an approved measurement charter, ICPs, and buyer jobs into a budget-aware prompt coverage blueprint across proximity bands, aided status, information acts, journey states, roles, locales, evidence grades, partitions, and measurement lanes. Use before prompt wording to define required, optional, and prohibited…

elvisun/newsjack · 67 tokens