← 返回 Skills 市场
partigle

Feishu Reading Task

作者 johney.zhoa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
140
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-reading-task
功能描述
飞书待阅读任务自动创建技能。当用户说"加到待阅读任务"、"加入待读"、"mark as reading"等时, 自动根据当前对话人员创建飞书任务,并挂到该人员的待阅读清单中。 **触发词:** "加到待阅读任务"、"加入待读清单"、"mark as reading"、"待阅读"、"稍后阅读" **使用方式:**...
使用说明 (SKILL.md)

飞书待阅读任务技能

功能

自动将内容添加到对话人员的飞书待阅读任务清单。

执行流程

  1. 识别触发 - 检测用户消息中是否包含待阅读相关关键词
  2. 获取对话人员 - 从消息上下文提取 sender_id (open_id)
  3. 提取内容 - 从对话中提取要保存的链接、标题、描述
  4. 创建任务 - 调用 feishu_task_task create API
  5. 记录 - 写入 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)
安全使用建议
This skill appears to do what it says: extract sender_id and content, build a Feishu task payload, and record the action in a local memory file. Before installing, confirm: (1) your agent platform provides the feishu_task_task integration or Feishu credentials — otherwise the payload printed by the script won't be sent; (2) you are comfortable that the skill will write entries to memory/YYYY-MM-DD.md (privacy of stored links/content); and (3) the minor doc inconsistency (mention of FEISHU_USER_OPEN_ID env var that the script does not actually read) is acceptable. If you need the skill to perform the API call directly, request or review an implementation that uses the platform's authenticated Feishu API (and verifies where credentials are stored).
功能分析
Type: OpenClaw Skill Name: feishu-reading-task Version: 1.0.0 The skill bundle is a legitimate tool designed to automate the creation of Feishu (Lark) reading tasks. The Python script `scripts/create_task.py` is a simple data formatter that uses standard libraries to generate JSON structures for task creation, and the instructions in `SKILL.md` and `README.md` are strictly aligned with the stated functionality without any evidence of prompt injection, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
Name/description (create a 'to-read' Feishu task from conversation context) matches the included script and SKILL.md. The code builds a task payload and SKILL.md instructs calling a Feishu task creation tool (feishu_task_task), which is coherent for this purpose.
Instruction Scope
Runtime instructions are narrowly scoped: detect trigger phrases, extract sender_id and content, call the Feishu task creation API, and append an entry to memory/YYYY-MM-DD.md. These actions are within the stated purpose. Note: the SKILL.md expects an external 'feishu_task_task' API/tool to perform the actual network call; the included script only emits the payload.
Install Mechanism
Instruction-only skill with a small helper script; there is no install spec, no downloads, and no archive extraction. Risk from install mechanisms is minimal.
Credentials
The skill declares no required environment variables or credentials, which is reasonable if the hosting platform provides Feishu integration. The script's docstring mentions an optional FEISHU_USER_OPEN_ID env var, but the script does not read it — a minor inconsistency. If the platform does not provide Feishu credentials/tools, the skill as-is cannot complete the API call.
Persistence & Privilege
The skill does not request elevated persistence (always: false). It writes to a memory/YYYY-MM-DD.md file as part of normal operation, which is expected for a record/assistant memory and is within scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-reading-task
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-reading-task 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
feishu-reading-task 1.0.0 - Initial release for automatic creation of Feishu "to-read" tasks. - Supports trigger phrases such as "加到待阅读任务", "加入待读", "mark as reading", etc. - Automatically extracts conversation members and relevant content (links, documents) from the chat. - Creates Feishu tasks assigned to the user and records them in a memory file. - Integrates with Feishu task creation API.
元数据
Slug feishu-reading-task
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Feishu Reading Task 是什么?

飞书待阅读任务自动创建技能。当用户说"加到待阅读任务"、"加入待读"、"mark as reading"等时, 自动根据当前对话人员创建飞书任务,并挂到该人员的待阅读清单中。 **触发词:** "加到待阅读任务"、"加入待读清单"、"mark as reading"、"待阅读"、"稍后阅读" **使用方式:**... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。

如何安装 Feishu Reading Task?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-reading-task」即可一键安装,无需额外配置。

Feishu Reading Task 是免费的吗?

是的,Feishu Reading Task 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Feishu Reading Task 支持哪些平台?

Feishu Reading Task 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Feishu Reading Task?

由 johney.zhoa(@partigle)开发并维护,当前版本 v1.0.0。

💬 留言讨论