clawtrol

Poll, claim, and complete AI agent tasks on ClawTrol kanban boards.

41|7|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/wolverin0/clawtrol --skill clawtrol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawtrol
Source: https://github.com/wolverin0/clawtrol/tree/main/skill
Command: npx skills add https://github.com/wolverin0/clawtrol --skill clawtrol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

ClawTrol provides mission control for AI agents with a kanban-style queue to poll tasks, claim work, stream progress, and complete tasks in a structured workflow.

Core Features & Use Cases

  • Poll for assigned tasks across a fleet of agents and route work to available members.
  • Claim tasks to mark them in progress and attach agent context for live updates.
  • Stream progress via activity notes and real-time task feeds.
  • Complete tasks with an agent output and optional files for automatic validation and review.
  • Optional webhook wake to trigger OpenClaw gateways when new tasks arrive.

Quick Start

Poll for assigned tasks, claim a task, stream progress with activity notes, and complete tasks by sending an agent output through the API.

Frequently Asked Questions about clawtrol

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

FAQPage Schema
How do I poll for assigned tasks on an AI agent kanban board?

To poll for assigned tasks on an AI agent kanban board, configure your deployment with the required CLAWTROL_URL and CLAWTROL_TOKEN environment variables. The system then uses curl HTTP requests to automatically retrieve and route available work to your agents.

How do AI agents stream live progress updates to a task management board?

AI agents stream live progress updates to a task management board by claiming tasks and attaching agent context via activity notes. This creates a real-time task feed that tracks autonomous deployment status throughout the workflow.

Can I use curl and jq for AI agent task management automation?

Yes, you can use curl and jq for AI agent task management automation. The system relies on curl for HTTP API requests to poll and complete tasks, while jq is optionally supported for formatting and parsing the JSON outputs.

What is the process to claim and complete tasks for autonomous AI agents?

The process to claim and complete tasks for autonomous AI agents involves marking tasks in progress, streaming progress via activity notes, and finalizing task output with optional files. This structured workflow ensures automatic validation and review upon completion.

Do I need a webhook to trigger AI agent task polling?

You do not need a webhook for basic AI agent task polling, but an optional webhook wake can trigger OpenClaw gateways when new tasks arrive. This minimizes idle polling overhead for your autonomous agent deployments.