Skip to content
📊

Task Manager

Security Approved
v1.0.0

Create, organize, and track tasks across multiple project management tools. Syncs with Notion, Linear, Asana, and more.

Productivitycloudflarevpslocal

Installation

Install this skill using the OpenClaw CLI:

$ openclaw skill add task-manager

Configuration

Add this skill to your OpenClaw configuration:

# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml

skills:
  task-manager:
    enabled: true
    # Prerequisites: API key for your task management tool
    # Add your API keys and settings below
    settings: {}

Version History

Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.

v1.0.0active
  • - Initial curated release

Prerequisites

Before using this skill, make sure you have:

  • !API key for your task management tool

Usage

Once installed, you can use this skill in your workflows:

# Run directly
openclaw run task-manager

# Or use in automation
openclaw workflow --skill=task-manager