This skill exposes shortcuts and guidance for running TypeScript and JavaScript with the Deno runtime. It helps agents prepare and execute Deno scripts, consider required permissions (network/file), and follow secure runtime patterns without complex environment setup. Typical operations include running scripts, managing dependencies, and ensuring runtime permissions are correct.
Activate when an agent needs to execute TypeScript/JavaScript files, run one-off scripts, or manage Deno-based tooling in automation tasks. Useful for code evaluation, lightweight task runners, or when an environment without Node.js is preferred.
x deno run script.ts) and a checklist to confirm permissions and file types.Best for agents that can execute shell commands or invoke runtimes (Copilot, Codex, Gemini CLI). Works for any agent needing to run TS/JS in a secure, minimal runtime.
The 'deno' skill has no SKILL.md content available — the GitHub source returns 404 and skill_md_body is null. No scripts to evaluate. This appears to be a stub or removed entry in the x-cmd/skill repo with only a name, description, and tags but no actual instructions or runnable content.
Empty/stub skill with no content. The GitHub path data/x-cmd/deno/SKILL.md returns 404 — the file likely never existed or was removed. Only metadata (name, description, tags) was present in the DB. Scored as minimal since there's nothing to audit substantively. Security score kept at 85 since there's no code to evaluate for risks — absence of code means no vulnerabilities, but also no value.
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
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.
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.