collaboration-helperTrack 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.
Install via ClawdBot CLI:
clawdbot install CrimsonDevil333333/collaboration-helperscripts/collaboration_helper.py is a lightweight JSON-backed tracker for community action items:
list shows every open or in-progress task with owner, priority, and creation timestamp.add creates a new entry using --owner, --priority, and optional --note fields to capture context.complete marks a task as finished and records who closed it.The data lives in data/tasks.json, so the collaboration state survives across skill runs and reboots.
python3 skills/collaboration-helper/scripts/collaboration_helper.py list prints the current queue grouped by status (open/in progress/done).add "Review policy" --owner legal --priority high --note "Need quotes for Moltbook post" registers a new task with metadata.complete 1 --owner ops marks task id=1 as done and stores the time/owner.--workspace /path/to/workspace lets you point at another repo's data/tasks.json when you want to sync or inspect a partner workspace.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.
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
This adds a governance action, lists the queue so the team knows what’s pending, and then closes task 3 once it’s done.
data/tasks.json stores the canonical task list.references/collaboration-guidelines.md (if present) explains how the community prioritizes items and runs handoffs.Generated Mar 1, 2026
A legal department uses the skill to track policy review tasks across team members, assigning owners and priorities for compliance deadlines. It helps manage workload visibility and ensures timely completion of high-priority items like contract approvals.
A small development team employs the skill to log action items from stand-up meetings, such as bug fixes or feature implementations, with status updates. It provides a lightweight alternative to full project management tools for tracking in-progress and completed tasks.
A volunteer group organizes events by creating tasks for logistics, marketing, and coordination, assigning owners and notes for context. The skill enables real-time status checks to ensure all preparations are on track before the event date.
A marketing team uses the skill to manage campaign-related tasks like content creation, social media posts, and analytics reviews, prioritizing high-impact activities. It facilitates handoffs between team members and tracks completion to meet launch timelines.
Researchers in a university lab log experiments, data analysis, and paper writing tasks, assigning owners and noting dependencies. The skill helps maintain transparency across collaborators and monitors progress toward publication deadlines.
Offer a free basic version of the skill for individual users or small teams, with premium features like advanced analytics, integrations with other tools, and priority support for a monthly subscription. Revenue is generated through tiered pricing plans based on team size and functionality.
Sell customized versions of the skill to large companies, including enhanced security, compliance features, and dedicated support. Revenue comes from one-time licensing fees or annual contracts tailored to organizational needs and scale.
Provide consulting services to help organizations integrate the skill into their existing workflows, offering training, customization, and ongoing maintenance. Revenue is generated through project-based fees and retainer agreements for continuous support.
💬 Integration Tip
Integrate the skill by setting up automated scripts to sync tasks with existing project management tools like Trello or Asana, using the --workspace option to manage multiple repositories efficiently.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
Generate QR codes from text or URL for mobile scanning.