What problem does it solve?
This Skill streamlines the process of downloading and installing software binaries, CLI tools, and applications from various sources, eliminating manual download and setup steps.
Core Features & Use Cases
- GitHub Releases: Installs tools directly from GitHub releases, automatically detecting the correct binary for your OS and architecture.
- URL Downloads: Fetches files from direct URLs, supporting archives like zip and tar.gz.
- S3 Integration: Downloads tools from S3 buckets, with support for AWS profiles.
- Recipe Files: Manages complex installations and configurations using TOML recipe files.
- Use Case: You need to install
ripgrep and bat on your system. Use this Skill to quickly download and set them up with a single command.
Quick Start
Use the zipget skill to install the 'sharkdp/bat' tool from GitHub.