一键导入
lark-event
飞书事件订阅:通过 WebSocket 长连接实时监听飞书事件(消息、通讯录变更、日历变更等),输出 NDJSON 到 stdout,支持 compact Agent 友好格式、正则路由、文件输出。当用户需要实时监听飞书事件、构建事件驱动管道时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
飞书事件订阅:通过 WebSocket 长连接实时监听飞书事件(消息、通讯录变更、日历变更等),输出 NDJSON 到 stdout,支持 compact Agent 友好格式、正则路由、文件输出。当用户需要实时监听飞书事件、构建事件驱动管道时使用。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Web Monitor analysis-only workflow. Analyze a traceback and propose a fix plan WITHOUT making any code changes. Returns a structured analysis result for user confirmation before the actual repair.
Web Monitor auto-repair workflow. Analyze a traceback, make a minimal code fix in the monitored service repository, run verification, and return a final report for the oh-my-feishu Gateway runtime.
Web Monitor helper. Manage oh-my-feishu Web Monitor services through the Gateway-backed CLI.
Web Monitor helper. Analyze service error logs and tracebacks to identify root cause, affected files, and a minimal fix.
Web Monitor helper. Send a Feishu/Lark notification about auto-repair results when the Gateway runtime is not already publishing the final result.
Web Monitor helper. Review proposed auto-repair code changes for safety violations: path traversal, excessive diff size, missing tests, hardcoded secrets.
| name | lark-event |
| version | 1.0.0 |
| description | 飞书事件订阅:通过 WebSocket 长连接实时监听飞书事件(消息、通讯录变更、日历变更等),输出 NDJSON 到 stdout,支持 compact Agent 友好格式、正则路由、文件输出。当用户需要实时监听飞书事件、构建事件驱动管道时使用。 |
| metadata | {"requires":{"bins":["lark-cli"]},"cliHelp":"lark-cli event --help"} |
前置条件: 先阅读
../lark-shared/SKILL.md了解认证、权限处理和安全规则。
Shortcut 是对常用操作的高级封装(lark-cli event +<verb> [flags])。有 Shortcut 的操作优先使用。
| Shortcut | 说明 |
|---|---|
+subscribe | Subscribe to Lark events via WebSocket long connection (read-only, NDJSON output); bot-only; supports compact agent-friendly format, regex routing, file output |