quarkclouddrive

quarkclouddrive is a skill for Claude Code, Codex from quark-clouddrive/quarkclouddrive_offical. It costs 162 tokens per session (8,519 once invoked), scanned C, original, Apache-2.0.

A coding-agent add-on for Quark Drive, a Chinese cloud storage service, using its command-line tool and API to manage files online.

In plain words
What is it for?
Installing or updating the Quark Drive tool, binding an account, checking the installation, and performing supported cloud-drive operations.
Why use it?
It gives the agent a defined way to install, update, authenticate, and use Quark Drive without manually managing the command-line setup.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/quark-drive.cjs <command> [options].

Good fit Installing or updating the Quark Drive tool, binding an account, checking the installation, and performing supported cloud-drive operations.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/quark-clouddrive/quarkclouddrive_offical
agentmods
npx agentmods add skills/quark-clouddrive/quarkclouddrive_offical/quarkclouddrive

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 quarkclouddrive

README.md
[![agentmods](https://agentmods.dev/badge/skills/quark-clouddrive/quarkclouddrive_offical/quarkclouddrive/github.svg)](https://agentmods.dev/skills/quark-clouddrive/quarkclouddrive_offical/quarkclouddrive)
Your own site
<a href="https://agentmods.dev/skills/quark-clouddrive/quarkclouddrive_offical/quarkclouddrive"><img src="https://agentmods.dev/badge/skills/quark-clouddrive/quarkclouddrive_offical/quarkclouddrive/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for quarkclouddrive

Your own site · 80×15
<a href="https://agentmods.dev/skills/quark-clouddrive/quarkclouddrive_offical/quarkclouddrive"><img src="https://agentmods.dev/badge/skills/quark-clouddrive/quarkclouddrive_offical/quarkclouddrive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,519 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00162 $0.08519
Opus 5 $0.00081 $0.04260
Sonnet 5 $0.00032 $0.01704
Haiku 4.5 $0.00016 $0.00852

Measured yesterday against content hash a1f892f27bb2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade C, and why

quarkclouddrive scanned grade C with 1 finding 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 yesterday.

The scan reads SKILL.md. This mod also ships 2 executable files (install.sh, uninstall.sh), 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

`scripts/uninstall.sh` 会调用 `node scripts/quark-drive.cjs logout` 撤销本机授权并删除当前 agent 的配置目录。**禁止**跳过 `scripts/uninstall.sh` 直接用 `rm -rf` 删除,否则服务端授权记录不会被撤销。
skills/quarkclouddrive/SKILL.md · 277 lines

How it starts

The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Quark Drive 官方 Skill

夸克网盘命令行工具,通过夸克开放平台 API 操作网盘。

夸克网盘独立端下载地址:https://pan.quark.cn

安装

首次使用本 skill 时,必须先运行 scripts/install.sh 完成 CLI 安装:

bash scripts/install.sh

scripts/install.sh 会自动完成以下操作:

  1. 检测运行环境(macOS / Linux / Windows)
  2. 检测 Node.js >= 16,不满足则自动安装
  3. 从服务端下载最新的 skill zip 包并解压安装到 skill 目录
  4. 自检验证安装结果

安装目录约定:本 skill 应安装在 agent 的全局 skills 目录下,确保在所有项目中均可使用。请勿安装到项目级目录或临时目录,否则 skill 仅对单个项目生效或随项目清理而丢失。

安装完成后可通过 node scripts/quark-drive.cjs --help 验证。如需卸载/删除,需执行两步:先运行 bash scripts/uninstall.sh(撤销授权 + 清除 CLI),再删除 skill 目录(移除 agent skill 文件)。卸载属不可逆操作,agent 调用前必须二次确认,详见 references/auth.md

升级 / 更新 skill(重要约定,必须遵守)

当用户表达「升级 skill」「更新夸克网盘 skill」等诉求时,agent 必须直接执行 bash scripts/install.sh,由脚本进入更新模式完成覆盖安装;禁止调用 node scripts/quark-drive.cjs update 命令来更新 skill。

原因:node scripts/quark-drive.cjs update 命令只更新 CLI 命令本体quark-drive.cjs 等运行时文件),不会更新 SKILL.mdreferences/ 等 skill 文档;只有 scripts/install.sh 才会同步更新 CLI 与全部文档,保证 skill 完整升级。

安装后欢迎语(引导绑定)

触发条件:当 scripts/install.sh首次安装(即全新安装、非更新模式,本地原本不存在 scripts/quark-drive.cjs),或本地 config.jsonaccounts 为空(用户尚未绑定夸克网盘)时,agent 必须原样输出以下欢迎文案,引导用户绑定。

避免刷屏:由于 agent 在每次调用 CLI 命令前都会执行 scripts/install.sh 检查环境,仅在上述「首次安装 / 未绑定」场景输出一次;已绑定账号的常规命令前置检查禁止重复输出此文案。绑定成功后的能力介绍见 references/auth.mdlogin 的「登录成功后的引导规则」。

👋 你好!绑定夸克网盘后,对话文件随时归档,公开资料直接存网盘,网盘照片随心整理。
若没有夸克网盘账号,下载夸克网盘 APP 并注册,立得 10GB 免费空间。📲 官网下载:https://pan.quark.cn

绑定后我能做这些事:
💾 你在 AI 里的对话和重要文件,直接存网盘
● 「规划的国庆三亚 5 日游行程,存到网盘里」
● 「每天定时生成美股分析,总结好后存进网盘」
🔍 你网盘里的文件,随时能找出来用
● 「找到我和妈妈在西湖边的合照,帮我做成母亲节贺卡」
● 「找出我存的装修报价单,和最新这份做成对比表」
📚 公开资料随手存,AI 搭好知识库随时问
● 「帮我找几篇 AI 产品经理面经存到网盘」
● 「根据网盘里的基金入门书,月入 1 万怎么分配定投?」
📷 网盘照片随心整理,AI 帮你挑
● 「网盘里所有带猫的照片整理到一起」
● 「去年日本旅行的照片,按东京大阪京都整理一下」
注:智能搜索、相册整理、知识库问答为 AI 高级功能,当前仅开放 5000 体验名额,先到先得!

👆 请回复「授权」绑定夸克网盘,绑定后即可使用以上功能。

调用方式

node scripts/quark-drive.cjs <command> [options]

Read the full file on GitHub · 277 lines

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. yesterday Changed a1f892f27bb2
  2. 5d ago Changed a0e044d33b82
  3. 6d ago Changed · +33 lines · +83 tokens per session 420644fd8b4a
  4. 11d ago First seen · 244 lines · 79 tokens per session scan C b9d3d50204eb

Subscribe to this mod's changes

quarkclouddrive is a skill published in the GitHub repository quark-clouddrive/quarkclouddrive_offical (40 stars, last pushed 2d ago), licensed Apache-2.0. It adds 162 tokens to every session and 8,519 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cortex-mem-mcp

Persistent memory enhancement for AI agents. Store conversations, search memories with semantic retrieval, and recall context across sessions. Use this skill when you need to remember user preferences, past conversations, project context, or any information that should persist beyond the current session. Provides…

sopaco/cortex-mem · 72 tokens

laohan-gengxin

A tool-version checking and update workflow. It compares installed versions of tools from sources such as npm, Homebrew, pip, uv, GitHub, plugins, and skills with their latest available versions.

hanzhcn/laohan-skills · 87 tokens

laohan-jiaocheng

A tutorial router that selects installation and setup instructions from keywords such as claude-mem, CLAUDE.md, Gemini sidebar, GLM, or ECC. It guides the user through the selected tutorial and checks key results.

hanzhcn/laohan-skills · 106 tokens

adhd-daily-planner

Time-blind friendly planning, executive function support, and daily structure for ADHD brains. Specializes in realistic time estimation, dopamine-aware task design, and building systems that actually work for neurodivergent minds.

FreedomIntelligence/OpenClaw-Medical-Skills · 49 tokens

lark-vc-agent

A meeting assistant for Feishu video calls that can join or leave an ongoing meeting, read visible live events, and send text or reactions. Feishu is a workplace collaboration platform.

davidtoby/agent-skills · 114 tokens

wechat-business-news-cron

Set up recurring morning/evening news digests delivered to WeChat or Feishu via Hermes cron jobs, with manual timezone conversion, duplicate-job cleanup, and a polished Chinese business-brief card format.

davidtoby/agent-skills · 47 tokens