← Back to Skills Marketplace
tengchengwei

飞书任务智能体

by tengchengwei · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
26
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishu-task-agent
Description
飞书任务总入口技能。用于统一处理四类请求:一是把行动项、交付物、跟进项、拆解请求和周期性请求编排为飞书任务;二是处理未开始任务的轮询筛选与执行;三是处理“飞书任务智能体”明确注册或初始化请求;四是把当前应用内最新日报提炼成 `daily.json`。 当以下情况时使用本 Skill: (1) 用户明确要求创建任务...
README (SKILL.md)

Feishu Task Agent

本 Skill 是飞书任务相关能力的统一路由入口。主文档只负责识别意图并分发到对应 workflow,不在这里展开详细执行步骤。

路由顺序

按以下固定顺序判断:

  1. 若用户明确同时包含“飞书任务智能体”与“注册 / /reg / 初始化”,读取 workflows/reg.md
  2. 若当前输入来自 get-agent-unfinished-tasks 轮询,读取 workflows/polled-task-execution.md
  3. 若用户形成任务化候选,例如行动项、交付物、跟进项、拆解请求、周期执行请求,读取 workflows/auto-task.md
  4. 普通问答、纯闲聊、单次即时答复默认不触发。

触发原则

  • “飞书任务智能体”注册类请求必须严格按原词触发,不做模糊联想。
  • 生成内容类请求如果构成可交付结果,默认先进入任务化判断,不要直接按普通聊天回复。
  • 主文档不承载详细业务规则;具体步骤、边界和示例都在 workflow 与 references 中按需加载。

Workflow 索引

总体约束

  • 优先保持渐进式加载:先路由,再读取需要的 workflow 和 references。
  • 对 creator / members 来说,scripts/resolve_creator_members.py 的输出是唯一真相。
  • 主 Skill 不直接覆盖 workflow 里的细节判断;发生冲突时,以被路由到的 workflow 和其引用的 reference 为准。
Usage Guidance
Review this skill carefully before installing. It is appropriate only if you want an agent that can create and update Feishu tasks, run recurring scheduled jobs, and publish summarized daily-note data into a Feishu agent profile. Confirm the Feishu account used, restrict the local journal path, inspect generated daily.json before upload, and require explicit confirmation for task creation or cron setup if unexpected Feishu mutations would be a problem.
Capability Analysis
Type: OpenClaw Skill Name: feishu-task-agent Version: 1.0.0 The Feishu Task Agent skill bundle is a legitimate automation tool designed to orchestrate Lark/Feishu tasks, generate daily reports, and manage periodic workflows. It utilizes Python scripts (e.g., build_daily_json.py and resolve_creator_members.py) to parse local Markdown journals and normalize task metadata. While the skill performs sensitive operations such as managing cron jobs via 'openclaw cron' and modifying the agent's 'AGENTS.md' configuration to enforce routing rules, these actions are explicitly documented and strictly aligned with the stated purpose of providing persistent task automation. No evidence of data exfiltration, malicious prompt injection, or unauthorized remote access was found.
Capability Assessment
Purpose & Capability
The stated purpose matches Feishu task orchestration, polling, registration, and daily.json generation, but the workflow can turn broad deliverable requests into Feishu task mutations rather than only acting on explicit task-creation requests.
Instruction Scope
The instructions include mandatory Feishu writes, scheduled cron creation, and a hidden future-routing message embedded in cron content, which expands the agent’s authority beyond a simple user-visible task action.
Install Mechanism
There is no install spec, but the skill includes Python helper scripts and instructs use of local commands such as python3 and openclaw cron add; these are purpose-aligned but not reflected in capability metadata.
Credentials
The daily profile flow recursively scans date-named Markdown files under the app root and uploads the generated JSON profile to a Feishu agent profile, which may expose local journal-derived information if the app root is broad.
Persistence & Privilege
The skill creates recurring cron jobs and uses Feishu tenant/user task APIs; it also reads OpenClaw Feishu account configuration for app identity resolution, while registry metadata declares no credentials or config paths.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-task-agent
  3. After installation, invoke the skill by name or use /feishu-task-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial Commit
Metadata
Slug feishu-task-agent
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 飞书任务智能体?

飞书任务总入口技能。用于统一处理四类请求:一是把行动项、交付物、跟进项、拆解请求和周期性请求编排为飞书任务;二是处理未开始任务的轮询筛选与执行;三是处理“飞书任务智能体”明确注册或初始化请求;四是把当前应用内最新日报提炼成 `daily.json`。 当以下情况时使用本 Skill: (1) 用户明确要求创建任务... It is an AI Agent Skill for Claude Code / OpenClaw, with 26 downloads so far.

How do I install 飞书任务智能体?

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

Is 飞书任务智能体 free?

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

Which platforms does 飞书任务智能体 support?

飞书任务智能体 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 飞书任务智能体?

It is built and maintained by tengchengwei (@tengchengwei); the current version is v1.0.0.

💬 Comments