paperclip-bridge
Installation
SKILL.md
Paperclip Bridge
Connect CC Commander workflows to Paperclip task management. Create issues from task-commander, track progress, auto-close tickets, and synchronize status bidirectionally between CC Commander sessions and Paperclip.
What Paperclip Is
Paperclip is a task management and agent coordination API running at localhost:3110. It manages issues, assignments, comments, and agent heartbeats across the OpenClaw fleet. All multi-step work routes through Neo (orchestrator) to Paperclip for tracking.
Core concepts:
- Issues — Tasks with status, priority, assignee, project, and comments
- Agents — AI workers that check out and execute issues via heartbeats
- Projects — Groupings for related issues (maps to CC Commander projects/workspaces)
- Heartbeats — Periodic wake cycles where agents check assignments and do work
- Comments — Threaded discussion on issues for progress tracking and handoffs
Status lifecycle: backlog -> todo -> in_progress -> in_review -> done (or blocked, cancelled)