pkgx provides an interface to fetch and run open-source CLI tools on-the-fly without installing them globally. It solves versioning and availability problems by temporarily injecting tools into the environment for immediate execution.
Activate when you need to run a CLI tool once (no install), test a specific tool version, or add temporary tooling to a session without altering system PATH or configuration. Not intended for permanent installs.
Useful for agents that can execute shell commands or orchestrate tooling (Copilot/Codex-like environments, CLI-capable assistants).
This skill has not been reviewed by our automated audit pipeline yet.
x-zuz — Unified Archive/Compression
Unified command-line interface for compressing, extracting, and listing many archive formats (zip, tar, 7z, zst, xz). Provides aliases and zero-dependency backe
Deno Runtime
Provides Deno runtime support for executing modern JavaScript/TypeScript tasks and managing Deno permissions and dependencies.
LinuxServer.io (LSIO) Container Manager
Simplifies deploying and managing popular LinuxServer.io containerized apps (code-server, filebrowser, media/home automation) with consistent defaults and quick
Node.js Environment Manager
Provides Node.js version management and convenient npm/npx wrappers so agents can install packages, run JS tools, and switch Node versions reliably across envir
Bun — High-performance JS/TS Tooling
Provides Bun runtime and package manager patterns for fast local JS/TS development, with examples for running scripts and installing dependencies.