← 返回 Skills 市场
a3152557994-ship-it

Feishu Task Manager

作者 a3152557994-ship-it · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-task-mgr
功能描述
Manage Feishu tasks by creating, listing, completing, commenting, and organizing to-dos with assignees, due dates, and checklists.
使用说明 (SKILL.md)

Feishu Task Manager

Manage Feishu (Lark) tasks and to-dos directly from your AI agent.

Overview

This skill integrates with the Feishu/Lark Task API, allowing you to:

  • Create tasks with assignees, due dates, and descriptions
  • List and query your tasks
  • Mark tasks as complete
  • Add comments to tasks
  • Manage task checklists

Installation

This skill is automatically installed when you install the feishu-task skill from ClawHub.

Configuration

Before using this skill, you need:

  1. A Feishu (Lark) account
  2. A Feishu application with Task permissions

Setting up Feishu App

  1. Go to Feishu Open Platform
  2. Create a new app or select existing app
  3. Enable the following permissions:
    • task:task:readonly
    • task:task:write
    • task:comment:read
    • task:comment:write
  4. Get your App ID and App Secret
  5. Configure the credentials in your OpenClaw config

Usage

Create a Task

Create a task titled "Review PR #42" assigned to @zhangsan, due tomorrow with priority high

List Tasks

Show me all my incomplete tasks
List tasks due this week

Complete a Task

Mark task #123456 as completed

Add Comment

Add comment "LGTM!" to task #123456

Examples

Example 1: Quick Task Creation

Human: Create a task for me to review the Q4 report, due Friday

Agent: (uses feishu_task_tool to create the task)

Example 2: Team Task Management

Human: Assign "Prepare presentation" to all team members, due next Monday

Agent: (creates tasks for each team member)

Example 3: Daily Review

Human: What tasks are due today?

Agent: (queries Feishu API, returns today's tasks)

Technical Details

API Endpoints Used

  • POST /open-apis/task/v2/tasks - Create task
  • GET /open-apis/task/v2/tasks - List tasks
  • PATCH /open-apis/task/v2/tasks/:task_guid - Update task
  • POST /open-apis/task/v2/tasks/:task_guid/complete - Complete task
  • GET /open-apis/task/v2/tasks/:task_guid/comments - Get comments
  • POST /open-apis/task/v2/tasks/:task_guid/comments - Add comment

Rate Limits

  • Standard Feishu API rate limits apply
  • Recommended: batch operations when possible

Troubleshooting

"Unauthorized" Error

  • Check your App ID and App Secret are correct
  • Ensure your app has the required permissions

"Task not found"

  • Verify the task GUID is correct
  • Check the task exists in your Feishu workspace

"Permission denied"

  • Re-check the permission settings in Feishu Open Platform
  • Ensure the app version is published

Changelog

1.0.0 (2026-04-22)

  • Initial release
  • Full task CRUD operations
  • Comment management
  • Assignee support

License

MIT-0

安全使用建议
This skill appears to do what it claims (use Feishu task APIs) but the metadata is sloppy about credentials and naming. Before installing: (1) ask the author which exact config keys or env var names the skill reads (e.g., FEISHU_APP_ID, FEISHU_APP_SECRET) and whether those are stored or transmitted anywhere; (2) prefer supplying the minimal API permissions the app needs and keep the app unpublished/internally scoped until you trust it; (3) confirm the correct ClawHub package name (feishu-task vs feishu-task-mgr) so you install the intended package; (4) if possible, test with a low-privilege Feishu app and monitor API usage for unexpected endpoints; and (5) avoid installing if you cannot get clear answers about where credentials are read/stored. If the maintainer can update the registry metadata to declare required env vars and primary credential, that would resolve the main coherence concern.
功能分析
Type: OpenClaw Skill Name: feishu-task-mgr Version: 1.0.0 The skill bundle contains metadata and documentation for a Feishu (Lark) task management integration. The requested permissions (e.g., task:task:write) and API endpoints align with the stated functionality of managing tasks and comments. No executable code or malicious prompt injection instructions were found in skill.md or readme.md.
能力评估
Purpose & Capability
The SKILL.md and readme describe a straightforward Feishu (Lark) Task API integration (create/list/complete/comment tasks) which legitimately requires Feishu app credentials. However, the registry metadata lists no required environment variables or primary credential. The readme/skill also reference installing ‘feishu-task’ while the registry slug is 'feishu-task-mgr' — a name mismatch that reduces confidence in the package metadata.
Instruction Scope
Runtime instructions are limited to calling Feishu Task API endpoints and standard task operations (no instructions to read arbitrary system files or exfiltrate data). However, the configuration guidance is vague: it tells the user to “configure the credentials in your OpenClaw config” without naming the exact env var keys or where/how they are stored, which grants ambiguous freedom and could mask improper handling of secrets.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by an installer. That limits the attack surface compared with a skill that downloads or installs code.
Credentials
The skill clearly requires Feishu App ID and App Secret (both mentioned in readme/SKILL.md), but the registry metadata declares no required env vars or primary credential. Absence of declared credentials is an incoherence: the skill will need secrets to operate but the metadata provides no guidance about what keys will be read, how they'll be stored, or which permission scope is primary.
Persistence & Privilege
The skill does not request always:true, has no install hooks, and is user-invocable. There is no indication it attempts to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-task-mgr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-task-mgr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Full task CRUD, assignee support, comments
元数据
Slug feishu-task-mgr
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Feishu Task Manager 是什么?

Manage Feishu tasks by creating, listing, completing, commenting, and organizing to-dos with assignees, due dates, and checklists. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。

如何安装 Feishu Task Manager?

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

Feishu Task Manager 是免费的吗?

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

Feishu Task Manager 支持哪些平台?

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

谁开发了 Feishu Task Manager?

由 a3152557994-ship-it(@a3152557994-ship-it)开发并维护,当前版本 v1.0.0。

💬 留言讨论