← Back to Skills Marketplace
lixiang92229

飞书任务Bot身份

by lixiang92229 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
114
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install feishu-bot-task
Description
飞书任务(Bot身份):使用Bot/应用身份管理飞书任务,创建任务、查询任务列表、更新状态、分配成员等。本Skill专门使用v1 API,Bot身份可直接调用,解决了lark-task官方Skill使用v2接口无法支持Bot身份的问题。当需要以Bot身份(应用身份)操作任务时使用本Skill。
README (SKILL.md)

feishu-task (Bot身份)

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、身份选择和权限处理规则。

与 lark-task 的区别:lark-task 使用 v2 接口,只支持用户身份。feishu-task 使用 v1 接口,支持 Bot 身份。

适用场景:Agent 以 Bot/应用身份(如项目经理Agent)派发和管理任务时使用。

背景

飞书官方 lark-cli 的 task tasks list 命令使用 v2 接口,该接口不支持 Bot 身份调用(会报错 Invalid access token)。

本 Skill 直接调用飞书 v1 API (GET /task/v1/tasks),Bot 身份可以正常使用,可查询 Bot 自己作为负责人的任务列表。

Shortcuts

API Resources

所有操作通过 Python 脚本调用 v1 API,不依赖 lark-cli:

操作 脚本
查询Bot任务列表 scripts/lark-task-bot-list.py

权限说明

  • Bot 身份只需在飞书开放平台开通对应权限(task:task:read / task:task:write
  • 无需用户授权(auth login
  • 凭证从环境变量 FEISHU_APP_ID / FEISHU_APP_SECRET 读取

注意事项

  • 所有脚本均读取 OpenClaw 飞书插件注入的环境变量,无需手动配置
  • v1 API 与 v2 API 返回的数据格式略有差异,解析时注意字段名称(如 v1 用 creator_id,v2 用 creator.id
Usage Guidance
This skill appears to do exactly what it claims: use the Feishu app credentials to fetch Bot tasks via the official v1 API. Before installing, verify (1) you are comfortable providing FEISHU_APP_ID / FEISHU_APP_SECRET to the environment (these are sensitive and grant app-level access), (2) the referenced ../lark-shared/SKILL.md is safe and contains only guidance (inspect it if possible), and (3) the Feishu app has minimal scopes needed (task:task:read / task:task:write). If in doubt, review the included scripts (scripts/lark-task-bot-list.py) locally and run them in a controlled environment with test credentials first.
Capability Analysis
Type: OpenClaw Skill Name: feishu-bot-task Version: 1.0.2 The skill is a legitimate utility designed to manage Feishu (Lark) tasks using Bot identity via the Feishu v1 API. The core logic in `scripts/lark-task-bot-list.py` uses standard Python libraries to authenticate and fetch task data directly from official Feishu endpoints (open.feishu.cn). There is no evidence of data exfiltration to third-party domains, malicious code execution, or harmful prompt injection instructions in the documentation.
Capability Tags
requires-oauth-token
Capability Assessment
Purpose & Capability
Name/description say 'Bot/app identity for Feishu tasks' and the package only requires FEISHU_APP_ID / FEISHU_APP_SECRET and Python; the included script obtains a tenant_access_token and calls the v1 task APIs — this is proportional and expected.
Instruction Scope
SKILL.md instructs the agent to read an external file '../lark-shared/SKILL.md' (for authentication/identity rules). Reading that shared skill document is not inherently malicious but is a cross-skill dependency that the operator should review because it grants the skill contextual guidance outside its own bundle.
Install Mechanism
No install spec; the skill is instruction-only with a small Python script included. Nothing is downloaded or written to disk by an installer.
Credentials
Only FEISHU_APP_ID and FEISHU_APP_SECRET are required/declared (primaryEnv set to FEISHU_APP_ID). These credentials are exactly what a Bot/app identity needs to obtain a tenant_access_token and call the v1 API.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. It performs normal outbound HTTPS calls to official open.feishu.cn endpoints.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-bot-task
  3. After installation, invoke the skill by name or use /feishu-bot-task
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
修复:移除git配置中的token,更新homepage为github.com
v1.0.1
添加中英双语README.md
v1.0.0
初始版本:Bot身份查询任务列表功能,使用v1 API绕过v2接口对Bot身份的限制
Metadata
Slug feishu-bot-task
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is 飞书任务Bot身份?

飞书任务(Bot身份):使用Bot/应用身份管理飞书任务,创建任务、查询任务列表、更新状态、分配成员等。本Skill专门使用v1 API,Bot身份可直接调用,解决了lark-task官方Skill使用v2接口无法支持Bot身份的问题。当需要以Bot身份(应用身份)操作任务时使用本Skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install 飞书任务Bot身份?

Run "/install feishu-bot-task" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 飞书任务Bot身份 free?

Yes, 飞书任务Bot身份 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 飞书任务Bot身份 support?

飞书任务Bot身份 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 飞书任务Bot身份?

It is built and maintained by lixiang92229 (@lixiang92229); the current version is v1.0.2.

💬 Comments