openclaw-taskboard

Manage tasks, reviews, and automations via OpenClaw Taskboard API calls.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/sky770825/openclaw-console-hub --skill openclaw-taskboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-taskboard
Source: https://github.com/sky770825/openclaw-console-hub/tree/main/docs/openclaw-taskboard-skill
Command: npx skills add https://github.com/sky770825/openclaw-console-hub --skill openclaw-taskboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill integrates with the OpenClaw Taskboard to streamline task management, review processes, and automation workflows, allowing users to interact with these systems via natural language commands.

Core Features & Use Cases

  • Task Management: Create, list, execute, and delete tasks through API calls to the OpenClaw Taskboard.
  • Review Handling: Manage review items, including approval and rejection.
  • Automation Control: Interact with scheduled automations.
  • Emergency Stop: Provides a critical function to immediately halt running tasks.
  • Use Case: A user can say "Create task: Fix login bug" to add a new task, or "/stop" to immediately halt all running processes.

Quick Start

Use the openclaw-taskboard skill to create a new task with the title 'Implement user authentication'.

Frequently Asked Questions about openclaw-taskboard

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

FAQPage Schema
How do I manage tasks and automations using API calls?

You can manage tasks and automations by interacting with the OpenClaw Taskboard API to create, list, execute, and delete tasks. It also supports controlling scheduled automations and handling review approvals through natural language commands.

What is the best way to halt running tasks during an automation workflow?

The emergency stop mechanism immediately halts running tasks during an automation workflow. You can trigger this critical function by issuing a '/stop' command to instantly stop all running processes.

Can I approve or reject task reviews through API integration?

Yes, you can approve or reject task reviews through API integration. The OpenClaw Taskboard includes review handling capabilities that allow you to manage and process review items programmatically via API calls.

Do I need a specific environment variable to use OpenClaw Taskboard features?

Yes, you need the OPENCLAW_TASKBOARD_URL environment variable configured. This specifies the backend API URL required to integrate with the OpenClaw Taskboard and execute task management, review, and automation requests.

How do I create a new task using natural language commands?

To create a new task using natural language commands, simply state 'Create task: [task title]'. The system processes this input and triggers an API call to add the specified task to the OpenClaw Taskboard.

Does openclaw-taskboard work with scheduled automations?

Yes, openclaw-taskboard works with scheduled automations. It provides automation control features that allow you to interact with, manage, and control scheduled automation workflows directly via API calls.