package-install

Automate package installations across multiple managers behind a proxy on Ubuntu.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/midas44/ttt-expert-v2 --skill package-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package-install
Source: https://github.com/midas44/ttt-expert-v2/tree/main/.claude/skills/package-install
Command: npx skills add https://github.com/midas44/ttt-expert-v2 --skill package-install

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the difficulty of installing software across diverse package managers behind restricted networks, ensuring reliable setup on Ubuntu machines.

Core Features & Use Cases

  • Proxy-aware installs: Configure and run installations through the local proxy to avoid network failures.
  • Multi-manager support: Handles apt, npm, pip3, bun, curl-based installers, git clone + build, and snap installs.
  • Use Case: When provisioning a new Ubuntu workstation in a corporate network, install essential tools (git, node, python) in a single cohesive workflow.

Quick Start

Install a core package (e.g., git) using this skill with the proxy configured to verify successful installation.

Frequently Asked Questions about package-install

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

FAQPage Schema
How do I install packages with apt and npm behind a corporate proxy on Ubuntu?

Package installation behind a corporate proxy on Ubuntu requires configuring each package manager to route traffic correctly. This Skill automates proxy-aware installs across apt, npm, pip3, bun, and snap to ensure reliable setup without network failures.

Can I set up a complete Ubuntu developer workstation with multiple package managers in one workflow?

Yes, provisioning an Ubuntu workstation with tools like git, node, and python is handled in a single cohesive workflow. It manages installs across multiple package managers simultaneously while applying the necessary proxy configuration.

Does this approach support curl-based installers and git clone operations in restricted CI environments?

Yes, curl-based installers and git clone plus build operations are fully supported in restricted CI environments. It applies the local proxy configuration to these processes to prevent network failures during automated setup.

Why do pip3 and snap installations fail when running through a restricted corporate network?

pip3 and snap installations fail in restricted networks because their traffic is blocked without proper proxy routing. This Skill applies the necessary proxy configuration to these package managers, ensuring successful software downloads.

What is the best way to automate system provisioning for Ubuntu machines with diverse tooling needs?

Automating system provisioning for Ubuntu machines is best handled by a multi-manager installation workflow. This Skill applies proxy configurations across diverse tooling like apt, npm, and bun to avoid network restrictions during setup.

Do I need to manually configure proxy settings before using this package installation workflow?

Proxy configuration is required to use this package installation workflow on restricted networks. You must provide the proxy details, and the Skill applies them automatically across all supported package managers during the installation process.