Latest release: v1.0.1Download zip
Capabilities
Compatibility
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The package purpose is controlling Thunder downloads via Windows COM, and the manifest, README, skill file, and Python helper consistently describe adding, committing, cancelling, and listing download tasks.
Instruction Scope
Instructions are narrow usage guidance for the bundled Python helper; there are no prompt overrides, hidden role changes, or unrelated agent-control instructions.
Install Mechanism
The package is a small npm-pack style bundle with no install script and onStartup set to false; it requires the user to have Windows, Thunder, and pywin32 installed.
Credentials
Using Windows COM, arbitrary download URLs, save paths, and optional headers/cookies is proportionate to a download-manager integration, but users should treat those inputs as sensitive.
Persistence & Privilege
No persistence, startup execution, credential-store access, background worker, or privilege-escalation mechanism was found; file writes are limited to user-directed download destinations through Thunder.
Assessment
Install only if you intentionally want an agent to create and manage Thunder download tasks on Windows. Review requested URLs, save paths, and any cookies or headers before use, because those may affect local files or expose session data to the download target/Thunder client.Verification
Tags
Thunder Download Plugin
Control the Thunder (迅雷) download engine on Windows via COM interface.
Features
- Quick Download — One-shot download with URL and save path
- Add Task — Queue download tasks with custom headers (Referer, UA, Cookie)
- Commit — Start all queued downloads
- Cancel All — Stop all active tasks
- List Tasks — View current download queue
Requirements
- Windows OS
- Thunder client installed at default path
- Python:
pip install pywin32
Install
openclaw plugins install clawhub:thunder-download
