Pget enables high-throughput parallel file downloads and in-memory tar extraction for rapid data retrieval.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pget
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pget using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pget is a high-performance utility designed for developers using Openclaw Skills who need to move large volumes of data quickly. Unlike traditional tools like curl or wget, pget utilizes parallel chunking to maximize bandwidth when fetching files from HTTP(S), Amazon S3, or Google Cloud Storage. It is an essential tool for AI workflows that involve large model weights, datasets, or complex environment setups.
This skill significantly reduces the time spent waiting for assets by splitting large files into multiple chunks and downloading them simultaneously. Its ability to extract tar archives in-memory further optimizes performance by eliminating the need to write compressed files to disk before unpacking, making it a cornerstone for efficient automation within Openclaw Skills.
To use this tool, ensure the pget binary is installed and accessible in your system path. For cloud storage access, ensure your environment variables (like AWS_ACCESS_KEY_ID or GOOGLE_APPLICATION_CREDENTIALS) are correctly configured.
# Basic file download
pget <url> <dest>
# Download and extract in one step
pget <url> <dest> -x
| Feature | Implementation Details |
|---|---|
| Supported Protocols | HTTP, HTTPS, S3, GCS |
| Archive Extraction | Supports .tar and .tar.gz via in-memory streaming |
| Manifest Format | Plain text file with URL DEST mapping per line |
| Parallelism | Configurable via --concurrency and --max-concurrent-files |
Loading
A lightweight command-line interface that enables Reddit interaction and content retrieval using session cookies instead of standard API keys.

An AI-powered crypto portfolio analyzer that delivers deep risk metrics, stress testing, and automated optimization strategies while supporting a token buyback ecosystem.

A powerful multi-column web interface for side-by-side management and interaction with multiple OpenClaw agents.

A lightweight, file-based memory system that allows AI agents to persist learnings and decisions with sub-20ms search performance.

An autonomous commerce protocol that enables AI agents to list items, negotiate deals, and execute point-based transactions.

A sophisticated intelligence tool that synthesizes multi-source data to generate actionable enterprise budget estimates and sales strategies.








































