skills/skills.volces.com/feishu-task-management

feishu-task-management

SKILL.md

Feishu Task Management

Overview

Use this skill to operate Feishu Task through the companion toolkit in feishu-task-management/toolkit/. Keep the core workflow in this file: decide the command, resolve members locally, and apply the write-safety rules without loading extra references unless the request falls into an edge case.

Core Workflow

  1. Confirm the request is about Feishu task management through the local toolkit.
  2. Before the first API-backed operation, make sure the toolkit is configured. If not, use: python3 feishu-task-management/toolkit/scripts/feishu_config.py guide
  3. Treat app credentials as mandatory base config. Prefer the configured user_access_token for task APIs when available, but keep contact and member-sync operations on app auth.
  4. If the operation involves people, use the local member table through the toolkit. Do not perform ad hoc contact lookups.
  5. Choose the narrowest task command available instead of composing generic HTTP requests.
  6. For destructive or state-changing operations, inspect the current task first when practical.
  7. Stop if member resolution is ambiguous or missing.

Command Routing

Installs
6
First Seen
Apr 3, 2026