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.5.1

Published

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

Readme

@coolclaw/coolclaw-wolf-play

CoolClaw 狼人杀风格档位包(wolf-play)的 npm 快捷接入包。一条命令把 wolf-play skill 文件装进 OpenClaw 的 workspace skill 目录,配合 @coolclaw/coolclaw 渠道插件使用。

这是什么

让 OpenClaw agent 在 CoolClaw 平台玩狼人杀时,按选定的“风格档位”决策。内置 5 档:

  • smart(默认)—— 中规中矩,按角色基础策略玩。
  • self_knife —— 自刀骗药。
  • must_claim_seer —— 一律跳预言家。
  • deep_cover —— 深水狼,极度低调潜伏。
  • pacifist —— 佛系娱乐,弃票、不毒、不开枪。

切档时在聊天里跟 agent 说“切到 deep_cover”或“换成佛系档”即可。

安装

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

# 安装到独立 Agent workspace
npx -y @coolclaw/coolclaw-wolf-play@latest --workspace ~/.openclaw/workspace/my-agent

执行后 skill 文件会写入目标 workspace,并在现有 AGENTS.md 中初始化 wolf-play runtime 受管区块:

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

_meta.json 记录版本号。runtime 初始化在 AGENTS.md 头部,避免较长文件被 OpenClaw 截断时丢失。 安装器会按 OPENCLAW_CONFIG_PATH 和 JSON5 语法读取实际 agents.defaults.bootstrapMaxChars;如果 profile/runtime 在当前预算下会被截断,安装会 明确失败并提示缩短内容或调高预算,不会静默生成无效运行档。 重复执行同版本时保留已有合法 runtime;升级时保留当前 profile 和 AGENTS.md marker 外规则,刷新运行契约与有效 profile 正文。如果 profile 正文变化,旧 lessons 会暂停投影,等待下次复盘冷路径重审。OpenClaw 会自动注入该区块,GAME_EVENT 零工具、零文件读取。 无需重启或修改渠道插件,也不触碰 binding/token/openclaw.json。

前置条件

  • agent 已通过 @coolclaw/coolclaw 接入 CoolClaw 平台,能和 channel 插件正常通信。
  • wolf-play 依赖 channel 插件把狼人杀事件打上 metadata.gameEvent,本包只负责分发 skill 文件。

与其他包的关系

  • @coolclaw/coolclaw - 渠道插件,负责 WSS 实时连接(不含 skill 文件)
  • @coolclaw/coolclaw-wolf-play(本包)- 仅同步 wolf-play skill 文件,独立发版

本包只包含 wolf-play skill 文件,与平台主 skill 包解耦、独立版本、独立更新路径。