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

scene-energy-analyzer

v1.1.0

Published

Scene Energy Analyzer skill installer for Codex, Claude Code, WorkBuddy, OpenClaw, and Hermes.

Readme

Scene Energy Analyzer

基于《场景思维》(2026)理论体系的场景场能诊断 Skill。它用于根据经营场景描述,评估三支柱(规模经济、连续化、一致性),定位场能瓶颈,并输出加、减、乘、除四则法改进方案。

Repository Layout

.
├── README.md
├── LICENSE
└── scene-energy-analyzer/
    ├── SKILL.md
    ├── agents/
    │   └── openai.yaml
    ├── references/
    ├── assets/
    │   └── templates/
    └── examples/

scene-energy-analyzer/ 是可安装的 Skill 包。仓库根目录的 README.md 只用于人类阅读,不属于 Skill 运行时内容。

Install

npm / npx

安装到 Codex:

npx scene-energy-analyzer install codex

安装到当前项目的 Claude Code:

npx scene-energy-analyzer install claude

安装到用户级 Claude Code:

npx scene-energy-analyzer install claude --user

安装到 WorkBuddy(也兼容 workbudy 拼写):

npx scene-energy-analyzer install workbudy

安装到 OpenClaw:

npx scene-energy-analyzer install openclaw

安装到 Hermes:

npx scene-energy-analyzer install hermes

如果已经安装过并需要覆盖:

npx scene-energy-analyzer install codex --force

默认安装目录:

Codex:       ~/.codex/skills/scene-energy-analyzer/
Claude Code: .claude/skills/scene-energy-analyzer/
Claude User: ~/.claude/skills/scene-energy-analyzer/
WorkBuddy:   ~/.workbuddy/plugins/marketplaces/cb_teams_marketplace/plugins/scene-energy-analyzer/
OpenClaw:    ~/.openclaw/skills/scene-energy-analyzer/
Hermes:      ~/.hermes/skills/scene-energy-analyzer/

WorkBuddy 安装会同时写入 ~/.workbuddy/settings.json,启用 scene-energy-analyzer@cb_teams_marketplace

如需安装到其他路径:

npx scene-energy-analyzer install openclaw --target ./skills/scene-energy-analyzer --force

也可以全局安装后使用:

npm install -g scene-energy-analyzer
scene-energy-analyzer install hermes

Manual Install

scene-energy-analyzer/ 是可安装的 Skill 包。手动安装时,将该目录复制到目标 skills 目录。

Codex:

~/.codex/skills/scene-energy-analyzer/

Claude Code:

.claude/skills/scene-energy-analyzer/

WorkBuddy:

~/.workbuddy/plugins/marketplaces/cb_teams_marketplace/plugins/scene-energy-analyzer/

OpenClaw:

~/.openclaw/skills/scene-energy-analyzer/

Hermes:

~/.hermes/skills/scene-energy-analyzer/

Usage

触发词示例:

  • 场能分析
  • 场景诊断
  • 场能检测
  • 场景优化
  • 动能提升
  • 三支柱诊断
  • 四则法改进

示例请求:

请用 scene-energy-analyzer 诊断这个经营场景:我是做企业培训的,主要服务中小企业,目前困扰是客户复购率低。

Skill Contents

  • SKILL.md: 触发说明、诊断流程、评分规则、资源路由和最小输出模板。
  • references/: 三支柱、四则法、场能概念、案例库、诊断话术等按需加载知识库。
  • assets/templates/: 免费版和完整版诊断报告模板。
  • examples/: 完整诊断对话示例。
  • agents/openai.yaml: Codex UI metadata。

Author

王甲佳 [email protected]

理论来源

本 Skill 基于王甲佳著《场景思维》(2026):

  • 三支柱理论:第7章(规模经济)、第8章(连续化)、第9章(一致性)
  • 四则法:第10章(加法)、第11章(减法)、第12章(乘法)、第13章(除法)

Version

  • v1.0(2026-05-04):初始版本,基于《场景思维》2026书稿
  • v1.1(2026-05-19):npx 安装支持 WorkBuddy、OpenClaw、Hermes

License

MIT