Feishu Reading Task
/install feishu-reading-task
飞书待阅读任务技能
功能
自动将内容添加到对话人员的飞书待阅读任务清单。
执行流程
- 识别触发 - 检测用户消息中是否包含待阅读相关关键词
- 获取对话人员 - 从消息上下文提取 sender_id (open_id)
- 提取内容 - 从对话中提取要保存的链接、标题、描述
- 创建任务 - 调用 feishu_task_task create API
- 记录 - 写入 memory/YYYY-MM-DD.md
任务字段
- summary: 待阅读:{内容标题}
- description: 来源 + 链接 + 简要描述
- members: [{id: sender_id, role: assignee}]
- current_user_id: sender_id
示例
用户:把这个加到待阅读任务 https://example.com/article 助手:✅ 已添加到您的待阅读任务清单
依赖
- feishu_task_task (创建任务)
- 消息上下文 (获取对话人员 ID)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-reading-task - After installation, invoke the skill by name or use
/feishu-reading-task - Provide required inputs per the skill's parameter spec and get structured output
What is Feishu Reading Task?
飞书待阅读任务自动创建技能。当用户说"加到待阅读任务"、"加入待读"、"mark as reading"等时, 自动根据当前对话人员创建飞书任务,并挂到该人员的待阅读清单中。 **触发词:** "加到待阅读任务"、"加入待读清单"、"mark as reading"、"待阅读"、"稍后阅读" **使用方式:**... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install Feishu Reading Task?
Run "/install feishu-reading-task" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Reading Task free?
Yes, Feishu Reading Task is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Feishu Reading Task support?
Feishu Reading Task is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Reading Task?
It is built and maintained by johney.zhoa (@partigle); the current version is v1.0.0.