clawcontrol

Coordinate multi-agent tasks via a centralized kanban board and REST API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mike-nott/claw-control --skill clawcontrol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawcontrol
Source: https://github.com/mike-nott/claw-control/tree/main/skills/clawcontrol
Command: npx skills add https://github.com/mike-nott/claw-control --skill clawcontrol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ClawControl provides a centralized workspace to coordinate tasks, track progress across a team of agents, and keep everyone aligned with a shared kanban board and REST API.

Core Features & Use Cases

  • Task lifecycle management: read tasks, update statuses, comment, and log activity to keep work moving.
  • Escalations and governance: raise issues for immediate attention and enforce workflow rules for cross-team collaboration.
  • Projects & boards: navigate projects, boards, and task relationships to map work streams and priorities.

Quick Start

Create a new task on a board and advance its status using the REST API.

Frequently Asked Questions about clawcontrol

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate tasks and track progress for a multi-agent team?

You can coordinate tasks and track progress for a multi-agent team by using a centralized kanban board connected via a REST API to assign work, post activity, and manage statuses. This approach keeps distributed agents aligned.

How do I manage task escalations and workflow governance across multiple agents?

Managing task escalations requires a system to raise issues for immediate attention and enforce workflow rules. You can handle escalations and log activity through a REST API to govern cross-team collaboration effectively.

Do I need a REST API to integrate multi-agent kanban boards and task management?

Yes, you need a REST API surface to read and update tasks, post comments, log activity, handle escalations, and navigate boards and projects. The API integration is required for end-to-end task coordination across agents.

What is the best way to map work streams and priorities across different projects?

Mapping work streams and priorities is best done by navigating projects, boards, and task relationships within a centralized workspace. This allows you to visually map cross-team work streams and enforce task statuses.

How do I update task statuses and log activity on a kanban board programmatically?

To update task statuses and log activity programmatically, you create a task on a board and advance its status by making read and update requests through the REST API. This drives the task lifecycle forward.