/install feishu-task-control
Feishu Task Control
Use this skill when the user wants to stop a task, cancel a background job, or see which tasks are still running in the current Feishu chat.
Goal
Give the user clear control over spawned background tasks.
Built-In Commands
OpenClaw already supports these slash commands in the requester chat:
/subagents listto list active child tasks/subagents kill \x3Cid|#|all>to stop one child task or all child tasks/subagents info \x3Cid|#>to inspect one task/stopto stop the current requester run and all active spawned child tasks
Natural-Language Handling
If the user says things like:
结束这个任务停掉第2个任务取消那个调研把所有后台任务停掉现在有哪些任务在跑第2个任务现在到多少了给我看看每个任务的进度
Then translate that into the right task-control action.
If the user instead says 继续, 再试一试, or something that clearly means
"resume the unfinished thing", do not force a task-control flow unless the
conversation is truly about stopping/inspecting tasks. First check whether the
previous request itself is unfinished.
Workflow
1. Find active tasks
Use subagents or sessions_list to inspect the active child tasks for the
current requester session.
2. Resolve the target
Resolve the user's target in this order:
- exact numeric id or list index
- exact label
- fuzzy match on the task summary
- if still ambiguous, show the active task list and ask the user which one
3. Stop the right scope
- One specific child task ->
subagents kill \x3Cid> - All child tasks in this requester chat ->
subagents kill all - Entire current run plus children ->
/stop
Response Style
Keep Feishu replies short and explicit.
Never expose internal tool payloads, raw JSON, session ids, command objects, or "I will now call X" narration in the user-facing reply. Perform the check or kill action first, then answer only with the human-readable result.
If the user says 再试一试, 继续, or similar, do not reply with a checklist of
what you plan to inspect. Inspect it silently and reply with the actual task
status or the actual blocker.
Examples:
已停掉任务 #2:行业调研。已结束当前聊天里全部后台任务。当前在跑 3 个任务:#1 周报,#2 行业调研,#3 PPT 生成。当前在跑 3 个任务:#1 周报 75%,#2 行业调研 30%,#3 PPT 85%。现在有两个任务都叫“调研”,请告诉我是 #2 还是 #4。
Safety
- Never kill tasks from another unrelated chat unless the current tool visibility explicitly allows that and the user clearly asked for it
- If no matching task exists, say so directly
- If the kill fails, report the failure plainly
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-task-control - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-task-control触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Feishu Task Control 是什么?
Use in Feishu chats when the user wants to inspect, stop, or clean up background tasks spawned from the current chat. Uses subagents and session tools to lis... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。
如何安装 Feishu Task Control?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-task-control」即可一键安装,无需额外配置。
Feishu Task Control 是免费的吗?
是的,Feishu Task Control 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu Task Control 支持哪些平台?
Feishu Task Control 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Task Control?
由 Da Wei(@wd041216-bit)开发并维护,当前版本 v1.0.1。