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

@taskai/openclaw-lark-task

v2026.4.3

Published

OpenClaw wrapper plugin for Feishu Task Agent registration (calls openclaw-lark tools only)

Readme

openclaw-lark-task

Feishu Task Agent helper plugin for OpenClaw.

定位:本插件现在是安全插件包,只保留 /feishu_task 的帮助入口,不再在插件运行时做 Gateway 调用、自动注册或安装编排。 真实的 install/doctor/register/unregister/list_registered 已迁移到独立 CLI 包 @taskai/openclaw-lark-task-tools

Features

  • 插件内命令壳:

    • /feishu_task:输出帮助与迁移提示
    • /feishu_task doctor|register|unregister|list_registered:提示改用外部 CLI
  • 独立 CLI(@taskai/openclaw-lark-task-tools):

    • doctor:严格自检(无副作用)
    • install:安装/启用插件,然后 doctor -> 幂等 register -> 创建默认 cron
    • register / unregister / list_registered

Supported Platforms

  • ✅ Feishu OpenClaw
  • ❌ Aily(不支持)

Requirements

  1. 已安装并启用 openclaw-lark
  2. openclaw-lark 版本满足最低要求:>= 2026.4.15
  3. 依赖 tools 未被禁用(tools.deny 不应包含):
    • feishu_task_agent
    • feishu_task_task
    • feishu_task_tasklist
    • feishu_task_comment
    • feishu_task_subtask

说明:真正的运行时检查在独立 CLI 中完成;插件包本身不再触达 Gateway。

Plugin Command

  • /feishu_task
  • /feishu_task doctor
  • /feishu_task register
  • /feishu_task unregister
  • /feishu_task list_registered

以上命令现在只负责输出帮助文本,并引导用户改用独立 CLI。

Install

插件包安装

openclaw plugins install @taskai/openclaw-lark-task

编排 CLI

npx -y @taskai/openclaw-lark-task-tools install

如需单独做严格自检(无副作用):

npx -y @taskai/openclaw-lark-task-tools doctor

如需单独操作 Task Agent:

npx -y @taskai/openclaw-lark-task-tools register
npx -y @taskai/openclaw-lark-task-tools unregister
npx -y @taskai/openclaw-lark-task-tools list_registered

Migration

  • 老命令:npx -y @taskai/openclaw-lark-task install
  • 新命令:npx -y @taskai/openclaw-lark-task-tools install
  • 根包 bin/openclaw-lark-task.js 会像 launcher 一样转发到 @taskai/openclaw-lark-task-tools@<version>