← Back to Skills Marketplace
257
Downloads
0
Stars
9
Active Installs
2
Versions
Install in OpenClaw
/install team-tasks
Description
Team-Tasks 是一个通用的团队任务协调技能,通过 JSON 文件存储任务数据, 支持自然语言创建任务、多频次提醒、逾期升级、统计分析和多格式导出。 设计哲学:提醒的是事,不是人;记录的是过程,不是权力关系。
Usage Guidance
该技能在设计上是内部一致的,但在把它接入真实聊天/通知平台前请确认:1) workspace/data/team-tasks/ 在你的运行环境映射到哪个存储(本地还是云),并评估访问控制与备份策略;2) 通知/发送消息的适配层如何实现(会否需要平台凭据或有权向外部发送消息),在授予任何外部 API 凭据前先审查适配代码/实现;3) 对归档、备份及数据保留(敏感信息)制定策略;4) 在生产环境启用前先在隔离测试环境验证 ID 生成、并发写入与备份恢复流程。总体来看可以安装,但在集成通知通道或自动调用权限时应谨慎审查。
Capability Analysis
Type: OpenClaw Skill
Name: team-tasks
Version: 1.0.1
The team-tasks skill is a comprehensive task management system designed for AI agents to handle team collaboration via local JSON storage. The instructions in SKILL.md define clear logic for task lifecycles, priority-based reminders, and data archiving, while explicitly including defensive measures like write-protection (backup/restore) and permission boundaries. There is no evidence of malicious intent, unauthorized network access, or command injection; the skill operates entirely within its designated workspace data directory.
Capability Assessment
Purpose & Capability
名称与描述(团队任务管理)与 SKILL.md 中的读写 team-tasks.json、ID 生成、提醒策略、导出、查询等功能一致;未请求与目的不相关的外部凭据或二进制。
Instruction Scope
SKILL.md 明确限定数据保存在 workspace/data/team-tasks/,并描述了读/写/备份/归档流程,未要求读取系统范围的敏感路径或额外环境变量。但文档中多次提到“发送分配通知/通知相关成员/接入层映射”等动作,未在说明中固定目标端点或适配实现;在将该技能接入实际平台时需要明确通知适配层的权限和通信目标。
Install Mechanism
这是指令类技能且没有安装规范或外部下载,运行时不会在宿主写入或执行来自第三方源的代码,安装风险低。
Credentials
不要求任何环境变量、凭据或配置路径;所需资源仅限于工作区内的 JSON 文件,和技能声明的功能相称。
Persistence & Privilege
always 为 false、允许用户调用并允许模型自主调用(平台默认),技能也未声明修改其他技能或全局 agent 配置的行为。若赋予该技能主动发送通知的适配器/凭据,需谨慎评估其自主调用带来的影响。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install team-tasks - After installation, invoke the skill by name or use
/team-tasks - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
**重要更新:新增“重要性(priority)、紧急度(urgency)、关注度(attentionLevel)”三层模型,重构“提醒引擎”与部分字段**
- 拆解原有“优先级”逻辑,增加 `priority`(业务重要性)、`urgency`(截止时间压力)、`attentionLevel`(提醒频率综合值),实现更智能的提醒策略
- 任务模型新增字段 `isBlocking`(是否阻塞其他任务)、`lastProgressAt`,支持筛选/统计阻塞任务及长期无进展任务
- 查询、统计、导出命令支持按 `urgency`、`attentionLevel` 与 `isBlocking` 条件筛选和导出
- 新的提醒引擎以 `attentionLevel` 为主导,频率与选择更精细,部分字段变更调整
- 更新消息模板与创建/确认流程,显式展示“重要性-紧急度-关注度”
- 文档全面区分
v1.0.0
Initial release of team-tasks: a platform-agnostic team task coordination skill.
- Supports natural language task creation, reminders, querying, statistics, and export.
- Uses JSON files for data storage with robust backup and recovery flow.
- Task ID generation and archival ensures ID uniqueness and month-by-month data organization.
- Flexible notification, permission, and reminder system; no platform- or organization-specific assumptions.
- Designed for transparency, autonomy, and process record, not for enforcing authority.
Metadata
Frequently Asked Questions
What is 团队任务管家?
Team-Tasks 是一个通用的团队任务协调技能,通过 JSON 文件存储任务数据, 支持自然语言创建任务、多频次提醒、逾期升级、统计分析和多格式导出。 设计哲学:提醒的是事,不是人;记录的是过程,不是权力关系。 It is an AI Agent Skill for Claude Code / OpenClaw, with 257 downloads so far.
How do I install 团队任务管家?
Run "/install team-tasks" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 团队任务管家 free?
Yes, 团队任务管家 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 团队任务管家 support?
团队任务管家 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 团队任务管家?
It is built and maintained by djoldwang (@djoldwang); the current version is v1.0.1.
More Skills