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

openclaw-agent-soul-suffix-hook

v0.1.0

Published

OpenClaw hook: 按 agent 在 SOUL 加载后追加「角色附加」文件,多 agent 共用 workspace 时每人一段个性后缀

Readme

openclaw-agent-soul-suffix-hook

OpenClaw 的 agent-soul-suffix hook:在 SOUL 加载后按 agent 追加「角色附加」Markdown,多 agent 共用同一 workspace 时,每人可有一段个性后缀。

安装

任选一种方式。

1. 从 npm 安装(需先发布到 npm)

openclaw hooks install openclaw-agent-soul-suffix-hook

发布到 npm 后,别人用上面的命令即可(包名需与 package.jsonname 一致)。

2. 从本地目录安装

# 解压或 clone 到本地后
openclaw hooks install /path/to/hook-pack-openclaw-agent-soul-suffix

3. 从本地压缩包安装

openclaw hooks install /path/to/openclaw-agent-soul-suffix-hook-0.1.0.zip

支持 .zip.tgz.tar.gz.tar

4. 本地开发时链接(不复制,改代码即生效)

openclaw hooks install -l /path/to/hook-pack-openclaw-agent-soul-suffix

安装后会在 openclaw.jsonhooks.internal.entries 里启用 agent-soul-suffix,并在 hooks.internal.installs 中记录来源。重启 gateway 后生效。

配置与用法

在 workspace 下建目录(默认 soul-suffix),按 agentId 建 agentId>.md,例如:

  • soul-suffix/main.md → 对 agent main 追加
  • soul-suffix/gemini-feishu.md → 对 agent gemini-feishu 追加

详细配置见 hook 自带的 HOOK.md(安装后位于 ~/.openclaw/hooks/<id>/hooks/agent-soul-suffix/HOOK.md)。

发布到 npm 让别人安装

  1. npmjs.com 注册账号并登录。
  2. 本目录下执行:
    npm publish --access public
    若包名想带 scope(如 @你的用户名/openclaw-agent-soul-suffix-hook),先把 package.jsonname 改成带 scope 的,再 npm publish --access public
  3. 别人安装:
    openclaw hooks install openclaw-agent-soul-suffix-hook
    或带 scope:openclaw hooks install @你的用户名/openclaw-agent-soul-suffix-hook

License

MIT