返回顶部
c

collaboration-helper协作助手

Track action items and coordination signals for the community, including quick task creation, status checks, and handoff notes. Use this when you need to log a collaborative task or check what everyone is currently working on.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
1,864
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

collaboration-helper

协作助手

概述

scripts/collaboration_helper.py 是一个轻量级的、基于JSON的社区行动项追踪器:

  • - list 显示所有进行中或待处理的任务,包含负责人、优先级和创建时间戳。
  • add 使用 --owner、--priority 和可选的 --note 字段创建新条目,以记录上下文信息。
  • complete 将任务标记为已完成,并记录关闭该任务的人员。

数据存储在 data/tasks.json 中,因此协作状态在技能运行和重启后仍然保留。

CLI 使用方法

  • - python3 skills/collaboration-helper/scripts/collaboration_helper.py list 按状态(待处理/进行中/已完成)分组显示当前任务队列。
  • add Review policy --owner legal --priority high --note Need quotes for Moltbook post 注册一个包含元数据的新任务。
  • complete 1 --owner ops 将 id=1 的任务标记为已完成,并存储时间/负责人信息。
  • --workspace /path/to/workspace 允许您指向另一个仓库的 data/tasks.json,以便同步或检查合作伙伴的工作空间。

任务数据结构

skills/collaboration-helper/data/tasks.json 中的每个条目如下所示:

json
{
id: <数字>,
title: 任务标题,
owner: 负责人名称,
priority: 低|中|高,
status: 待处理|进行中|已完成,
created_at: 2026-02-03T12:00:00Z,
note: 可选上下文信息
}

当您完成任务时,CLI 会自动递增 id、设置时间戳并切换 status。

示例工作流程

bash
python3 skills/collaboration-helper/scripts/collaboration_helper.py add Document governance --owner legal --priority high
python3 skills/collaboration-helper/scripts/collaboration_helper.py list
python3 skills/collaboration-helper/scripts/collaboration_helper.py complete 3 --owner legal

这会添加一个治理行动项,列出任务队列以便团队了解待办事项,然后在任务 3 完成后将其关闭。

参考

  • - data/tasks.json 存储规范的任务列表。
  • references/collaboration-guidelines.md(如果存在)说明社区如何确定项目优先级以及如何进行交接。

资源

  • - GitHub: https://github.com/CrimsonDevil333333/collaboration-helper
  • ClawHub: https://www.clawhub.ai/skills/collaboration-helper

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 collaboration-helper-1776368366 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 collaboration-helper-1776368366 技能

通过命令行安装

skillhub install collaboration-helper-1776368366

下载

⬇ 下载 collaboration-helper v1.0.1(免费)

文件大小: 5.64 KB | 发布时间: 2026-4-17 13:47

v1.0.1 最新 2026-4-17 13:47
- Expanded SKILL.md with detailed CLI usage instructions, including usage examples and new flags.
- Added documentation about the task data structure and example workflow.
- Clarified how task completion records the closing user and time.
- Added reference to optional collaboration-guidelines documentation.
- No functional code changes; documentation only.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部