@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 -> 创建默认 cronregister/unregister/list_registered
Supported Platforms
- ✅ Feishu OpenClaw
- ❌ Aily(不支持)
Requirements
- 已安装并启用
openclaw-lark openclaw-lark版本满足最低要求:>= 2026.4.15- 依赖 tools 未被禁用(
tools.deny不应包含):feishu_task_agentfeishu_task_taskfeishu_task_tasklistfeishu_task_commentfeishu_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_registeredMigration
- 老命令:
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>。
