npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

aixlab-skills

v1.0.0

Published

Install downloaded AixLab Skill ZIPs locally without account authorization

Downloads

76

Readme

aixlab-skills

先在 AixLab 领取或购买 Skill 并下载完整 ZIP,再从本地安装。安装器不登录平台、不打开设备授权页面、不保存账号令牌,也不代替用户领取或下载资产。

需要 Node.js 20+。将下载的 ZIP 放在当前目录或用户的 Downloads 目录,再执行:

npx --yes [email protected] add ppdesign-h3 -g -y

文件名可以是 ppdesign-h3.zipppdesign-h3-1.0.0.zip 或浏览器添加序号的同名文件。如果有多个版本,或 ZIP 放在其他目录,请明确指定:

npx --yes [email protected] add ppdesign-h3 -g -y --file "C:/Users/你的用户名/Downloads/ppdesign-h3-1.0.0.zip"

可用 AIXLAB_SKILLS_DOWNLOAD_DIR 指定下载目录;安装器只检查当前目录和该下载目录,不递归扫描用户文件。

安装前会校验 ZIP 路径、文件类型、解压大小和唯一 SKILL.md 的名称,然后调用固定版本 [email protected] 完成全局复制安装。Skill 的所有配套资源会随目录一起安装。首次获取通用安装器需要访问 npm,但不需要 AixLab 二次授权。

也可直接解压完整 Skill 目录并放入兼容 Agent 的 Skills 目录,无需运行本安装器。更新已有 Skill 前应保留用户自己的修改。

npm 只包含公开安装器代码;付费 Skill、素材、私有下载地址和用户凭据均不在 npm 包中。平台领取与下载继续按原有权益规则执行。