LaunchKit · 2026
Back to Skills

taskline

AI-powered natural language task management through MyTaskline.com.

2
442 downloads
by @brettburbidge

Setup & Installation

openclaw skills install @brettburbidge/taskline

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install taskline

Version History

v2.0.0Feb 17, 2026 - Version note by skill developer:

Personal task management via Taskline API with natural language support

What This Skill Does

Converts natural language requests into structured tasks on MyTaskline.com. Handles project creation, person assignment, date parsing, and priority detection from a single text input. Supports queries and status updates through the same interface.

Natural language input eliminates manually filling out separate fields for project, assignee, due date, and priority in a task management UI.

When to use it

  • Assigning a task to a colleague with a deadline from a single sentence
  • Creating a project task with multiple stakeholders without opening a form
  • Querying which tasks are overdue across all projects
  • Setting task priority using natural language like 'urgent' or 'high'
  • Getting a summary of completed tasks for the week

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Ask Sarah to review the Mobile project docs by Friday with high priority

AGENT
  1. 1Detects intent as task creation
  2. 2Parses entities: executor (Sarah), project (Mobile), due date (Friday), priority (high)
  3. 3Checks if Mobile project exists and creates it if not
  4. 4Submits structured task to MyTaskline.com API with all extracted fields
OUTPUT

Task created in MyTaskline.com: 'Review docs' assigned to Sarah, due Friday, high priority, under Mobile project

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

MyTaskline.com account (sign up at mytaskline.com)MyTaskline.com API key (generated in account settings)