Communityv1.0.1

团队任务管家

Team-Tasks 是一个通用的团队任务协调技能,通过 JSON 文件存储任务数据, 支持自然语言创建任务、多频次提醒、逾期升级、统计分析和多格式导出。 设计哲学:提醒的是事,不是人;记录的是过程,不是权力关系。

735downloads10active installsDJOldWang
View on ClawHubBack to Skills

Skill Details

Slug
team-tasks
Latest Version
1.0.1
Author
DJOldWang
Published
Mar 25, 2026
Updated
May 11, 2026
Total Versions
2

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for 团队任务管家.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.1

**重要更新:新增“重要性(priority)、紧急度(urgency)、关注度(attentionLevel)”三层模型,重构“提醒引擎”与部分字段** - 拆解原有“优先级”逻辑,增加 `priority`(业务重要性)、`urgency`(截止时间压力)、`attentionLevel`(提醒频率综合值),实现更智能的提醒策略 - 任务模型新增字段 `isBlocking`(是否阻塞其他任务)、`lastProgressAt`,支持筛选/统计阻塞任务及长期无进展任务 - 查询、统计、导出命令支持按 `urgency`、`attentionLevel` 与 `isBlocking` 条件筛选和导出 - 新的提醒引擎以 `attentionLevel` 为主导,频率与选择更精细,部分字段变更调整 - 更新消息模板与创建/确认流程,显式展示“重要性-紧急度-关注度” - 文档全面区分