Parallel file download and optional tar extraction using the pget CLI (single URL or multifile manifest). Use when you need high‑throughput downloads from HTTP(S)/S3/GCS, want to split a large file into chunks for speed, or want to download and extract a .tar/.tar.gz in one step.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install pget或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install pget⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/pget/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: pget description: Parallel file download and optional tar extraction using the pget CLI (single URL or multifile manifest). Use when you need high‑throughput downloads from HTTP(S)/S3/GCS, want to split a large file into chunks for speed, or want to download and extract a .tar/.tar.gz in one step. ---
Use pget for fast, parallel downloads and optional in‑memory tar extraction. Prefer it over curl/wget for large files or batch downloads.
pget pget -x pget multifile (or - for stdin) ```bash pget
- --concurrency to change chunk parallelism - --chunk-size 125M (or other size) - --retries - --force to overwrite
Use when the URL points to a .tar, .tar.gz, or similar.
pget <url> <dest> -x
This extracts in‑memory without writing the tar to disk first.
URL + space + DEST per line.```bash pget multifile /path/to/manifest.txt # or cat manifest.txt | pget multifile - ```
- --max-concurrent-files - --max-conn-per-host
--force if the destination exists and you need overwrite.--connect-timeout accepts duration (e.g., 10s).--log-level debug or --verbose for troubleshooting.references/pget.md for full option list and examples.安装 Pget 后,可以对 AI 说这些话来触发它
Help me get started with Pget
Explains what Pget does, walks through the setup, and runs a quick demo based on your current project
Use Pget to parallel file download and optional tar extraction using the pget C...
Invokes Pget with the right parameters and returns the result directly in the conversation
What can I do with Pget in my marketing & growth workflow?
Lists the top use cases for Pget, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/pget/ 目录(个人级,所有项目可用),或 .claude/skills/pget/(项目级)。重启 AI 客户端后,用 /pget 主动调用,或让 AI 根据上下文自动发现并使用。
Pget 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Pget 可免费安装使用。请查阅仓库了解许可证信息。
Parallel file download and optional tar extraction using the pget CLI (single URL or multifile manifest). Use when you need high‑throughput downloads from HTTP(S)/S3/GCS, want to split a large file into chunks for speed, or want to download and extract a .tar/.tar.gz in one step.
Pget 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Pget
Identifies repetitive steps in your workflow and sets up Pget to handle them automatically