← 返回 Skills 市场
232
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quark-netdisk
功能描述
Automate Quark Drive (夸克网盘): QR-code login, list/search, upload, create share links (expiry/passcode), and save others' shared links into your drive. Use whe...
安全使用建议
What to consider before installing:
- Function: The skill appears to do what it says (QR login, browse/upload/share, save others’ shares) and enforces configured allowlists — set remoteAllowlist/localAllowlist in references/config.json before use.
- Sensitive files: The skill will create and persist session_api.json, cookies.json, login_token.json and qr_code.png under the skill's references/ folder. These files contain authentication cookies/tokens; keep them private, restrict filesystem permissions, and rotate credentials if they are ever exposed.
- Proxy/monitoring: The code disables using environment proxy variables (trust_env=False). That causes direct HTTPS connections to Quark endpoints and can bypass host proxies, auditing, or egress filters — if your environment requires traffic to go via a proxy for inspection, do not run this skill without modifying the code to honor proxies.
- Undeclared env var: QUARK_COOKIE can override cookies if set in the environment. Treat any environment-based overrides as credential-bearing and avoid setting them in shared CI or multi-tenant hosts.
- Run scope: Prefer running this skill in a controlled environment (personal machine, isolated container) and inspect the references/ folder after login. Confirm destructive operations require explicit confirmation and the allowlists are correct before issuing any delete/move commands.
- If you need high assurance: review the code in scripts/* yourself (or ask an auditor) and consider changing trust_env to True or otherwise enforcing host proxy policies, and ensure proper permissions on the skill directory. If anything is unclear, treat the skill as untrusted until further review.
功能分析
Type: OpenClaw Skill
Name: quark-netdisk
Version: 1.0.0
The quark-netdisk skill is a legitimate automation tool for managing Quark Drive accounts. It features well-defined security constraints, including mandatory local and remote path allowlists (enforced in scripts/quark_drive.py) and a soft-delete mechanism that moves files to a trash folder instead of permanent deletion. The SKILL.md instructions specifically guide the AI agent to respect privacy, avoid leaking session data, and require user confirmation for destructive actions. The code uses standard libraries for QR generation and Aliyun OSS uploads, with no evidence of data exfiltration, malicious execution, or obfuscation.
能力评估
Purpose & Capability
Name/description align with the bundled code: QR login, list/search, upload, create shares, and save shared links. The scripts implement the advertised commands and enforce remote/local allowlists. No unrelated cloud credentials or unexpected binaries are requested.
Instruction Scope
SKILL.md spells out allowlists, sensitive files, and QR orchestration. The code enforces the allowlists and writes/reads session artifacts under references/. However the runtime reads an environment override QUARK_COOKIE (not declared in requirements) and persists cookies/session/login_token/qr PNG to disk (documented as sensitive in the SKILL.md). The orchestration assumes the host agent will relay the QR to channels — the skill prints chat id and QR path but does not embed external bot tokens (as claimed).
Install Mechanism
No install spec is provided (instruction/code-only). Dependencies are listed in requirements.txt (standard PyPI packages). There are no downloads from remote URLs or extracted archives in the install metadata.
Credentials
The skill declares no required env vars, but the code will honor QUARK_COOKIE if present (undocumented in SKILL.md). More importantly, HTTP clients are constructed with trust_env=False (explicitly ignoring system proxy env vars like HTTP_PROXY/HTTPS_PROXY), which can cause direct network connections that bypass host proxy monitoring/auditing — a potential operational/security concern. The skill also generates and persists cookie/session files (session_api.json, cookies.json, login_token.json) and a qr_code.png; these contain auth tokens and should be protected/rotated if exposed.
Persistence & Privilege
The skill does persist session artifacts under its own references/ directory and writes cookies.json/session_api.json/login_token.json/qr_code.png. always:false and it does not modify other skills or system settings. Persisting credentials is necessary for functionality, but because these are sensitive tokens the persistence increases risk if the skill's files or host are shared or compromised.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quark-netdisk - 安装完成后,直接呼叫该 Skill 的名称或使用
/quark-netdisk触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Quark Drive (夸克网盘) automation skill.
- Supports QR-code login, file browsing, search, upload, and sharing via Quark Netdisk.
- Creates share links (with configurable expiry/passcode) and allows saving external shares.
- Enforces strict remote/local path allowlists for privacy and safety.
- Requires confirmation for destructive actions (delete, move, rename, purge).
- Integrates with orchestration channels (e.g., Telegram) with machine-readable codes for login and user actions.
- Includes configurable options and guidance for troubleshooting and safe file handling.
元数据
常见问题
Quark Netdisk 是什么?
Automate Quark Drive (夸克网盘): QR-code login, list/search, upload, create share links (expiry/passcode), and save others' shared links into your drive. Use whe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 232 次。
如何安装 Quark Netdisk?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quark-netdisk」即可一键安装,无需额外配置。
Quark Netdisk 是免费的吗?
是的,Quark Netdisk 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Quark Netdisk 支持哪些平台?
Quark Netdisk 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quark Netdisk?
由 StNJJJJJ(@stnjjjjj)开发并维护,当前版本 v1.0.0。
推荐 Skills