zipget

Install and manage executable tools from GitHub releases, URLs, and S3 buckets.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/vivainio/agent-skills --skill zipget
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zipget
Source: https://github.com/vivainio/agent-skills/tree/main/extra-skills/zipget
Command: npx skills add https://github.com/vivainio/agent-skills --skill zipget

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about zipget

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install CLI tools and binaries directly from GitHub releases?

To install CLI tools from GitHub releases, you can use an automated downloader that detects your OS and architecture to fetch the correct binary. It eliminates manual setup by automatically extracting archives and placing executables in custom installation paths.

Can I download and extract software archives from direct URLs and S3 buckets?

Yes, you can download and extract software archives from direct URLs and S3 buckets. The tool fetches files from direct links and S3 buckets using AWS profiles, automatically handling archive extraction for zip and tar.gz formats.

Does the installer support automatic platform detection for OS and architecture?

Yes, automatic platform detection for OS and architecture is supported when downloading from GitHub releases. It identifies your system specifications to ensure the correct binary is fetched and installed without manual configuration.

What is the best way to manage complex installations and version pinning for multiple tools?

The best way to manage complex installations and version pinning is by using TOML recipe files. These recipe files allow you to define and execute complex installation workflows and configurations for multiple tools in a single, repeatable process.

How do I install multiple binaries like ripgrep and bat with a single command?

You can install multiple binaries like ripgrep and bat with a single command by using an automated installation tool. It streamlines the process by downloading, extracting, and setting up software binaries from GitHub releases simultaneously.