Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计提醒

unjsunjs 命令行

Agent Skill

unjs 用于处理浏览器自动化、网页检查和页面信息提取,适合在 Codex、Claude、Cursor、Gemini CLI 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,827

周安装

438

GitHub Stars

15

下载量

3,399
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:unjs(unjs 命令行)
来源仓库:https://github.com/hairyf/skills
仓库路径:skills/unjs
安装命令:
npx skills add https://github.com/hairyf/skills --skill unjs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/hairyf/skills --skill unjs

简介

用于通用、与运行时无关的开发的单一用途 JavaScript 库的综合生态系统。

  • 涵盖跨 HTTP 框架(H3、Nitro)、实用程序(路径、URL、哈希)、存储、CLI 工具和构建系统的 50 多个包
  • 支持多种运行时:Node.js、浏览器、边缘环境、Deno、Bun 和 Cloudflare Workers
  • 包括用于图像处理、WebAssembly、PDF 处理、QR 码、加密和数据库连接的专用工具
  • 专为可组合性而设计:库独立工作或一起工作以构建通用 JavaScript 应用程序

SKILL.md

UnJS (Unified JavaScript) is an ecosystem of high-quality, single-purpose JavaScript libraries and tools designed to work together and independently across any environment. These skills cover the core packages and their practical usage patterns for building universal JavaScript applications.

The skill is based on UnJS website, generated at 2026-01-31.

Core References

HTTP & Server

TopicDescriptionReference
H3 FrameworkMinimal HTTP framework for high performance and portabilitycore-h3
Nitro ServerUniversal web server framework that runs anywherecore-nitro
ListhenElegant HTTP listener for Node.js and edge environmentscore-listhen

Utilities

TopicDescriptionReference
DefuRecursive default property assignmentcore-defu
DestrFast and secure JSON.parse alternativecore-destr
OhashFast hashing library based on murmurhash3core-ohash
PatheCross-platform path utilities (Node.js path replacement)core-pathe
UFOURL utilities for parsing, formatting, and manipulationcore-ufo
SculeString case conversion utilities (camelCase, kebab-case, etc.)core-scule

Build Tools

TopicDescriptionReference
UnbuildUnified JavaScript build systemcore-unbuild
MkdistGenerate distribution files from sourcecore-mkdist
UnpluginUnified plugin system for Vite, Rollup, webpack, esbuild, and morecore-unplugin

Features

Storage & Data

TopicDescriptionReference
UnstorageAsync key-value storage API with multiple driversfeatures-unstorage

Environment & Runtime

TopicDescriptionReference
UnenvConvert JavaScript code to be runtime agnosticfeatures-unenv
Std-envStandard environment variables utilitiesfeatures-std-env

HTTP Client

TopicDescriptionReference
OfetchBetter fetch API for Node.js, browser, and workersfeatures-ofetch

Routing

TopicDescriptionReference
Radix3Lightweight and fast router based on Radix Treefeatures-radix3

CLI & Tools

TopicDescriptionReference
CittyElegant CLI builder with type-safe commandsfeatures-citty
GigetDownload templates and git repositoriesfeatures-giget

Hooks & Context

TopicDescriptionReference
HookableAwaitable hooks system for plugins and extensionsfeatures-hookable
UnctxComposables pattern in vanilla JavaScriptfeatures-unctx

Crypto & Security

TopicDescriptionReference
UncryptoUniversal crypto API for Node.js, browser, and edgefeatures-uncrypto

Module System

TopicDescriptionReference
MllyECMAScript module utilities for Node.jsfeatures-mlly
UnimportAuto-import APIs in modulesfeatures-unimport

Type System

TopicDescriptionReference
UntypedGenerate types and markdown from config objectsfeatures-untyped

Logging & Console

TopicDescriptionReference
ConsolaElegant console wrapper with multiple reportersfeatures-consola

Documentation & Markdown

TopicDescriptionReference
AutomdAutomated markdown maintainerfeatures-automd
ChangelogenGenerate beautiful changelogs using conventional commitsfeatures-changelogen
MdboxSimple markdown utilitiesfeatures-mdbox
UndocsMinimal documentation theme and CLI for UnJS projectsfeatures-undocs

Configuration

TopicDescriptionReference
C12Smart configuration loaderfeatures-c12
ConfboxCompact and high quality YAML, TOML, JSONC and JSON5 parsersfeatures-confbox
Rc9Read/write config couldn't be easierfeatures-rc9

HTTP & WebSocket

TopicDescriptionReference
HttpxyFull-featured HTTP and WebSocket proxy for Node.jsfeatures-httpxy
CrosswsCross-platform WebSocket servers for Node.js, Deno, Bun and Cloudflare Workersfeatures-crossws
Cookie-esESM cookie serializer and deserializerfeatures-cookie-es

Image Processing

TopicDescriptionReference
IPXHigh performance, secure and easy to use image proxy based on Sharp and libvipsfeatures-ipx
Image-metaDetect image type and size using pure JavaScriptfeatures-image-meta
Jimp-compactLightweight version of Jimp - image processing libraryfeatures-jimp-compact
FontaineAutomatic font fallback based on font metricsfeatures-fontaine

Code Generation & AST

TopicDescriptionReference
MagicastProgrammatically modify JavaScript and TypeScript source codesfeatures-magicast
Magic-regexpA compiled-away, type-safe, readable RegExp alternativefeatures-magic-regexp
Knitwork-XUtilities to generate safe JavaScript code (actively maintained fork)features-knitwork
JitiRuntime TypeScript and ESM support for Node.jsfeatures-jiti

Database & Storage

TopicDescriptionReference
Db0Lightweight SQL connectorfeatures-db0
MongozZero config MongoDB serverfeatures-mongoz

Utilities

TopicDescriptionReference
Fs-memoEasy persisted memo object for Node.jsfeatures-fs-memo
Get-port-pleaseGet an available open portfeatures-get-port-please
Perfect-debounceDebounce promise-returning and async functionsfeatures-perfect-debounce
Serve-placeholderSmart placeholder for missing assetsfeatures-serve-placeholder
Theme-colorsEasily generate color shades for themesfeatures-theme-colors

Package Management

TopicDescriptionReference
NypmUnified package manager for Node.jsfeatures-nypm
Pkg-typesNode.js utilities and TypeScript definitions for package.json and tsconfig.jsonfeatures-pkg-types
Bundle-runnerRun webpack bundles in Node.js with optional VM sandboxingfeatures-bundle-runner

Web APIs

TopicDescriptionReference
UnheadUniversal document head tag managerfeatures-unhead
UnghUnlimited access to GitHub APIfeatures-ungh
UnpdfUtilities to work with PDFs in Node.js, browser and workersfeatures-unpdf
UnwasmWebAssembly tools for JavaScriptfeatures-unwasm
UqrGenerate QR Code universally, in any runtime, to ANSI, Unicode or SVGfeatures-uqr
UntunTunnel your local HTTP(s) server to the world powered by Cloudflare Quick Tunnelsfeatures-untun
Node-fetch-nativeA better redistribution of node-fetchfeatures-node-fetch-native

Build Tools (Additional)

TopicDescriptionReference
WebpackbarElegant progress bar and profiler for webpack 3, 4 and 5features-webpackbar
NanotarTiny and fast Tar utils for any JavaScript runtimefeatures-nanotar

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.29%
按下载量换算1,166

Claude

27.62%
按下载量换算939

Cursor

20.65%
按下载量换算702

Gemini CLI

8.66%
按下载量换算294

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills