← 返回
未分类

Feishu Batch Task Creator

Feishu Batch Task Creator - Create multiple tasks at once with templates. **Features**: - Batch create tasks from template - Quick task creation for common p...
飞书批量任务创建器 - 使用模板一次性创建多个任务。功能:- 从模板批量创建任务 - 快速创建常用任务
ramlee77 ramlee77 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 342
下载
💾 0
安装
1
版本
#automation#batch#feishu#latest#task

概述

Feishu Batch Task Creator

⚠️ Pre-requisites

  • Time format: ISO 8601 / RFC 3339 (with timezone), e.g. 2026-02-28T17:00:00+08:00
  • current_user_id required: Get from message context SenderId (ou_...)
  • Use batch_create for multiple tasks: Up to 500 records at once

📋 Quick Reference

IntentToolactionRequired Params
---------------------------------------
Create single taskfeishu_task_taskcreatesummary
Batch create tasksfeishu_bitable_app_table_recordbatch_createapp_token, table_id, records
Query tasksfeishu_task_tasklist-
Complete taskfeishu_task_taskpatchtask_guid, completed_at

🛠️ Usage

1. Batch Create Tasks via Bitable

Create a bitable template first, then batch import:

{
  "action": "batch_create",
  "app_token": "Mxxx",
  "table_id": "Txxx",
  "records": [
    {"fields": {"任务名称": "任务1", "截止日期": 1740441600000, "负责人": [{"id": "ou_xxx"}]}},
    {"fields": {"任务名称": "任务2", "截止日期": 1740528000000, "负责人": [{"id": "ou_yyy"}]}},
    {"fields": {"任务名称": "任务3", "截止日期": 1740614400000, "负责人": [{"id": "ou_zzz"}]}}
  ]
}

2. Common Task Templates

Daily Standup Template:

{
  "action": "create",
  "summary": "每日站会",
  "description": "同步昨日完成事项、今日计划、阻塞问题",
  "due": {"timestamp": "2026-03-31T18:00:00+08:00", "is_all_day": false},
  "repeat_rule": "FREQ=DAILY"
}

Weekly Review Template:

{
  "action": "create",
  "summary": "周报提交",
  "description": "提交本周工作总结",
  "due": {"timestamp": "2026-04-04T17:00:00+08:00", "is_all_day": false},
  "repeat_rule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=FR"
}

3. Task Template Bitable

Create a bitable for templates:

  • Field: 任务名称 (Text)
  • Field: 任务描述 (Text)
  • Field: 截止日期 (Date)
  • Field: 负责人 (Person)
  • Field: 优先级 (Single Select: 高/中/低)
  • Field: 所属清单 (Text)

💰 Pricing

VersionPriceFeatures
--------------------------
Free¥0Single task creation
Pro¥10/monthBatch create, templates
Team¥30/monthCSV import, API access

📝 Example

User says: "帮我批量创建5个任务,分别是需求评审、设计评审、开发评审、测试评审、上线评审,截止日期分别是下周一到周五"

Execute:

  1. Calculate dates for each day
  2. Batch create 5 tasks with proper dates and descriptions
  3. Return created task list

🔧 Tips

  • Use bitable for large batch operations (up to 500 at once)
  • Date fields: use millisecond timestamp (e.g., 1740441600000)
  • Person fields: use {"id": "ou_xxx"} format
  • For repeating tasks, use repeat_rule RFC5545 format

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 10:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 474 📥 157,079
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 398 📥 149,295
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 937 📥 187,630