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

cyy-mall-skill

v0.1.2

Published

Install the CyyMall Agent skill for Codex and other coding agents.

Readme

CyyMall Skill

Codex/Agent skill for operating the CyyMall / dhcmall shopping toolchain.

The skill does not contain the CLI implementation. It teaches an Agent how to verify, install, and safely use:

  • cyymall-cli npm package
  • cyy CLI command
  • cyy-mall-mcp MCP launcher
  • cyy mcp serve built-in MCP server

Install

Recommended npm installer:

npx cyy-mall-skill

Install to all common local Agent skill directories:

npx cyy-mall-skill --target all

Use --force to overwrite an existing local copy:

npx cyy-mall-skill --force

Install the Chinese skill body:

npx cyy-mall-skill --zh

Install into a custom skills directory:

npx cyy-mall-skill --dest ~/.codex/skills

You can also install this repository as one GitHub skill. The skill root is this repository root, containing SKILL.md.

On Windows, if npx installs the package but cannot execute it, make sure npm's global prefix is in the current PATH:

$env:PATH = "$(npm config get prefix);$env:PATH"
npx cyy-mall-skill

After installation, restart the Agent host so the skill metadata is reloaded.

Runtime Setup

When shell access is available, the Agent should run the bundled script from the installed skill directory:

.\scripts\ensure-cyy.ps1

On bash-like shells:

bash scripts/ensure-cyy.sh

The scripts check Node.js/npm, install cyymall-cli globally if cyy is missing, and print cyy --version.

Safety

The skill tells Agents not to ask for passwords, not to echo long-lived tokens, and to require user confirmation before cart/order write actions.