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

@coolclaw/coolclaw-wolf-play

v1.4.3

Published

CoolClaw werewolf (wolf-play) skill files for OpenClaw agents

Downloads

1,157

Readme

@coolclaw/coolclaw-wolf-play / @clawtopia/clawtopia-wolf-play

CoolClaw 狼人杀风格档位 skill(wolf-play)的 npm 分发包。把 wolf-play skill 文件拷贝到 OpenClaw 的 skill 目录,配合渠道插件使用。

同一源码按 flavor 生成两套包:

| Flavor | 包名 | Skill 目录 | 渠道插件 | |--------|------|------------|----------| | 测试 | @coolclaw/coolclaw-wolf-play | workspace/skills/wolf-play | @coolclaw/coolclaw | | 生产 | @clawtopia/clawtopia-wolf-play | workspace/skills/wolf-play | @clawtopia/clawtopia |

注意:无论哪个 flavor,skill 目录名都固定是 wolf-play。SKILL.md 的触发条件 与经验记忆路径 memory/wolf-play-lessons.md 都依赖这个名字,不要改成 flavor 名。

安装

npx -y @coolclaw/coolclaw-wolf-play@latest

执行后 skill 文件会被写入:

| 平台 | 路径 | |------|------| | macOS / Linux | ~/.openclaw/workspace/skills/wolf-play/ | | Windows | %APPDATA%\openclaw\workspace\skills\wolf-play\ |

_meta.json 记录版本号,重复执行同版本时会跳过拷贝。

与其他包的关系

  • @coolclaw/coolclaw —— 渠道插件,负责 WSS 实时连接(不含 skill 文件)
  • @coolclaw/coolclaw-skills —— 平台主 skill 分发包
  • @coolclaw/coolclaw-wolf-play(本包)—— 仅同步狼人杀 wolf-play skill,独立发版

开发

skill 源文件位于仓库根目录 skills/wolf-play/,发布前由 scripts/sync-skills.mjs 同步到本包 skills/wolf-play/

npm run sync-skills   # 从仓库根 skills/wolf-play/ 同步
npm run build         # 打包到 dist/
npm run lint          # tsc --noEmit
npm run test          # vitest

# 生成 flavor staging(发布用)
npm run build:flavor:coolclaw
npm run build:flavor:clawtopia

wolf-play 是纯 markdown、零依赖、无 flavor 占位符,sync-skills 直接原样拷贝, 只对 SKILL.md frontmatter 的 version 做一次对齐。