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).
The pkgx skill is listed as a universal tool runner for executing open-source CLI tools on demand, but the source SKILL.md file is no longer available at the listed GitHub URL (404). No skill body was retrievable and no scripts were bundled. The skill cannot be evaluated or used in its current state — the source appears to have been removed or restructured from the x-cmd/skill repo.
skill_md_body is null and the raw GitHub URL returns 404. The x-cmd/skill repo no longer contains a pkgx directory. This skill entry in the DB appears stale — the source was likely removed. Without any accessible content, only the DB metadata (description, tags) was available for review. Low scores reflect the complete absence of auditable content, not inherent problems.
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.
Raku Language Support
Lightweight skill to run and manage Raku (Perl 6) scripts: provides examples and checklist for executing scripts and validating runtime availability.
Perl Language Management
Run and manage Perl scripts and runtimes from an agent with consistent patterns for execution and environment detection.
npx (Node Package Executor)
Run one-off Node.js packages or CLIs directly via npx — useful for scaffolding, testing package versions, and ad-hoc tool execution.