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

eci-skills

v1.0.2

Published

阿里云 ECI Skills 一键安装器(支持 docs/k8s/openapi/ops 全套技能)

Readme

eci-skills

阿里云 ECI(弹性容器实例)Skills 一键安装包,用于把一整套 ECI 专业技能安装到 Codex 的技能目录。

  • GitHub 仓库:https://github.com/MisonL/alibaba-eci-skills
  • npm 包:https://www.npmjs.com/package/eci-skills

包含技能

  • aliyun-eci-docs:ECI 官网文档抓取、索引、检索与事实复核
  • aliyun-eci-k8s:ACK / ACK Serverless / 自建 K8s 对接 ECI
  • aliyun-eci-openapi:ECI OpenAPI/SDK 调用设计与鉴权排障
  • aliyun-eci-ops:ECI 运维故障定位与修复建议

快速安装

npx eci-skills

默认安装到:

${CODEX_HOME:-$HOME/.codex}/skills

常用参数

# 指定安装目录
npx eci-skills --target ~/.codex/skills

# 覆盖安装且不备份
npx eci-skills --no-backup

# 查看帮助
npx eci-skills --help

安装行为说明

  • 安装前会校验每个 SKILL.md 的基础合法性(name / description / frontmatter)。
  • 若目标目录已存在同名技能:
    • 默认会备份到安装包目录下的 .backup/<timestamp>/
    • --no-backup 模式会直接覆盖。
  • 安装完成后会再次校验,确保技能可被正常加载。

本地打包与测试(维护者)

# 在项目目录打包
npm pack

# 运行测试与基础检查
npm run check

# 使用本地目录测试安装
npx --yes . --target /tmp/eci-skills-test --no-backup

# 使用本地 tgz 测试安装
npx --yes -p ./eci-skills-<version>.tgz eci-skills --target /tmp/eci-skills-test --no-backup

问题反馈

  • Issues:https://github.com/MisonL/alibaba-eci-skills/issues