feishu-batch-task
Installation
SKILL.md
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
| Intent | Tool | action | Required Params |
|---|---|---|---|
| Create single task | feishu_task_task | create | summary |
| Batch create tasks | feishu_bitable_app_table_record | batch_create | app_token, table_id, records |
| Query tasks | feishu_task_task | list | - |
| Complete task | feishu_task_task | patch | task_guid, completed_at |