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

nai-xiaolong-codex-pet

v1.1.0

Published

A cute baby dragon desktop pet for Codex.

Downloads

311

Readme

奶小龙 Codex 桌宠

奶小龙是一个给 Codex Desktop 用的自定义桌宠。它会出现在 Codex 的 Pets 功能里,根据 Codex 的空闲、等待、工作、审查、失败等状态切换动作。

奶小龙预览

它不是独立桌宠软件,需要先安装 Codex Desktop。

安装

方式一:npx

如果你安装了 Node.js,可以直接运行:

npx nai-xiaolong-codex-pet install

然后打开 Codex:

Settings -> Appearance -> Pets -> Refresh -> Select 奶小龙 -> Wake Pet

方式二:下载 zip

下载 Release 里的 nai-xiaolong-codex-pet-v1.0.0.zip,解压后在 PowerShell 里运行:

powershell -ExecutionPolicy Bypass -File .\install.ps1

然后打开 Codex:

Settings -> Appearance -> Pets -> Refresh -> Select 奶小龙 -> Wake Pet

中文界面一般是:

设置 -> 外观 -> Pets -> 刷新 -> 选择 奶小龙 -> Wake Pet

更新

下载新版 Release,重新运行 install.ps1 即可。脚本会在覆盖前保留旧版本备份。

版本

  • v1.1.0:重做 idle / wave / jump,待机更自然,鼠标滑过反馈更明确。
  • v1.0.0:首个公开版本。

卸载

如果是用 npx 安装的,可以运行:

npx nai-xiaolong-codex-pet uninstall

在解压目录运行:

powershell -ExecutionPolicy Bypass -File .\uninstall.ps1

脚本会把已安装目录移动为备份,不会删除你的其他 Codex 文件。

文件结构

pet/
  pet.json
  spritesheet.webp
install.ps1
uninstall.ps1
README.md

兼容性

当前宠物包遵循 Codex Desktop 自定义宠物图集格式:

  • 图集尺寸:1536x1872
  • 网格:8 列 x 9 行
  • 单格:192x208
  • 背景:透明

说明

如果安装后没有看到奶小龙,先重启 Codex,或在 Pets 设置页点击 Refresh。

License

MIT