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

@colinlu50/openclaw-lark-stream

v260323.3.0

Published

OpenClaw Lark/Feishu channel plugin

Readme

English | 中文

OpenClaw 飞书插件 — 流式卡片 Fork

demo

基于官方 openclaw-larksuite 插件的 Fork,支持流式分块输出工具调用状态展示

✨ 改动说明

官方插件在 LLM 生成完一个 block 后才一次性推送结果。本 Fork 实现了:

  • 实时流式输出 — 每个 block 的内容在生成过程中逐步追加到流式卡片
  • 群聊流式输出 — 群聊中也可使用流式输出
  • 工具调用状态 — agent 调用工具时,卡片顶部实时显示当前工具,完成后自动折叠为摘要面板

📢 News

  • 2026.3.23 — 发布第一版,支持实时流式输出和工具调用状态展示

📦 安装

需要 OpenClaw 和 Node.js(>= v22)。

[!WARNING] OpenClaw 新发布的 3.22 版本存在不兼容变更,飞书插件运行会出现异常,正在兼容中。预计 3.24 日兼容完成。 请暂时使用 3.13 版本:

npm install -g [email protected]

查看当前版本:openclaw -v

npx -y @colinlu50/openclaw-lark-stream install

如果之前安装过官方插件,先卸载:

openclaw plugins uninstall openclaw-lark --force

从源码安装(开发用)

cd ~/.openclaw/extensions
git clone https://github.com/ColinLu50/openclaw-lark-stream.git openclaw-lark-stream
cd openclaw-lark-stream && npm install && npm run build
openclaw gateway restart

⚙️ 配置

卡片底栏默认显示耗时和完成状态,如需关闭:

openclaw config set channels.feishu.footer.elapsed false  # 隐藏耗时
openclaw config set channels.feishu.footer.status false   # 隐藏完成状态
  • elapsed — 卡片底栏显示总响应耗时(如 耗时 3.2s
  • status — 卡片底栏显示完成状态(已完成 / 出错 / 已停止

📄 许可证

MIT