pgetParallel 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.
Install via ClawdBot CLI:
clawdbot install kelvincai522/pgetUse 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)
pget <url> <dest>
--concurrency to change chunk parallelism--chunk-size 125M (or other size)--retries --force to overwriteUse 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.
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.AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.
Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
A modern text-based browser. Renders web pages in the terminal using headless Firefox.
Write robust, portable shell scripts. Use when parsing arguments, handling errors properly, writing POSIX-compatible scripts, managing temp files, running commands in parallel, managing background processes, or adding --help to scripts.
NotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.