feishu-batch-task

Feishu Batch Task Creator - Create multiple tasks at once with templates. **Features**: - Batch create tasks from template - Quick task creation for common patterns - Import tasks from CSV format - Support task templates with default values **Trigger**: - User mentions "batch task", "create multiple tasks", "批量创建任务" - User wants to create many tasks at once

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feishu-batch-task" with this command: npx skills add ramlee77/feishu-batch-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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Task Automation Workflows

Automate repetitive tasks with scripts, workflows, and schedules. Create efficient automation for file operations, data processing, API calls, and scheduled...

Registry SourceRecently Updated
4990Profile unavailable
Automation

Feishu Calendar Intelligent Scheduler

飞书智能日历调度器 - 自动推荐最佳会议时间,批量管理日程,生成会议报表

Registry SourceRecently Updated
2590Profile unavailable
Automation

小红书竞品监控助手

小红书竞品监控 - 自动采集竞品笔记,推送飞书通知,写入数据看板

Registry SourceRecently Updated
3110Profile unavailable
Automation

飞书多机器人一键配置

OpenClaw 多飞书机器人一键自动化配置工具。当用户需要添加多个飞书机器人到 OpenClaw 时使用,包括:批量创建 agent 工作区、生成 auth-profiles.json、更新 gateway 配置(accounts + bindings + agents.list)、自动重启 Gateway。触...

Registry SourceRecently Updated
800Profile unavailable