← Back to Skills Marketplace
wd041216-bit

Feishu Task Control

by Da Wei · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
274
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishu-task-control
Description
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...
README (SKILL.md)

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 list to list active child tasks
  • /subagents kill \x3Cid|#|all> to stop one child task or all child tasks
  • /subagents info \x3Cid|#> to inspect one task
  • /stop to 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:

  1. exact numeric id or list index
  2. exact label
  3. fuzzy match on the task summary
  4. 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
Usage Guidance
This skill is coherent and lightweight, but it relies on the platform's built-in subagent/session tools to enforce chat boundaries. Before installing, confirm that those platform commands are strictly scoped to the current chat/session (so the skill cannot list or kill tasks from other users/chats). Test the skill in a non-production chat to verify behavior, and monitor whether it requests any additional permissions or environment variables later. If you need strict auditability, ensure your platform logs subagent list/kill actions so you can review what the skill did.
Capability Analysis
Type: OpenClaw Skill Name: feishu-task-control Version: 1.0.1 The skill is a utility designed to manage background tasks and subagents within Feishu chats. It maps natural language instructions to built-in OpenClaw commands like `/subagents list` and `/subagents kill`. The instructions in SKILL.md focus on task resolution and concise reporting, and the safety section explicitly discourages unauthorized cross-chat task interference. No indicators of data exfiltration, malicious execution, or persistence were found.
Capability Assessment
Purpose & Capability
Name/description match the actions described in SKILL.md (listing/killing subagents and session tasks). No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions stay within the task-control domain (use platform subagents/sessions_list, resolve target, issue /subagents kill or /stop). This depends on the platform tools enforcing chat-scoped visibility; the skill itself does not instruct reading files, env vars, or contacting external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded.
Credentials
No environment variables, credentials, or config paths are requested. The minimal privilege model is appropriate for the described functionality.
Persistence & Privilege
No elevated persistence requested (always:false). Normal autonomous invocation is allowed by default but not excessive here. The skill does not claim to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-task-control
  3. After installation, invoke the skill by name or use /feishu-task-control
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
feishu-task-control 1.0.1 - Clarified guidance and response flow for managing background tasks in Feishu chats. - Expanded documentation in SKILL.md with examples and safety notes. - Detailed how to resolve task targets (by id, label, or summary) and handle ambiguous cases. - Added instructions to avoid exposing internal details in user replies. - Emphasized concise, explicit replies and appropriate handling of task control intents.
Metadata
Slug feishu-task-control
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 274 downloads so far.

How do I install Feishu Task Control?

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

Is Feishu Task Control free?

Yes, Feishu Task Control is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Feishu Task Control support?

Feishu Task Control is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Feishu Task Control?

It is built and maintained by Da Wei (@wd041216-bit); the current version is v1.0.1.

💬 Comments