← Back to Skills Marketplace
partigle

Feishu Reading Task

by johney.zhoa · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
140
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install feishu-reading-task
Description
飞书待阅读任务自动创建技能。当用户说"加到待阅读任务"、"加入待读"、"mark as reading"等时, 自动根据当前对话人员创建飞书任务,并挂到该人员的待阅读清单中。 **触发词:** "加到待阅读任务"、"加入待读清单"、"mark as reading"、"待阅读"、"稍后阅读" **使用方式:**...
README (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)
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-reading-task
  3. After installation, invoke the skill by name or use /feishu-reading-task
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug feishu-reading-task
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments