← 返回 Skills 市场
飞书任务智能体
作者
tengchengwei
· GitHub ↗
· v1.0.0
· MIT-0
26
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-task-agent
功能描述
飞书任务总入口技能。用于统一处理四类请求:一是把行动项、交付物、跟进项、拆解请求和周期性请求编排为飞书任务;二是处理未开始任务的轮询筛选与执行;三是处理“飞书任务智能体”明确注册或初始化请求;四是把当前应用内最新日报提炼成 `daily.json`。 当以下情况时使用本 Skill: (1) 用户明确要求创建任务...
使用说明 (SKILL.md)
Feishu Task Agent
本 Skill 是飞书任务相关能力的统一路由入口。主文档只负责识别意图并分发到对应 workflow,不在这里展开详细执行步骤。
路由顺序
按以下固定顺序判断:
- 若用户明确同时包含“飞书任务智能体”与“注册 / /reg / 初始化”,读取 workflows/reg.md。
- 若当前输入来自
get-agent-unfinished-tasks轮询,读取 workflows/polled-task-execution.md。 - 若用户形成任务化候选,例如行动项、交付物、跟进项、拆解请求、周期执行请求,读取 workflows/auto-task.md。
- 普通问答、纯闲聊、单次即时答复默认不触发。
触发原则
- “飞书任务智能体”注册类请求必须严格按原词触发,不做模糊联想。
- 生成内容类请求如果构成可交付结果,默认先进入任务化判断,不要直接按普通聊天回复。
- 主文档不承载详细业务规则;具体步骤、边界和示例都在 workflow 与 references 中按需加载。
Workflow 索引
- 任务编排:读 workflows/auto-task.md
- 未开始任务轮询执行:读 workflows/polled-task-execution.md
- 应用画像与
daily.json生成:读 workflows/agent-profile.md - 飞书任务智能体注册:读 workflows/reg.md
总体约束
- 优先保持渐进式加载:先路由,再读取需要的 workflow 和 references。
- 对 creator / members 来说,
scripts/resolve_creator_members.py的输出是唯一真相。 - 主 Skill 不直接覆盖 workflow 里的细节判断;发生冲突时,以被路由到的 workflow 和其引用的 reference 为准。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-task-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-task-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial Commit
元数据
常见问题
飞书任务智能体 是什么?
飞书任务总入口技能。用于统一处理四类请求:一是把行动项、交付物、跟进项、拆解请求和周期性请求编排为飞书任务;二是处理未开始任务的轮询筛选与执行;三是处理“飞书任务智能体”明确注册或初始化请求;四是把当前应用内最新日报提炼成 `daily.json`。 当以下情况时使用本 Skill: (1) 用户明确要求创建任务... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 26 次。
如何安装 飞书任务智能体?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-task-agent」即可一键安装,无需额外配置。
飞书任务智能体 是免费的吗?
是的,飞书任务智能体 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
飞书任务智能体 支持哪些平台?
飞书任务智能体 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 飞书任务智能体?
由 tengchengwei(@tengchengwei)开发并维护,当前版本 v1.0.0。
推荐 Skills