Collaboration Helper
name: collaboration-helper
by crimsondevil333333 · published 2026-03-22
$ claw add gh:crimsondevil333333/crimsondevil333333-collaboration-helper---
name: collaboration-helper
description: 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.
---
# Collaboration Helper
Overview
`scripts/collaboration_helper.py` is a lightweight JSON-backed tracker for community action items:
The data lives in `data/tasks.json`, so the collaboration state survives across skill runs and reboots.
CLI usage
Task data structure
Each entry in `skills/collaboration-helper/data/tasks.json` looks like:
{
"id": <number>,
"title": "Task title",
"owner": "owner-name",
"priority": "low|medium|high",
"status": "open|in-progress|done",
"created_at": "2026-02-03T12:00:00Z",
"note": "optional context"
}The CLI automatically increments `id`, sets timestamps, and toggles `status` when you complete an item.
Example workflow
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 legalThis adds a governance action, lists the queue so the team knows what’s pending, and then closes task `3` once it’s done.
References
Resources
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...