This skill teaches an agent how to use npx to execute Node.js packages and CLIs without installing them locally. It covers running one-off commands (scaffolding, testing different package versions) and precautions such as confirming package names and versions.
Use this skill when a user needs to run a Node.js-based CLI quickly (create-react-app, scaffolding tools), test different package versions, or execute tools available on the npm registry without adding them to project dependencies.
Suitable for agents that can run shell commands or recommend CLI usage (Copilot-style assistants, CLI-savvy LLMs).
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.
pkgx — Universal Tool Runner
On-demand tool runner that fetches and executes open-source CLI tools without global installation, useful for one-off runs or version-specific tests.
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.